#DB2C9F

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

Shades of Deep Cerise #DB2C9F

Tints of Deep Cerise #DB2C9F

Color information

#DB2C9F (or 0xDB2C9F) is unknown color: approx Deep Cerise. HEX triplet: DB, 2C and 9F. RGB value is (219,44,159). Sum of RGB (Red+Green+Blue) = 219+44+159=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2C9F is #24D360. Grayscale: #6D6D6D. Windows color (decimal): -2413409 or 10431707. OLE color: 10431707.

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

Color convert

RGB21944159-
CMYK00.800.270.14
HSL320.57º70.85%51.57%-
HSV(B)320.57º79.91%85.88%-
XYZ36.3719.3634.62-
YUV109.44155.98206.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 51.90%
GREEN value IS 44 (17.58% from 255) = 10.43%
BLUE value IS 159 (62.5% from 255) = 37.68%
R=51.90%
G=10.43%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194415900.800.270.14320.5770.8551.57
HexDB2C9F0501BE1414734
Octal333542370120331650110764
Binary1101101110110010011111010100001101111101010000011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2C9F; }

 p { color: rgb(219,44,159); }

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

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

 a { background-color: rgb(219,44,159); }

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

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

 span { border-color: rgb(219,44,159); }

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