#DE5E75

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

Shades of Cranberry #DE5E75

Tints of Cranberry #DE5E75

Color information

#DE5E75 (or 0xDE5E75) is unknown color: approx Cranberry. HEX triplet: DE, 5E and 75. RGB value is (222,94,117). Sum of RGB (Red+Green+Blue) = 222+94+117=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E75 is #21A18A. Grayscale: #868686. Windows color (decimal): -2204043 or 7691998. OLE color: 7691998.

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

Color convert

RGB22294117-
CMYK00.580.470.13
HSL349.22º65.98%61.96%-
HSV(B)349.22º57.66%87.06%-
XYZ37.3424.8219.65-
YUV134.89117.91190.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=51.27%
G=21.71%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229411700.580.470.13349.2265.9861.96
HexDE5E7503A2FD15d423e
Octal336136165072571553510276
Binary1101111010111101110101011101010111111011010111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5E75; }

 p { color: rgb(222,94,117); }

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

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

 a { background-color: rgb(222,94,117); }

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

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

 span { border-color: rgb(222,94,117); }

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