Html Css Color HEX #D85587 Cranberry

📋 copy color: '#D85587'

red 216 ◦ green 85 ◦ blue 135

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

Shades of Cranberry #D85587

Tints of Cranberry #D85587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 49.54%
G = 19.5%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D85587 (or 0xD85587) is known color: Cranberry. HEX triplet: D8, 55 and 87. RGB value is (216,85,135). Sum of RGB (Red+Green+Blue) = 216+85+135=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D85587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85587 is #27AA78. Grayscale: #818181. Windows color (decimal): -2599545 or 8869336. OLE color: 8869336.

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

Color convert

RGB 216 85 135 -
CMYK 0 0.61 0.38 0.15
HSL 337.1º 0.63% 0.59% -
HSV(B) 337.1º 0.61% 0.85% -
XYZ 35.94 22.85 25.44 -
YUV 129.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 216 85 135 0 0.61 0.38 0.15 337.1 0.63 0.59
Hex D8 55 87 0 3D 26 F 151 3F 3B
Octal 330 125 207 0 75 46 17 521 77 73
Binary 11011000 1010101 10000111 0 111101 100110 1111 101010001 111111 111011

Color Harmonies of #D85587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85587

Black with #D85587

Text Example


Text Example

White with #D85587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85587; }

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

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

background-color css

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

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

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

border-color css

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

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

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