#DB3AA0

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

Shades of Deep Cerise #DB3AA0

Tints of Deep Cerise #DB3AA0

Color information

#DB3AA0 (or 0xDB3AA0) is unknown color: approx Deep Cerise. HEX triplet: DB, 3A and A0. RGB value is (219,58,160). Sum of RGB (Red+Green+Blue) = 219+58+160=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AA0 is #24C55F. Grayscale: #757575. Windows color (decimal): -2409824 or 10500827. OLE color: 10500827.

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

Color convert

RGB21958160-
CMYK00.740.270.14
HSL321.99º69.1%54.31%-
HSV(B)321.99º73.52%85.88%-
XYZ37.0720.6235.28-
YUV117.77151.84200.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 50.11%
GREEN value IS 58 (23.05% from 255) = 13.27%
BLUE value IS 160 (62.89% from 255) = 36.61%
R=50.11%
G=13.27%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195816000.740.270.14321.9969.154.31
HexDB3AA004A1BE1424536
Octal333722400112331650210566
Binary1101101111101010100000010010101101111101010000101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB3AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB3AA0; }

 p { color: rgb(219,58,160); }

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

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

 a { background-color: rgb(219,58,160); }

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

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

 span { border-color: rgb(219,58,160); }

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