#DB2E99

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

Shades of Deep Cerise #DB2E99

Tints of Deep Cerise #DB2E99

Color information

#DB2E99 (or 0xDB2E99) is unknown color: approx Deep Cerise. HEX triplet: DB, 2E and 99. RGB value is (219,46,153). Sum of RGB (Red+Green+Blue) = 219+46+153=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2E99 is #24D166. Grayscale: #6D6D6D. Windows color (decimal): -2412903 or 10039003. OLE color: 10039003.

HSL color Cylindrical-coordinate representation of color #DB2E99: hue angle of 322.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E99 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB21946153-
CMYK00.790.300.14
HSL322.89º70.61%51.96%-
HSV(B)322.89º79%85.88%-
XYZ35.9419.3131.97-
YUV109.92152.31205.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.39%
GREEN value IS 46 (18.36% from 255) = 11.00%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=52.39%
G=11.00%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194615300.790.300.14322.8970.6151.96
HexDB2E9904F1EE1434734
Octal333562310117361650310764
Binary1101101110111010011001010011111111011101010000111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2E99; }

 p { color: rgb(219,46,153); }

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

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

 a { background-color: rgb(219,46,153); }

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

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

 span { border-color: rgb(219,46,153); }

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