Shades of Spicy Pink #D720AF
Tints of Spicy Pink #D720AF
RGB
CMYK
RGB Variations
Color information
#D720AF (or 0xD720AF) is known color: Spicy Pink. HEX triplet: D7, 20 and AF. RGB value is (215,32,175). Sum of RGB (Red+Green+Blue) = 215+32+175=422 (55% of max value = 765). Red value is 215 (84.38% from 255 or 50.95% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 215 - color contains mainly: red. Hex color #D720AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D720AF is #28DF50. Grayscale: #666666. Windows color (decimal): -2678609 or 11477207. OLE color: 11477207.
HSL color Cylindrical-coordinate representation of color #D720AF: hue angle of 313.11º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D720AF is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 32 | 175 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.16 |
| HSL | 313.11º | 0.74% | 0.48% | - |
| HSV(B) | 313.11º | 0.85% | 0.84% | - |
| XYZ | 36.28 | 18.58 | 42.23 | - |
| YUV | 103.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 32 | 175 | 0 | 0.85 | 0.19 | 0.16 | 313.11 | 0.74 | 0.48 |
| Hex | D7 | 20 | AF | 0 | 55 | 13 | 10 | 139 | 4A | 30 |
| Octal | 327 | 40 | 257 | 0 | 125 | 23 | 20 | 471 | 112 | 60 |
| Binary | 11010111 | 100000 | 10101111 | 0 | 1010101 | 10011 | 10000 | 100111001 | 1001010 | 110000 |
Color Harmonies of #D720AF
Complementary color
Monochromatic Colors of #D720AF
Black with #D720AF
Text Example
Text Example
White with #D720AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D720AF; }
p { color: rgb(215,32,175); }
H1.HeaderClassName
{
color: #D720AF;
}
.AnyTagClassName
{
color: #D720AF;
}
</style>
background-color css
<style>
a { background-color: #D720AF; }
a { background-color: rgb(215,32,175); }
div.DivClassName
{
background-color: #D720AF;
}
.BgClassName
{
background-color: #D720AF;
}
</style>
border-color css
<style>
span { border-color: #D720AF; }
span { border-color: rgb(215,32,175); }
td.TdClassName
{
border-color: #D720AF;
}
.TagClassName
{
border-color: #D720AF;
}
</style>