#DB2E7C

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

Shades of Deep Cerise #DB2E7C

Tints of Deep Cerise #DB2E7C

Color information

#DB2E7C (or 0xDB2E7C) is unknown color: approx Deep Cerise. HEX triplet: DB, 2E and 7C. RGB value is (219,46,124). Sum of RGB (Red+Green+Blue) = 219+46+124=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E7C is #24D183. Grayscale: #6A6A6A. Windows color (decimal): -2412932 or 8138459. OLE color: 8138459.

HSL color Cylindrical-coordinate representation of color #DB2E7C: hue angle of 332.95º 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 #DB2E7C is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB21946124-
CMYK00.790.430.14
HSL332.95º70.61%51.96%-
HSV(B)332.95º79%85.88%-
XYZ33.8318.4720.85-
YUV106.62137.81208.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.30%
GREEN value IS 46 (18.36% from 255) = 11.83%
BLUE value IS 124 (48.83% from 255) = 31.88%
R=56.30%
G=11.83%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194612400.790.430.14332.9570.6151.96
HexDB2E7C04F2BE14d4734
Octal333561740117531651510764
Binary1101101110111011111000100111110101111101010011011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2E7C; }

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

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

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

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

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

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

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

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