#D85979

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

Shades of Cranberry #D85979

Tints of Cranberry #D85979

Color information

#D85979 (or 0xD85979) is unknown color: approx Cranberry. HEX triplet: D8, 59 and 79. RGB value is (216,89,121). Sum of RGB (Red+Green+Blue) = 216+89+121=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D85979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85979 is #27A686. Grayscale: #828282. Windows color (decimal): -2598535 or 7952856. OLE color: 7952856.

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

Color convert

RGB21689121-
CMYK00.590.440.15
HSL344.88º61.95%59.8%-
HSV(B)344.88º58.8%84.71%-
XYZ35.3423.1220.69-
YUV130.62122.58188.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 89 (35.16% from 255) = 20.89%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=50.70%
G=20.89%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168912100.590.440.15344.8861.9559.8
HexD8597903B2CF1593e3c
Octal33013117107354175317674
Binary110110001011001111100101110111011001111101011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85979; }

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

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

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

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

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

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

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

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