#DE5578

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

Shades of Cranberry #DE5578

Tints of Cranberry #DE5578

Color information

#DE5578 (or 0xDE5578) is unknown color: approx Cranberry. HEX triplet: DE, 55 and 78. RGB value is (222,85,120). Sum of RGB (Red+Green+Blue) = 222+85+120=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5578 is #21AA87. Grayscale: #818181. Windows color (decimal): -2206344 or 7886302. OLE color: 7886302.

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

Color convert

RGB22285120-
CMYK00.620.460.13
HSL344.67º67.49%60.2%-
HSV(B)344.67º61.71%87.06%-
XYZ36.7623.3820.34-
YUV129.95122.39193.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.99%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=51.99%
G=19.91%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228512000.620.460.13344.6767.4960.2
HexDE557803E2ED159433c
Octal336125170076561553110374
Binary1101111010101011111000011111010111011011010110011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5578; }

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

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

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

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

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

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

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

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