#DE4278

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

Shades of Cranberry #DE4278

Tints of Cranberry #DE4278

Color information

#DE4278 (or 0xDE4278) is unknown color: approx Cranberry. HEX triplet: DE, 42 and 78. RGB value is (222,66,120). Sum of RGB (Red+Green+Blue) = 222+66+120=408 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.41% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4278 is #21BD87. Grayscale: #767676. Windows color (decimal): -2211208 or 7881438. OLE color: 7881438.

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

Color convert

RGB22266120-
CMYK00.700.460.13
HSL339.23º70.27%56.47%-
HSV(B)339.23º70.27%87.06%-
XYZ35.4620.7819.91-
YUV118.8128.68201.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.41%
GREEN value IS 66 (26.17% from 255) = 16.18%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=54.41%
G=16.18%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226612000.700.460.13339.2370.2756.47
HexDE42780462ED1534638
Octal3361021700106561552310670
Binary11011110100001011110000100011010111011011010100111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4278; }

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

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

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

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

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

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

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

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