Shades of Spicy Pink #DB1BAF
Tints of Spicy Pink #DB1BAF
RGB
CMYK
RGB Variations
Color information
#DB1BAF (or 0xDB1BAF) is known color: Spicy Pink. HEX triplet: DB, 1B and AF. RGB value is (219,27,175). Sum of RGB (Red+Green+Blue) = 219+27+175=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 27 (10.94% from 255 or 6.41% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1BAF is #24E450. Grayscale: #646464. Windows color (decimal): -2417745 or 11475931. OLE color: 11475931.
HSL color Cylindrical-coordinate representation of color #DB1BAF: hue angle of 313.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1BAF is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 175 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.14 |
| HSL | 313.75º | 0.78% | 0.48% | - |
| HSV(B) | 313.75º | 0.88% | 0.86% | - |
| XYZ | 37.34 | 18.94 | 42.24 | - |
| YUV | 101.28 | 169.61 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 175 | 0 | 0.88 | 0.20 | 0.14 | 313.75 | 0.78 | 0.48 |
| Hex | DB | 1B | AF | 0 | 58 | 14 | E | 13A | 4E | 30 |
| Octal | 333 | 33 | 257 | 0 | 130 | 24 | 16 | 472 | 116 | 60 |
| Binary | 11011011 | 11011 | 10101111 | 0 | 1011000 | 10100 | 1110 | 100111010 | 1001110 | 110000 |
Color Harmonies of #DB1BAF
Complementary color
Monochromatic Colors of #DB1BAF
Black with #DB1BAF
Text Example
Text Example
White with #DB1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1BAF; }
p { color: rgb(219,27,175); }
H1.HeaderClassName
{
color: #DB1BAF;
}
.AnyTagClassName
{
color: #DB1BAF;
}
</style>
background-color css
<style>
a { background-color: #DB1BAF; }
a { background-color: rgb(219,27,175); }
div.DivClassName
{
background-color: #DB1BAF;
}
.BgClassName
{
background-color: #DB1BAF;
}
</style>
border-color css
<style>
span { border-color: #DB1BAF; }
span { border-color: rgb(219,27,175); }
td.TdClassName
{
border-color: #DB1BAF;
}
.TagClassName
{
border-color: #DB1BAF;
}
</style>