#DE5D78

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

Shades of Cranberry #DE5D78

Tints of Cranberry #DE5D78

Color information

#DE5D78 (or 0xDE5D78) is unknown color: approx Cranberry. HEX triplet: DE, 5D and 78. RGB value is (222,93,120). Sum of RGB (Red+Green+Blue) = 222+93+120=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D78 is #21A287. Grayscale: #868686. Windows color (decimal): -2204296 or 7888350. OLE color: 7888350.

HSL color Cylindrical-coordinate representation of color #DE5D78: hue angle of 347.44º 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 #DE5D78 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB22293120-
CMYK00.580.460.13
HSL347.44º66.15%61.76%-
HSV(B)347.44º58.11%87.06%-
XYZ37.4324.7120.57-
YUV134.65119.74190.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=51.03%
G=21.38%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229312000.580.460.13347.4466.1561.76
HexDE5D7803A2ED15b423e
Octal336135170072561553310276
Binary1101111010111011111000011101010111011011010110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5D78; }

 p { color: rgb(222,93,120); }

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

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

 a { background-color: rgb(222,93,120); }

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

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

 span { border-color: rgb(222,93,120); }

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