#D85077

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

Shades of Cranberry #D85077

Tints of Cranberry #D85077

Color information

#D85077 (or 0xD85077) is unknown color: approx Cranberry. HEX triplet: D8, 50 and 77. RGB value is (216,80,119). Sum of RGB (Red+Green+Blue) = 216+80+119=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D85077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85077 is #27AF88. Grayscale: #7D7D7D. Windows color (decimal): -2600841 or 7819480. OLE color: 7819480.

HSL color Cylindrical-coordinate representation of color #D85077: hue angle of 342.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85077 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB21680119-
CMYK00.630.450.15
HSL342.79º63.55%58.04%-
HSV(B)342.79º62.96%84.71%-
XYZ34.5221.6719.82-
YUV125.11124.56192.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.05%
GREEN value IS 80 (31.64% from 255) = 19.28%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=52.05%
G=19.28%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168011900.630.450.15342.7963.5558.04
HexD8507703F2DF157403a
Octal330120167077551752710072
Binary1101100010100001110111011111110110111111010101111000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85077; }

 p { color: rgb(216,80,119); }

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

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

 a { background-color: rgb(216,80,119); }

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

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

 span { border-color: rgb(216,80,119); }

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