#DE4299

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

Shades of Deep Cerise #DE4299

Tints of Deep Cerise #DE4299

Color information

#DE4299 (or 0xDE4299) is unknown color: approx Deep Cerise. HEX triplet: DE, 42 and 99. RGB value is (222,66,153). Sum of RGB (Red+Green+Blue) = 222+66+153=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4299 is #21BD66. Grayscale: #7A7A7A. Windows color (decimal): -2211175 or 10044126. OLE color: 10044126.

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

Color convert

RGB22266153-
CMYK00.700.310.13
HSL326.54º70.27%56.47%-
HSV(B)326.54º70.27%87.06%-
XYZ37.8221.7332.34-
YUV122.56145.18198.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 66 (26.17% from 255) = 14.97%
BLUE value IS 153 (60.16% from 255) = 34.69%
R=50.34%
G=14.97%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226615300.700.310.13326.5470.2756.47
HexDE42990461FD1474638
Octal3361022310106371550710670
Binary11011110100001010011001010001101111111011010001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE4299; }

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

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

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

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

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

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

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

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