#DE5576

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

Shades of Cranberry #DE5576

Tints of Cranberry #DE5576

Color information

#DE5576 (or 0xDE5576) is unknown color: approx Cranberry. HEX triplet: DE, 55 and 76. RGB value is (222,85,118). Sum of RGB (Red+Green+Blue) = 222+85+118=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5576 is #21AA89. Grayscale: #818181. Windows color (decimal): -2206346 or 7755230. OLE color: 7755230.

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

Color convert

RGB22285118-
CMYK00.620.470.13
HSL345.55º67.49%60.2%-
HSV(B)345.55º61.71%87.06%-
XYZ36.6423.3319.71-
YUV129.72121.39193.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 118 (46.48% from 255) = 27.76%
R=52.24%
G=20%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228511800.620.470.13345.5567.4960.2
HexDE557603E2FD15a433c
Octal336125166076571553210374
Binary1101111010101011110110011111010111111011010110101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5576; }

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

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

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

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

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

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

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

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