Html Css Color HEX #D85088 Cranberry

📋 copy color: '#D85088'

red 216 ◦ green 80 ◦ blue 136

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

Shades of Cranberry #D85088

Tints of Cranberry #D85088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.52%

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

R = 50%
G = 18.52%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85088 (or 0xD85088) is known color: Cranberry. HEX triplet: D8, 50 and 88. RGB value is (216,80,136). Sum of RGB (Red+Green+Blue) = 216+80+136=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D85088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85088 is #27AF77. Grayscale: #7E7E7E. Windows color (decimal): -2600824 or 8933592. OLE color: 8933592.

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

Color convert

RGB 216 80 136 -
CMYK 0 0.63 0.37 0.15
HSL 335.29º 0.64% 0.58% -
HSV(B) 335.29º 0.63% 0.85% -
XYZ 35.63 22.11 25.68 -
YUV 127.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 216 80 136 0 0.63 0.37 0.15 335.29 0.64 0.58
Hex D8 50 88 0 3F 25 F 14F 40 3A
Octal 330 120 210 0 77 45 17 517 100 72
Binary 11011000 1010000 10001000 0 111111 100101 1111 101001111 1000000 111010

Color Harmonies of #D85088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85088

Black with #D85088

Text Example


Text Example

White with #D85088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85088; }

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

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

background-color css

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

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

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

border-color css

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

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

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