Html Css Color HEX #D55386 Cranberry

📋 copy color: '#D55386'

red 213 ◦ green 83 ◦ blue 134

#D55386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D55386

Tints of Cranberry #D55386

RGB

 RED value IS 213 (83.59% from 255) = 49.53%

 GREEN value IS 83 (32.81% from 255) = 19.3%

 BLUE value IS 134 (52.73% from 255) = 31.16%

R = 49.53%
G = 19.3%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D55386 (or 0xD55386) is known color: Cranberry. HEX triplet: D5, 53 and 86. RGB value is (213,83,134). Sum of RGB (Red+Green+Blue) = 213+83+134=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D55386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55386 is #2AAC79. Grayscale: #7F7F7F. Windows color (decimal): -2796666 or 8803285. OLE color: 8803285.

HSL color Cylindrical-coordinate representation of color #D55386: hue angle of 336.46º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D55386 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 83 134 -
CMYK 0 0.61 0.37 0.16
HSL 336.46º 0.61% 0.58% -
HSV(B) 336.46º 0.61% 0.84% -
XYZ 34.84 22.05 24.97 -
YUV 127.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 213 83 134 0 0.61 0.37 0.16 336.46 0.61 0.58
Hex D5 53 86 0 3D 25 10 150 3D 3A
Octal 325 123 206 0 75 45 20 520 75 72
Binary 11010101 1010011 10000110 0 111101 100101 10000 101010000 111101 111010

Color Harmonies of #D55386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55386

Black with #D55386

Text Example


Text Example

White with #D55386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55386; }

 p { color: rgb(213,83,134); }

 H1.HeaderClassName
 {
   color: #D55386;
 }
 .AnyTagClassName
 {
   color: #D55386;
 }
</style>

background-color css

<style>
 a { background-color: #D55386; }

 a { background-color: rgb(213,83,134); }

 div.DivClassName
 {
   background-color: #D55386;
 }
 .BgClassName
 {
   background-color: #D55386;
 }
</style>

border-color css

<style>
 span { border-color: #D55386; }

 span { border-color: rgb(213,83,134); }

 td.TdClassName
 {
   border-color: #D55386;
 }
 .TagClassName
 {
   border-color: #D55386;
 }
</style>