Html Css Color HEX #D85688 Cranberry

📋 copy color: '#D85688'

red 216 ◦ green 86 ◦ blue 136

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

Shades of Cranberry #D85688

Tints of Cranberry #D85688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

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

R = 49.32%
G = 19.63%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D85688 (or 0xD85688) is known color: Cranberry. HEX triplet: D8, 56 and 88. RGB value is (216,86,136). Sum of RGB (Red+Green+Blue) = 216+86+136=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D85688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85688 is #27A977. Grayscale: #828282. Windows color (decimal): -2599288 or 8935128. OLE color: 8935128.

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

Color convert

RGB 216 86 136 -
CMYK 0 0.60 0.37 0.15
HSL 336.92º 0.63% 0.59% -
HSV(B) 336.92º 0.6% 0.85% -
XYZ 36.09 23.03 25.84 -
YUV 130.57 131.07 188.93 -
System Red Green Blue C M Y K H S L
Decimal 216 86 136 0 0.60 0.37 0.15 336.92 0.63 0.59
Hex D8 56 88 0 3C 25 F 151 3E 3B
Octal 330 126 210 0 74 45 17 521 76 73
Binary 11011000 1010110 10001000 0 111100 100101 1111 101010001 111110 111011

Color Harmonies of #D85688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85688

Black with #D85688

Text Example


Text Example

White with #D85688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85688; }

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

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

background-color css

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

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

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

border-color css

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

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

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