#DE3388

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

Shades of Deep Cerise #DE3388

Tints of Deep Cerise #DE3388

Color information

#DE3388 (or 0xDE3388) is unknown color: approx Deep Cerise. HEX triplet: DE, 33 and 88. RGB value is (222,51,136). Sum of RGB (Red+Green+Blue) = 222+51+136=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 51 (20.31% from 255 or 12.47% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3388 is #21CC77. Grayscale: #6F6F6F. Windows color (decimal): -2215032 or 8926174. OLE color: 8926174.

HSL color Cylindrical-coordinate representation of color #DE3388: hue angle of 330.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3388 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB22251136-
CMYK00.770.390.13
HSL330.18º72.15%53.53%-
HSV(B)330.18º77.03%87.06%-
XYZ35.7519.6725.21-
YUV111.82141.65206.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 51 (20.31% from 255) = 12.47%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=54.28%
G=12.47%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225113600.770.390.13330.1872.1553.53
HexDE338804D27D14a4836
Octal336632100115471551211066
Binary11011110110011100010000100110110011111011010010101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3388; }

 p { color: rgb(222,51,136); }

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

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

 a { background-color: rgb(222,51,136); }

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

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

 span { border-color: rgb(222,51,136); }

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