#db3aab

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

Shades of Deep Cerise #DB3AAB

Tints of Deep Cerise #DB3AAB

Color information

#DB3AAB (or 0xDB3AAB) is unknown color: approx Deep Cerise. HEX triplet: DB, 3A and AB. RGB value is (219,58,171). Sum of RGB (Red+Green+Blue) = 219+58+171=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AAB is #24C554. Grayscale: #767676. Windows color (decimal): -2409813 or 11221723. OLE color: 11221723.

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

Color convert

RGB21958171-
CMYK00.740.220.14
HSL317.89º69.1%54.31%-
HSV(B)317.89º73.52%85.88%-
XYZ38.0821.0340.58-
YUV119.02157.34199.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.88%
GREEN value IS 58 (23.05% from 255) = 12.95%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=48.88%
G=12.95%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2195817100.740.220.14317.8969.154.31
HexDB3AAB04A16E13e4536
Octal333722530112261647610566
Binary1101101111101010101011010010101011011101001111101000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db3aab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db3aab; }

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

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

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

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

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

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

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

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