#DE5776

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

Shades of Cranberry #DE5776

Tints of Cranberry #DE5776

Color information

#DE5776 (or 0xDE5776) is unknown color: approx Cranberry. HEX triplet: DE, 57 and 76. RGB value is (222,87,118). Sum of RGB (Red+Green+Blue) = 222+87+118=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5776 is #21A889. Grayscale: #828282. Windows color (decimal): -2205834 or 7755742. OLE color: 7755742.

HSL color Cylindrical-coordinate representation of color #DE5776: hue angle of 346.22º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE5776 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB22287118-
CMYK00.610.470.13
HSL346.22º67.16%60.59%-
HSV(B)346.22º60.81%87.06%-
XYZ36.823.6519.77-
YUV130.9120.73192.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.99%
GREEN value IS 87 (34.38% from 255) = 20.37%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=51.99%
G=20.37%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228711800.610.470.13346.2267.1660.59
HexDE577603D2FD15a433d
Octal336127166075571553210375
Binary1101111010101111110110011110110111111011010110101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5776; }

 p { color: rgb(222,87,118); }

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

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

 a { background-color: rgb(222,87,118); }

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

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

 span { border-color: rgb(222,87,118); }

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