Html Css Color HEX #D85487 Cranberry

📋 copy color: '#D85487'

red 216 ◦ green 84 ◦ blue 135

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

Shades of Cranberry #D85487

Tints of Cranberry #D85487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

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

R = 49.66%
G = 19.31%
B = 31.03%

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

#D85487 (or 0xD85487) is known color: Cranberry. HEX triplet: D8, 54 and 87. RGB value is (216,84,135). Sum of RGB (Red+Green+Blue) = 216+84+135=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D85487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85487 is #27AB78. Grayscale: #818181. Windows color (decimal): -2599801 or 8869080. OLE color: 8869080.

HSL color Cylindrical-coordinate representation of color #D85487: hue angle of 336.82º 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 #D85487 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 84 135 -
CMYK 0 0.61 0.38 0.15
HSL 336.82º 0.63% 0.59% -
HSV(B) 336.82º 0.61% 0.85% -
XYZ 35.86 22.69 25.41 -
YUV 129.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 216 84 135 0 0.61 0.38 0.15 336.82 0.63 0.59
Hex D8 54 87 0 3D 26 F 151 3F 3B
Octal 330 124 207 0 75 46 17 521 77 73
Binary 11011000 1010100 10000111 0 111101 100110 1111 101010001 111111 111011

Color Harmonies of #D85487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85487

Black with #D85487

Text Example


Text Example

White with #D85487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85487; }

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

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

background-color css

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

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

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

border-color css

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

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

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