Shades of Spicy Pink #D823AF
Tints of Spicy Pink #D823AF
RGB
CMYK
RGB Variations
Color information
#D823AF (or 0xD823AF) is known color: Spicy Pink. HEX triplet: D8, 23 and AF. RGB value is (216,35,175). Sum of RGB (Red+Green+Blue) = 216+35+175=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 35 (14.06% from 255 or 8.22% from 426); Blue value is 175 (68.75% from 255 or 41.08% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D823AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D823AF is #27DC50. Grayscale: #686868. Windows color (decimal): -2612305 or 11477976. OLE color: 11477976.
HSL color Cylindrical-coordinate representation of color #D823AF: hue angle of 313.59º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D823AF is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 35 | 175 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.15 |
| HSL | 313.59º | 0.72% | 0.49% | - |
| HSV(B) | 313.59º | 0.84% | 0.85% | - |
| XYZ | 36.66 | 18.9 | 42.27 | - |
| YUV | 105.08 | 167.47 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 35 | 175 | 0 | 0.84 | 0.19 | 0.15 | 313.59 | 0.72 | 0.49 |
| Hex | D8 | 23 | AF | 0 | 54 | 13 | F | 13A | 48 | 31 |
| Octal | 330 | 43 | 257 | 0 | 124 | 23 | 17 | 472 | 110 | 61 |
| Binary | 11011000 | 100011 | 10101111 | 0 | 1010100 | 10011 | 1111 | 100111010 | 1001000 | 110001 |
Color Harmonies of #D823AF
Complementary color
Monochromatic Colors of #D823AF
Black with #D823AF
Text Example
Text Example
White with #D823AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D823AF; }
p { color: rgb(216,35,175); }
H1.HeaderClassName
{
color: #D823AF;
}
.AnyTagClassName
{
color: #D823AF;
}
</style>
background-color css
<style>
a { background-color: #D823AF; }
a { background-color: rgb(216,35,175); }
div.DivClassName
{
background-color: #D823AF;
}
.BgClassName
{
background-color: #D823AF;
}
</style>
border-color css
<style>
span { border-color: #D823AF; }
span { border-color: rgb(216,35,175); }
td.TdClassName
{
border-color: #D823AF;
}
.TagClassName
{
border-color: #D823AF;
}
</style>