#D85878

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

Shades of Cranberry #D85878

Tints of Cranberry #D85878

Color information

#D85878 (or 0xD85878) is unknown color: approx Cranberry. HEX triplet: D8, 58 and 78. RGB value is (216,88,120). Sum of RGB (Red+Green+Blue) = 216+88+120=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D85878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85878 is #27A787. Grayscale: #818181. Windows color (decimal): -2598792 or 7887064. OLE color: 7887064.

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

Color convert

RGB21688120-
CMYK00.590.440.15
HSL345º62.14%59.61%-
HSV(B)345º59.26%84.71%-
XYZ35.222.9320.34-
YUV129.92122.41189.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.94%
GREEN value IS 88 (34.77% from 255) = 20.75%
BLUE value IS 120 (47.27% from 255) = 28.30%
R=50.94%
G=20.75%
B=28.30%

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
Decimal2168812000.590.440.1534562.1459.61
HexD8587803B2CF1593e3c
Octal33013017007354175317674
Binary110110001011000111100001110111011001111101011001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85878; }

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

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

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

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

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

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

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

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