#DB2E8E

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

Shades of Deep Cerise #DB2E8E

Tints of Deep Cerise #DB2E8E

Color information

#DB2E8E (or 0xDB2E8E) is unknown color: approx Deep Cerise. HEX triplet: DB, 2E and 8E. RGB value is (219,46,142). Sum of RGB (Red+Green+Blue) = 219+46+142=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2E8E is #24D171. Grayscale: #6C6C6C. Windows color (decimal): -2412914 or 9318107. OLE color: 9318107.

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

Color convert

RGB21946142-
CMYK00.790.350.14
HSL326.71º70.61%51.96%-
HSV(B)326.71º79%85.88%-
XYZ35.0718.9727.4-
YUV108.67146.81206.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.81%
GREEN value IS 46 (18.36% from 255) = 11.30%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=53.81%
G=11.30%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2194614200.790.350.14326.7170.6151.96
HexDB2E8E04F23E1474734
Octal333562160117431650710764
Binary11011011101110100011100100111110001111101010001111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2E8E; }

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

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

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

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

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

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

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

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