#DB2E7B

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

Shades of Deep Cerise #DB2E7B

Tints of Deep Cerise #DB2E7B

Color information

#DB2E7B (or 0xDB2E7B) is unknown color: approx Deep Cerise. HEX triplet: DB, 2E and 7B. RGB value is (219,46,123). Sum of RGB (Red+Green+Blue) = 219+46+123=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E7B is #24D184. Grayscale: #6A6A6A. Windows color (decimal): -2412933 or 8072923. OLE color: 8072923.

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

Color convert

RGB21946123-
CMYK00.790.440.14
HSL333.29º70.61%51.96%-
HSV(B)333.29º79%85.88%-
XYZ33.7718.4420.52-
YUV106.5137.31208.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 56.44%
GREEN value IS 46 (18.36% from 255) = 11.86%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=56.44%
G=11.86%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194612300.790.440.14333.2970.6151.96
HexDB2E7B04F2CE14d4734
Octal333561730117541651510764
Binary1101101110111011110110100111110110011101010011011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2E7B; }

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

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

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

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

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

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

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

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