#D85872

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

Shades of Cranberry #D85872

Tints of Cranberry #D85872

Color information

#D85872 (or 0xD85872) is unknown color: approx Cranberry. HEX triplet: D8, 58 and 72. RGB value is (216,88,114). Sum of RGB (Red+Green+Blue) = 216+88+114=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D85872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85872 is #27A78D. Grayscale: #818181. Windows color (decimal): -2598798 or 7493848. OLE color: 7493848.

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

Color convert

RGB21688114-
CMYK00.590.470.15
HSL347.81º62.14%59.61%-
HSV(B)347.81º59.26%84.71%-
XYZ34.8522.7918.48-
YUV129.24119.41189.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.67%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=51.67%
G=21.05%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168811400.590.470.15347.8162.1459.61
HexD8587203B2FF15c3e3c
Octal33013016207357175347674
Binary110110001011000111001001110111011111111101011100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85872; }

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

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

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

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

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

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

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

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