Html Css Color HEX #D85287 Cranberry

📋 copy color: '#D85287'

red 216 ◦ green 82 ◦ blue 135

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

Shades of Cranberry #D85287

Tints of Cranberry #D85287

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.94%

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

R = 49.88%
G = 18.94%
B = 31.18%

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

#D85287 (or 0xD85287) is known color: Cranberry. HEX triplet: D8, 52 and 87. RGB value is (216,82,135). Sum of RGB (Red+Green+Blue) = 216+82+135=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D85287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85287 is #27AD78. Grayscale: #808080. Windows color (decimal): -2600313 or 8868568. OLE color: 8868568.

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

Color convert

RGB 216 82 135 -
CMYK 0 0.62 0.38 0.15
HSL 336.27º 0.63% 0.58% -
HSV(B) 336.27º 0.62% 0.85% -
XYZ 35.71 22.38 25.36 -
YUV 128.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 216 82 135 0 0.62 0.38 0.15 336.27 0.63 0.58
Hex D8 52 87 0 3E 26 F 150 3F 3A
Octal 330 122 207 0 76 46 17 520 77 72
Binary 11011000 1010010 10000111 0 111110 100110 1111 101010000 111111 111010

Color Harmonies of #D85287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85287

Black with #D85287

Text Example


Text Example

White with #D85287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85287; }

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

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

background-color css

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

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

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

border-color css

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

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

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