#DE4574

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

Shades of Cranberry #DE4574

Tints of Cranberry #DE4574

Color information

#DE4574 (or 0xDE4574) is unknown color: approx Cranberry. HEX triplet: DE, 45 and 74. RGB value is (222,69,116). Sum of RGB (Red+Green+Blue) = 222+69+116=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4574 is #21BA8B. Grayscale: #787878. Windows color (decimal): -2210444 or 7620062. OLE color: 7620062.

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

Color convert

RGB22269116-
CMYK00.690.480.13
HSL341.57º69.86%57.06%-
HSV(B)341.57º68.92%87.06%-
XYZ35.421.0518.72-
YUV120.1125.69200.68-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.55%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 116 (45.70% from 255) = 28.50%
R=54.55%
G=16.95%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226911600.690.480.13341.5769.8657.06
HexDE457404530D1564639
Octal3361051640105601552610671
Binary11011110100010111101000100010111000011011010101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4574; }

 p { color: rgb(222,69,116); }

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

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

 a { background-color: rgb(222,69,116); }

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

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

 span { border-color: rgb(222,69,116); }

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