Html Css Color HEX #D85288 Cranberry

📋 copy color: '#D85288'

red 216 ◦ green 82 ◦ blue 136

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

Shades of Cranberry #D85288

Tints of Cranberry #D85288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.34%

R = 49.77%
G = 18.89%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85288 (or 0xD85288) is known color: Cranberry. HEX triplet: D8, 52 and 88. RGB value is (216,82,136). Sum of RGB (Red+Green+Blue) = 216+82+136=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D85288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85288 is #27AD77. Grayscale: #808080. Windows color (decimal): -2600312 or 8934104. OLE color: 8934104.

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

Color convert

RGB 216 82 136 -
CMYK 0 0.62 0.37 0.15
HSL 335.82º 0.63% 0.58% -
HSV(B) 335.82º 0.62% 0.85% -
XYZ 35.78 22.41 25.73 -
YUV 128.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 216 82 136 0 0.62 0.37 0.15 335.82 0.63 0.58
Hex D8 52 88 0 3E 25 F 150 3F 3A
Octal 330 122 210 0 76 45 17 520 77 72
Binary 11011000 1010010 10001000 0 111110 100101 1111 101010000 111111 111010

Color Harmonies of #D85288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85288

Black with #D85288

Text Example


Text Example

White with #D85288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85288; }

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

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

background-color css

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

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

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

border-color css

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

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

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