#DB3D80

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

Shades of Deep Cerise #DB3D80

Tints of Deep Cerise #DB3D80

Color information

#DB3D80 (or 0xDB3D80) is unknown color: approx Deep Cerise. HEX triplet: DB, 3D and 80. RGB value is (219,61,128). Sum of RGB (Red+Green+Blue) = 219+61+128=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3D80 is #24C27F. Grayscale: #737373. Windows color (decimal): -2409088 or 8404443. OLE color: 8404443.

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

Color convert

RGB21961128-
CMYK00.720.420.14
HSL334.56º68.7%54.9%-
HSV(B)334.56º72.15%85.88%-
XYZ34.7819.9622.44-
YUV115.88134.85201.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.68%
GREEN value IS 61 (24.22% from 255) = 14.95%
BLUE value IS 128 (50.39% from 255) = 31.37%
R=53.68%
G=14.95%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2196112800.720.420.14334.5668.754.9
HexDB3D800482AE14f4537
Octal333752000110521651710567
Binary11011011111101100000000100100010101011101010011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3D80; }

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

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

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

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

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

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

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

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