Html Css Color HEX #D85888 Cranberry

📋 copy color: '#D85888'

red 216 ◦ green 88 ◦ blue 136

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

Shades of Cranberry #D85888

Tints of Cranberry #D85888

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20%

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

R = 49.09%
G = 20%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85888 (or 0xD85888) is known color: Cranberry. HEX triplet: D8, 58 and 88. RGB value is (216,88,136). Sum of RGB (Red+Green+Blue) = 216+88+136=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D85888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85888 is #27A777. Grayscale: #838383. Windows color (decimal): -2598776 or 8935640. OLE color: 8935640.

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

Color convert

RGB 216 88 136 -
CMYK 0 0.59 0.37 0.15
HSL 337.5º 0.62% 0.6% -
HSV(B) 337.5º 0.59% 0.85% -
XYZ 36.25 23.36 25.89 -
YUV 131.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 216 88 136 0 0.59 0.37 0.15 337.5 0.62 0.6
Hex D8 58 88 0 3B 25 F 152 3E 3C
Octal 330 130 210 0 73 45 17 522 76 74
Binary 11011000 1011000 10001000 0 111011 100101 1111 101010010 111110 111100

Color Harmonies of #D85888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85888

Black with #D85888

Text Example


Text Example

White with #D85888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85888; }

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

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

background-color css

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

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

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

border-color css

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

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

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