Shades of Spicy Pink #D819AF
Tints of Spicy Pink #D819AF
RGB
CMYK
RGB Variations
Color information
#D819AF (or 0xD819AF) is known color: Spicy Pink. HEX triplet: D8, 19 and AF. RGB value is (216,25,175). Sum of RGB (Red+Green+Blue) = 216+25+175=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D819AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D819AF is #27E650. Grayscale: #626262. Windows color (decimal): -2614865 or 11475416. OLE color: 11475416.
HSL color Cylindrical-coordinate representation of color #D819AF: hue angle of 312.88º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D819AF is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 175 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.15 |
| HSL | 312.88º | 0.79% | 0.47% | - |
| HSV(B) | 312.88º | 0.88% | 0.85% | - |
| XYZ | 36.4 | 18.39 | 42.19 | - |
| YUV | 99.21 | 170.78 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 175 | 0 | 0.88 | 0.19 | 0.15 | 312.88 | 0.79 | 0.47 |
| Hex | D8 | 19 | AF | 0 | 58 | 13 | F | 139 | 4F | 2F |
| Octal | 330 | 31 | 257 | 0 | 130 | 23 | 17 | 471 | 117 | 57 |
| Binary | 11011000 | 11001 | 10101111 | 0 | 1011000 | 10011 | 1111 | 100111001 | 1001111 | 101111 |
Color Harmonies of #D819AF
Complementary color
Monochromatic Colors of #D819AF
Black with #D819AF
Text Example
Text Example
White with #D819AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819AF; }
p { color: rgb(216,25,175); }
H1.HeaderClassName
{
color: #D819AF;
}
.AnyTagClassName
{
color: #D819AF;
}
</style>
background-color css
<style>
a { background-color: #D819AF; }
a { background-color: rgb(216,25,175); }
div.DivClassName
{
background-color: #D819AF;
}
.BgClassName
{
background-color: #D819AF;
}
</style>
border-color css
<style>
span { border-color: #D819AF; }
span { border-color: rgb(216,25,175); }
td.TdClassName
{
border-color: #D819AF;
}
.TagClassName
{
border-color: #D819AF;
}
</style>