#DE4271

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

Shades of Cranberry #DE4271

Tints of Cranberry #DE4271

Color information

#DE4271 (or 0xDE4271) is unknown color: approx Cranberry. HEX triplet: DE, 42 and 71. RGB value is (222,66,113). Sum of RGB (Red+Green+Blue) = 222+66+113=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4271 is #21BD8E. Grayscale: #757575. Windows color (decimal): -2211215 or 7422686. OLE color: 7422686.

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

Color convert

RGB22266113-
CMYK00.700.490.13
HSL341.92º70.27%56.47%-
HSV(B)341.92º70.27%87.06%-
XYZ35.0520.6217.76-
YUV118125.18202.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.36%
GREEN value IS 66 (26.17% from 255) = 16.46%
BLUE value IS 113 (44.53% from 255) = 28.18%
R=55.36%
G=16.46%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226611300.700.490.13341.9270.2756.47
HexDE427104631D1564638
Octal3361021610106611552610670
Binary11011110100001011100010100011011000111011010101101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4271; }

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

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

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

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

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

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

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

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