#DE4573

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

Shades of Cranberry #DE4573

Tints of Cranberry #DE4573

Color information

#DE4573 (or 0xDE4573) is unknown color: approx Cranberry. HEX triplet: DE, 45 and 73. RGB value is (222,69,115). Sum of RGB (Red+Green+Blue) = 222+69+115=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4573 is #21BA8C. Grayscale: #777777. Windows color (decimal): -2210445 or 7554526. OLE color: 7554526.

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

Color convert

RGB22269115-
CMYK00.690.480.13
HSL341.96º69.86%57.06%-
HSV(B)341.96º68.92%87.06%-
XYZ35.3521.0218.41-
YUV119.99125.19200.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.68%
GREEN value IS 69 (27.34% from 255) = 17.00%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=54.68%
G=17.00%
B=28.33%

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
Decimal2226911500.690.480.13341.9669.8657.06
HexDE457304530D1564639
Octal3361051630105601552610671
Binary11011110100010111100110100010111000011011010101101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4573; }

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

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

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

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

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

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

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

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