Html Css Color HEX #D85387 Cranberry

📋 copy color: '#D85387'

red 216 ◦ green 83 ◦ blue 135

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

Shades of Cranberry #D85387

Tints of Cranberry #D85387

RGB

 RED value IS 216 (84.77% from 255) = 49.77%

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

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 49.77%
G = 19.12%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85387 (or 0xD85387) is known color: Cranberry. HEX triplet: D8, 53 and 87. RGB value is (216,83,135). Sum of RGB (Red+Green+Blue) = 216+83+135=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D85387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85387 is #27AC78. Grayscale: #808080. Windows color (decimal): -2600057 or 8868824. OLE color: 8868824.

HSL color Cylindrical-coordinate representation of color #D85387: hue angle of 336.54º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D85387 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 83 135 -
CMYK 0 0.62 0.38 0.15
HSL 336.54º 0.63% 0.59% -
HSV(B) 336.54º 0.62% 0.85% -
XYZ 35.79 22.53 25.39 -
YUV 128.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 216 83 135 0 0.62 0.38 0.15 336.54 0.63 0.59
Hex D8 53 87 0 3E 26 F 151 3F 3B
Octal 330 123 207 0 76 46 17 521 77 73
Binary 11011000 1010011 10000111 0 111110 100110 1111 101010001 111111 111011

Color Harmonies of #D85387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85387

Black with #D85387

Text Example


Text Example

White with #D85387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85387; }

 p { color: rgb(216,83,135); }

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

background-color css

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

 a { background-color: rgb(216,83,135); }

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

border-color css

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

 span { border-color: rgb(216,83,135); }

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