#DE2B97

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

Shades of Deep Cerise #DE2B97

Tints of Deep Cerise #DE2B97

Color information

#DE2B97 (or 0xDE2B97) is unknown color: approx Deep Cerise. HEX triplet: DE, 2B and 97. RGB value is (222,43,151). Sum of RGB (Red+Green+Blue) = 222+43+151=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2B97 is #21D468. Grayscale: #6C6C6C. Windows color (decimal): -2217065 or 9907166. OLE color: 9907166.

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

Color convert

RGB22243151-
CMYK00.810.320.13
HSL323.8º73.06%51.96%-
HSV(B)323.8º80.63%87.06%-
XYZ36.5719.4931.11-
YUV108.83151.8208.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.37%
GREEN value IS 43 (17.19% from 255) = 10.34%
BLUE value IS 151 (59.38% from 255) = 36.30%
R=53.37%
G=10.34%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224315100.810.320.13323.873.0651.96
HexDE2B9705120D1444934
Octal336532270121401550411164
Binary11011110101011100101110101000110000011011010001001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2B97; }

 p { color: rgb(222,43,151); }

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

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

 a { background-color: rgb(222,43,151); }

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

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

 span { border-color: rgb(222,43,151); }

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