#DB3D9E

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

Shades of Deep Cerise #DB3D9E

Tints of Deep Cerise #DB3D9E

Color information

#DB3D9E (or 0xDB3D9E) is unknown color: approx Deep Cerise. HEX triplet: DB, 3D and 9E. RGB value is (219,61,158). Sum of RGB (Red+Green+Blue) = 219+61+158=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3D9E is #24C261. Grayscale: #777777. Windows color (decimal): -2409058 or 10370523. OLE color: 10370523.

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

Color convert

RGB21961158-
CMYK00.720.280.14
HSL323.16º68.7%54.9%-
HSV(B)323.16º72.15%85.88%-
XYZ37.0520.8734.42-
YUV119.3149.85199.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50%
GREEN value IS 61 (24.22% from 255) = 13.93%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=50%
G=13.93%
B=36.07%

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
Decimal2196115800.720.280.14323.1668.754.9
HexDB3D9E0481CE1434537
Octal333752360110341650310567
Binary1101101111110110011110010010001110011101010000111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3D9E; }

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

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

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

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

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

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

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

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