#DE4470

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

Shades of Cranberry #DE4470

Tints of Cranberry #DE4470

Color information

#DE4470 (or 0xDE4470) is unknown color: approx Cranberry. HEX triplet: DE, 44 and 70. RGB value is (222,68,112). Sum of RGB (Red+Green+Blue) = 222+68+112=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4470 is #21BB8F. Grayscale: #777777. Windows color (decimal): -2210704 or 7357662. OLE color: 7357662.

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

Color convert

RGB22268112-
CMYK00.690.500.13
HSL342.86º70%56.86%-
HSV(B)342.86º69.37%87.06%-
XYZ35.1220.8317.5-
YUV119.06124.02201.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.22%
GREEN value IS 68 (26.95% from 255) = 16.92%
BLUE value IS 112 (44.14% from 255) = 27.86%
R=55.22%
G=16.92%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226811200.690.500.13342.867056.86
HexDE447004532D1574639
Octal3361041600105621552710671
Binary11011110100010011100000100010111001011011010101111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4470; }

 p { color: rgb(222,68,112); }

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

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

 a { background-color: rgb(222,68,112); }

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

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

 span { border-color: rgb(222,68,112); }

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