#DE369E

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

Shades of Deep Cerise #DE369E

Tints of Deep Cerise #DE369E

Color information

#DE369E (or 0xDE369E) is unknown color: approx Deep Cerise. HEX triplet: DE, 36 and 9E. RGB value is (222,54,158). Sum of RGB (Red+Green+Blue) = 222+54+158=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE369E is #21C961. Grayscale: #737373. Windows color (decimal): -2214242 or 10368734. OLE color: 10368734.

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

Color convert

RGB22254158-
CMYK00.760.290.13
HSL322.86º71.79%54.12%-
HSV(B)322.86º75.68%87.06%-
XYZ37.6120.6434.35-
YUV116.09151.66203.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.15%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=51.15%
G=12.44%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2225415800.760.290.13322.8671.7954.12
HexDE369E04C1DD1434836
Octal336662360114351550311066
Binary1101111011011010011110010011001110111011010000111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE369E; }

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

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

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

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

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

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

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

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