#DE5476

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

Shades of Cranberry #DE5476

Tints of Cranberry #DE5476

Color information

#DE5476 (or 0xDE5476) is unknown color: approx Cranberry. HEX triplet: DE, 54 and 76. RGB value is (222,84,118). Sum of RGB (Red+Green+Blue) = 222+84+118=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5476 is #21AB89. Grayscale: #818181. Windows color (decimal): -2206602 or 7754974. OLE color: 7754974.

HSL color Cylindrical-coordinate representation of color #DE5476: hue angle of 345.22º degrees, saturation: 0.68, 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 #DE5476 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB22284118-
CMYK00.620.470.13
HSL345.22º67.65%60%-
HSV(B)345.22º62.16%87.06%-
XYZ36.5623.1819.69-
YUV129.14121.72194.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.36%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=52.36%
G=19.81%
B=27.83%

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
Decimal2228411800.620.470.13345.2267.6560
HexDE547603E2FD159443c
Octal336124166076571553110474
Binary1101111010101001110110011111010111111011010110011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5476; }

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

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

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

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

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

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

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

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