#DE3D9E

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

Shades of Deep Cerise #DE3D9E

Tints of Deep Cerise #DE3D9E

Color information

#DE3D9E (or 0xDE3D9E) is unknown color: approx Deep Cerise. HEX triplet: DE, 3D and 9E. RGB value is (222,61,158). Sum of RGB (Red+Green+Blue) = 222+61+158=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3D9E is #21C261. Grayscale: #777777. Windows color (decimal): -2212450 or 10370526. OLE color: 10370526.

HSL color Cylindrical-coordinate representation of color #DE3D9E: hue angle of 323.85º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3D9E is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB22261158-
CMYK00.730.290.13
HSL323.85º70.93%55.49%-
HSV(B)323.85º72.52%87.06%-
XYZ37.9621.3434.47-
YUV120.2149.34200.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 61 (24.22% from 255) = 13.83%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=50.34%
G=13.83%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226115800.730.290.13323.8570.9355.49
HexDE3D9E0491DD1444737
Octal336752360111351550410767
Binary1101111011110110011110010010011110111011010001001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE3D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE3D9E; }

 p { color: rgb(222,61,158); }

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

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

 a { background-color: rgb(222,61,158); }

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

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

 span { border-color: rgb(222,61,158); }

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