#D86079

Color #D86079 Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D86079

Tints of Cranberry #D86079

Color information

#D86079 (or 0xD86079) is unknown color: approx Cranberry. HEX triplet: D8, 60 and 79. RGB value is (216,96,121). Sum of RGB (Red+Green+Blue) = 216+96+121=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D86079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86079 is #279F86. Grayscale: #868686. Windows color (decimal): -2596743 or 7954648. OLE color: 7954648.

HSL color Cylindrical-coordinate representation of color #D86079: hue angle of 347.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D86079 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB21696121-
CMYK00.560.440.15
HSL347.5º60.61%61.18%-
HSV(B)347.5º55.56%84.71%-
XYZ35.9524.3520.89-
YUV134.73120.26185.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.88%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=49.88%
G=22.17%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169612100.560.440.15347.560.6161.18
HexD860790382CF15c3d3d
Octal33014017107054175347575
Binary110110001100000111100101110001011001111101011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86079; }

 p { color: rgb(216,96,121); }

 H1.HeaderClassName
 {
   color: #D86079;
 }
 .AnyTagClassName
 {
   color: #D86079;
 }
</style>
background-color css

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

 a { background-color: rgb(216,96,121); }

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

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

 span { border-color: rgb(216,96,121); }

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