#DE2294

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

Shades of Deep Cerise #DE2294

Tints of Deep Cerise #DE2294

Color information

#DE2294 (or 0xDE2294) is unknown color: approx Deep Cerise. HEX triplet: DE, 22 and 94. RGB value is (222,34,148). Sum of RGB (Red+Green+Blue) = 222+34+148=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2294 is #21DD6B. Grayscale: #666666. Windows color (decimal): -2219372 or 9708254. OLE color: 9708254.

HSL color Cylindrical-coordinate representation of color #DE2294: hue angle of 323.62º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2294 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB22234148-
CMYK00.850.330.13
HSL323.62º74.02%50.2%-
HSV(B)323.62º84.68%87.06%-
XYZ36.0418.8129.75-
YUV103.21153.28212.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.95%
GREEN value IS 34 (13.67% from 255) = 8.42%
BLUE value IS 148 (58.20% from 255) = 36.63%
R=54.95%
G=8.42%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2223414800.850.330.13323.6274.0250.2
HexDE229405521D1444a32
Octal336422240125411550411262
Binary11011110100010100101000101010110000111011010001001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2294; }

 p { color: rgb(222,34,148); }

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

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

 a { background-color: rgb(222,34,148); }

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

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

 span { border-color: rgb(222,34,148); }

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