#DB19AB

Color #DB19AB Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #DB19AB

Tints of Spicy Pink #DB19AB

Color information

#DB19AB (or 0xDB19AB) is unknown color: approx Spicy Pink. HEX triplet: DB, 19 and AB. RGB value is (219,25,171). Sum of RGB (Red+Green+Blue) = 219+25+171=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB19AB is #24E654. Grayscale: #636363. Windows color (decimal): -2418261 or 11213275. OLE color: 11213275.

HSL color Cylindrical-coordinate representation of color #DB19AB: hue angle of 314.85º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB19AB is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB21925171-
CMYK00.890.220.14
HSL314.85º79.51%47.84%-
HSV(B)314.85º88.58%85.88%-
XYZ36.9118.740.19-
YUV99.65168.27213.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 52.77%
GREEN value IS 25 (10.16% from 255) = 6.02%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=52.77%
G=6.02%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192517100.890.220.14314.8579.5147.84
HexDB19AB05916E13b5030
Octal333312530131261647312060
Binary110110111100110101011010110011011011101001110111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB19AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB19AB; }

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

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

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

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

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

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

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

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