Shades of Spicy Pink #D828AF
Tints of Spicy Pink #D828AF
RGB
CMYK
RGB Variations
Color information
#D828AF (or 0xD828AF) is known color: Spicy Pink. HEX triplet: D8, 28 and AF. RGB value is (216,40,175). Sum of RGB (Red+Green+Blue) = 216+40+175=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D828AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D828AF is #27D750. Grayscale: #6B6B6B. Windows color (decimal): -2611025 or 11479256. OLE color: 11479256.
HSL color Cylindrical-coordinate representation of color #D828AF: hue angle of 313.98º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D828AF is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 40 | 175 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.15 |
| HSL | 313.98º | 0.69% | 0.5% | - |
| HSV(B) | 313.98º | 0.81% | 0.85% | - |
| XYZ | 36.82 | 19.21 | 42.33 | - |
| YUV | 108.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 40 | 175 | 0 | 0.81 | 0.19 | 0.15 | 313.98 | 0.69 | 0.5 |
| Hex | D8 | 28 | AF | 0 | 51 | 13 | F | 13A | 45 | 32 |
| Octal | 330 | 50 | 257 | 0 | 121 | 23 | 17 | 472 | 105 | 62 |
| Binary | 11011000 | 101000 | 10101111 | 0 | 1010001 | 10011 | 1111 | 100111010 | 1000101 | 110010 |
Color Harmonies of #D828AF
Complementary color
Monochromatic Colors of #D828AF
Black with #D828AF
Text Example
Text Example
White with #D828AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D828AF; }
p { color: rgb(216,40,175); }
H1.HeaderClassName
{
color: #D828AF;
}
.AnyTagClassName
{
color: #D828AF;
}
</style>
background-color css
<style>
a { background-color: #D828AF; }
a { background-color: rgb(216,40,175); }
div.DivClassName
{
background-color: #D828AF;
}
.BgClassName
{
background-color: #D828AF;
}
</style>
border-color css
<style>
span { border-color: #D828AF; }
span { border-color: rgb(216,40,175); }
td.TdClassName
{
border-color: #D828AF;
}
.TagClassName
{
border-color: #D828AF;
}
</style>