#DB3986

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

Shades of Deep Cerise #DB3986

Tints of Deep Cerise #DB3986

Color information

#DB3986 (or 0xDB3986) is unknown color: approx Deep Cerise. HEX triplet: DB, 39 and 86. RGB value is (219,57,134). Sum of RGB (Red+Green+Blue) = 219+57+134=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3986 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3986 is #24C679. Grayscale: #727272. Windows color (decimal): -2410106 or 8796635. OLE color: 8796635.

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

Color convert

RGB21957134-
CMYK00.740.390.14
HSL331.48º69.23%54.12%-
HSV(B)331.48º73.97%85.88%-
XYZ34.9819.7124.51-
YUV114.22139.17202.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 53.41%
GREEN value IS 57 (22.66% from 255) = 13.90%
BLUE value IS 134 (52.73% from 255) = 32.68%
R=53.41%
G=13.90%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195713400.740.390.14331.4869.2354.12
HexDB398604A27E14b4536
Octal333712060112471651310566
Binary11011011111001100001100100101010011111101010010111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3986; }

 p { color: rgb(219,57,134); }

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

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

 a { background-color: rgb(219,57,134); }

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

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

 span { border-color: rgb(219,57,134); }

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