#DB3E9E

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

Shades of Deep Cerise #DB3E9E

Tints of Deep Cerise #DB3E9E

Color information

#DB3E9E (or 0xDB3E9E) is unknown color: approx Deep Cerise. HEX triplet: DB, 3E and 9E. RGB value is (219,62,158). Sum of RGB (Red+Green+Blue) = 219+62+158=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 62 (24.61% from 255 or 14.12% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3E9E is #24C161. Grayscale: #777777. Windows color (decimal): -2408802 or 10370779. OLE color: 10370779.

HSL color Cylindrical-coordinate representation of color #DB3E9E: hue angle of 323.31º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3E9E is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB21962158-
CMYK00.720.280.14
HSL323.31º68.56%55.1%-
HSV(B)323.31º71.69%85.88%-
XYZ37.1120.9734.44-
YUV119.89149.51198.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 49.89%
GREEN value IS 62 (24.61% from 255) = 14.12%
BLUE value IS 158 (62.11% from 255) = 35.99%
R=49.89%
G=14.12%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196215800.720.280.14323.3168.5655.1
HexDB3E9E0481CE1434537
Octal333762360110341650310567
Binary1101101111111010011110010010001110011101010000111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3E9E; }

 p { color: rgb(219,62,158); }

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

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

 a { background-color: rgb(219,62,158); }

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

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

 span { border-color: rgb(219,62,158); }

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