#D85A76

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

Shades of Cranberry #D85A76

Tints of Cranberry #D85A76

Color information

#D85A76 (or 0xD85A76) is unknown color: approx Cranberry. HEX triplet: D8, 5A and 76. RGB value is (216,90,118). Sum of RGB (Red+Green+Blue) = 216+90+118=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 90 (35.55% from 255 or 21.23% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A76 is #27A589. Grayscale: #828282. Windows color (decimal): -2598282 or 7756504. OLE color: 7756504.

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

Color convert

RGB21690118-
CMYK00.580.450.15
HSL346.67º61.76%60%-
HSV(B)346.67º58.33%84.71%-
XYZ35.2523.2219.76-
YUV130.87120.74188.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.94%
GREEN value IS 90 (35.55% from 255) = 21.23%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=50.94%
G=21.23%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169011800.580.450.15346.6761.7660
HexD85A7603A2DF15b3e3c
Octal33013216607255175337674
Binary110110001011010111011001110101011011111101011011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85A76; }

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

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

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

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

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

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

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

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