#DE4D78

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

Shades of Cranberry #DE4D78

Tints of Cranberry #DE4D78

Color information

#DE4D78 (or 0xDE4D78) is unknown color: approx Cranberry. HEX triplet: DE, 4D and 78. RGB value is (222,77,120). Sum of RGB (Red+Green+Blue) = 222+77+120=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D78 is #21B287. Grayscale: #7D7D7D. Windows color (decimal): -2208392 or 7884254. OLE color: 7884254.

HSL color Cylindrical-coordinate representation of color #DE4D78: hue angle of 342.21º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4D78 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB22277120-
CMYK00.650.460.13
HSL342.21º68.72%58.63%-
HSV(B)342.21º65.32%87.06%-
XYZ36.1722.1920.15-
YUV125.26125.04197-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.98%
GREEN value IS 77 (30.47% from 255) = 18.38%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=52.98%
G=18.38%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227712000.650.460.13342.2168.7258.63
HexDE4D780412ED156453b
Octal3361151700101561552610573
Binary11011110100110111110000100000110111011011010101101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4D78; }

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

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

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

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

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

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

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

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