#DB2080

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

Shades of Deep Cerise #DB2080

Tints of Deep Cerise #DB2080

Color information

#DB2080 (or 0xDB2080) is unknown color: approx Deep Cerise. HEX triplet: DB, 20 and 80. RGB value is (219,32,128). Sum of RGB (Red+Green+Blue) = 219+32+128=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2080 is #24DF7F. Grayscale: #626262. Windows color (decimal): -2416512 or 8397019. OLE color: 8397019.

HSL color Cylindrical-coordinate representation of color #DB2080: hue angle of 329.2º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2080 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB21932128-
CMYK00.850.420.14
HSL329.2º74.5%49.22%-
HSV(B)329.2º85.39%85.88%-
XYZ33.6317.6522.06-
YUV98.86144.45213.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 57.78%
GREEN value IS 32 (12.89% from 255) = 8.44%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=57.78%
G=8.44%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2193212800.850.420.14329.274.549.22
HexDB20800552AE1494b31
Octal333402000125521651111361
Binary11011011100000100000000101010110101011101010010011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB2080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB2080; }

 p { color: rgb(219,32,128); }

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

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

 a { background-color: rgb(219,32,128); }

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

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

 span { border-color: rgb(219,32,128); }

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