Shades of Spicy Pink #DB27AB
Tints of Spicy Pink #DB27AB
RGB
CMYK
RGB Variations
Color information
#DB27AB (or 0xDB27AB) is known color: Spicy Pink. HEX triplet: DB, 27 and AB. RGB value is (219,39,171). Sum of RGB (Red+Green+Blue) = 219+39+171=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB27AB is #24D854. Grayscale: #6B6B6B. Windows color (decimal): -2414677 or 11216859. OLE color: 11216859.
HSL color Cylindrical-coordinate representation of color #DB27AB: hue angle of 316º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB27AB is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 171 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.14 |
| HSL | 316º | 0.71% | 0.51% | - |
| HSV(B) | 316º | 0.82% | 0.86% | - |
| XYZ | 37.29 | 19.45 | 40.32 | - |
| YUV | 107.87 | 163.63 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 171 | 0 | 0.82 | 0.22 | 0.14 | 316 | 0.71 | 0.51 |
| Hex | DB | 27 | AB | 0 | 52 | 16 | E | 13C | 47 | 33 |
| Octal | 333 | 47 | 253 | 0 | 122 | 26 | 16 | 474 | 107 | 63 |
| Binary | 11011011 | 100111 | 10101011 | 0 | 1010010 | 10110 | 1110 | 100111100 | 1000111 | 110011 |
Color Harmonies of #DB27AB
Complementary color
Monochromatic Colors of #DB27AB
Black with #DB27AB
Text Example
Text Example
White with #DB27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27AB; }
p { color: rgb(219,39,171); }
H1.HeaderClassName
{
color: #DB27AB;
}
.AnyTagClassName
{
color: #DB27AB;
}
</style>
background-color css
<style>
a { background-color: #DB27AB; }
a { background-color: rgb(219,39,171); }
div.DivClassName
{
background-color: #DB27AB;
}
.BgClassName
{
background-color: #DB27AB;
}
</style>
border-color css
<style>
span { border-color: #DB27AB; }
span { border-color: rgb(219,39,171); }
td.TdClassName
{
border-color: #DB27AB;
}
.TagClassName
{
border-color: #DB27AB;
}
</style>