#DE4E72

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

Shades of Cranberry #DE4E72

Tints of Cranberry #DE4E72

Color information

#DE4E72 (or 0xDE4E72) is unknown color: approx Cranberry. HEX triplet: DE, 4E and 72. RGB value is (222,78,114). Sum of RGB (Red+Green+Blue) = 222+78+114=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4E72 is #21B18D. Grayscale: #7D7D7D. Windows color (decimal): -2208142 or 7491294. OLE color: 7491294.

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

Color convert

RGB22278114-
CMYK00.650.490.13
HSL345º68.57%58.82%-
HSV(B)345º64.86%87.06%-
XYZ35.8922.1918.31-
YUV125.16121.71197.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 78 (30.86% from 255) = 18.84%
BLUE value IS 114 (44.92% from 255) = 27.54%
R=53.62%
G=18.84%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2227811400.650.490.1334568.5758.82
HexDE4E7204131D159453b
Octal3361161620101611553110573
Binary11011110100111011100100100000111000111011010110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4E72; }

 p { color: rgb(222,78,114); }

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

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

 a { background-color: rgb(222,78,114); }

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

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

 span { border-color: rgb(222,78,114); }

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