#D85F76

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

Shades of Cranberry #D85F76

Tints of Cranberry #D85F76

Color information

#D85F76 (or 0xD85F76) is unknown color: approx Cranberry. HEX triplet: D8, 5F and 76. RGB value is (216,95,118). Sum of RGB (Red+Green+Blue) = 216+95+118=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F76 is #27A089. Grayscale: #858585. Windows color (decimal): -2597002 or 7757784. OLE color: 7757784.

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

Color convert

RGB21695118-
CMYK00.560.450.15
HSL348.6º60.8%60.98%-
HSV(B)348.6º56.02%84.71%-
XYZ35.6824.0919.91-
YUV133.8119.09186.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=50.35%
G=22.14%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169511800.560.450.15348.660.860.98
HexD85F760382DF15d3d3d
Octal33013716607055175357575
Binary110110001011111111011001110001011011111101011101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85F76; }

 p { color: rgb(216,95,118); }

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

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

 a { background-color: rgb(216,95,118); }

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

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

 span { border-color: rgb(216,95,118); }

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