#DE2B98

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

Shades of Deep Cerise #DE2B98

Tints of Deep Cerise #DE2B98

Color information

#DE2B98 (or 0xDE2B98) is unknown color: approx Deep Cerise. HEX triplet: DE, 2B and 98. RGB value is (222,43,152). Sum of RGB (Red+Green+Blue) = 222+43+152=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2B98 is #21D467. Grayscale: #6C6C6C. Windows color (decimal): -2217064 or 9972702. OLE color: 9972702.

HSL color Cylindrical-coordinate representation of color #DE2B98: hue angle of 323.46º 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 #DE2B98 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB22243152-
CMYK00.810.320.13
HSL323.46º73.06%51.96%-
HSV(B)323.46º80.63%87.06%-
XYZ36.6619.5231.54-
YUV108.95152.3208.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 43 (17.19% from 255) = 10.31%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=53.24%
G=10.31%
B=36.45%

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
Decimal2224315200.810.320.13323.4673.0651.96
HexDE2B9805120D1434934
Octal336532300121401550311164
Binary11011110101011100110000101000110000011011010000111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2B98; }

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

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

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

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

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

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

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

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