Shades of Spicy Pink #DB27AF
Tints of Spicy Pink #DB27AF
RGB
CMYK
RGB Variations
Color information
#DB27AF (or 0xDB27AF) is known color: Spicy Pink. HEX triplet: DB, 27 and AF. RGB value is (219,39,175). Sum of RGB (Red+Green+Blue) = 219+39+175=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB27AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB27AF is #24D850. Grayscale: #6B6B6B. Windows color (decimal): -2414673 or 11479003. OLE color: 11479003.
HSL color Cylindrical-coordinate representation of color #DB27AF: hue angle of 314.67º 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 #DB27AF is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 39 | 175 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.14 |
| HSL | 314.67º | 0.71% | 0.51% | - |
| HSV(B) | 314.67º | 0.82% | 0.86% | - |
| XYZ | 37.68 | 19.61 | 42.36 | - |
| YUV | 108.32 | 165.63 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 39 | 175 | 0 | 0.82 | 0.20 | 0.14 | 314.67 | 0.71 | 0.51 |
| Hex | DB | 27 | AF | 0 | 52 | 14 | E | 13B | 47 | 33 |
| Octal | 333 | 47 | 257 | 0 | 122 | 24 | 16 | 473 | 107 | 63 |
| Binary | 11011011 | 100111 | 10101111 | 0 | 1010010 | 10100 | 1110 | 100111011 | 1000111 | 110011 |
Color Harmonies of #DB27AF
Complementary color
Monochromatic Colors of #DB27AF
Black with #DB27AF
Text Example
Text Example
White with #DB27AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB27AF; }
p { color: rgb(219,39,175); }
H1.HeaderClassName
{
color: #DB27AF;
}
.AnyTagClassName
{
color: #DB27AF;
}
</style>
background-color css
<style>
a { background-color: #DB27AF; }
a { background-color: rgb(219,39,175); }
div.DivClassName
{
background-color: #DB27AF;
}
.BgClassName
{
background-color: #DB27AF;
}
</style>
border-color css
<style>
span { border-color: #DB27AF; }
span { border-color: rgb(219,39,175); }
td.TdClassName
{
border-color: #DB27AF;
}
.TagClassName
{
border-color: #DB27AF;
}
</style>