#DE4275

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

Shades of Cranberry #DE4275

Tints of Cranberry #DE4275

Color information

#DE4275 (or 0xDE4275) is unknown color: approx Cranberry. HEX triplet: DE, 42 and 75. RGB value is (222,66,117). Sum of RGB (Red+Green+Blue) = 222+66+117=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4275 is #21BD8A. Grayscale: #767676. Windows color (decimal): -2211211 or 7684830. OLE color: 7684830.

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

Color convert

RGB22266117-
CMYK00.700.470.13
HSL340.38º70.27%56.47%-
HSV(B)340.38º70.27%87.06%-
XYZ35.2820.7118.97-
YUV118.46127.18201.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.81%
GREEN value IS 66 (26.17% from 255) = 16.30%
BLUE value IS 117 (46.09% from 255) = 28.89%
R=54.81%
G=16.30%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226611700.700.470.13340.3870.2756.47
HexDE42750462FD1544638
Octal3361021650106571552410670
Binary11011110100001011101010100011010111111011010101001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4275; }

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

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

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

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

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

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

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

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