#D85879

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

Shades of Cranberry #D85879

Tints of Cranberry #D85879

Color information

#D85879 (or 0xD85879) is unknown color: approx Cranberry. HEX triplet: D8, 58 and 79. RGB value is (216,88,121). Sum of RGB (Red+Green+Blue) = 216+88+121=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D85879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85879 is #27A786. Grayscale: #828282. Windows color (decimal): -2598791 or 7952600. OLE color: 7952600.

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

Color convert

RGB21688121-
CMYK00.590.440.15
HSL344.53º62.14%59.61%-
HSV(B)344.53º59.26%84.71%-
XYZ35.2622.9620.66-
YUV130.03122.91189.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.82%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 121 (47.66% from 255) = 28.47%
R=50.82%
G=20.71%
B=28.47%

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
Decimal2168812100.590.440.15344.5362.1459.61
HexD8587903B2CF1593e3c
Octal33013017107354175317674
Binary110110001011000111100101110111011001111101011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85879; }

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

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

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

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

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

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

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

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