Shades of Spicy Pink #D621AF
Tints of Spicy Pink #D621AF
RGB
CMYK
RGB Variations
Color information
#D621AF (or 0xD621AF) is known color: Spicy Pink. HEX triplet: D6, 21 and AF. RGB value is (214,33,175). Sum of RGB (Red+Green+Blue) = 214+33+175=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D621AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D621AF is #29DE50. Grayscale: #666666. Windows color (decimal): -2743889 or 11477462. OLE color: 11477462.
HSL color Cylindrical-coordinate representation of color #D621AF: hue angle of 312.93º degrees, saturation: 0.73, 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 #D621AF is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 175 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.16 |
| HSL | 312.93º | 0.73% | 0.48% | - |
| HSV(B) | 312.93º | 0.85% | 0.84% | - |
| XYZ | 36.01 | 18.48 | 42.23 | - |
| YUV | 103.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 175 | 0 | 0.85 | 0.18 | 0.16 | 312.93 | 0.73 | 0.48 |
| Hex | D6 | 21 | AF | 0 | 55 | 12 | 10 | 139 | 49 | 30 |
| Octal | 326 | 41 | 257 | 0 | 125 | 22 | 20 | 471 | 111 | 60 |
| Binary | 11010110 | 100001 | 10101111 | 0 | 1010101 | 10010 | 10000 | 100111001 | 1001001 | 110000 |
Color Harmonies of #D621AF
Complementary color
Monochromatic Colors of #D621AF
Black with #D621AF
Text Example
Text Example
White with #D621AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D621AF; }
p { color: rgb(214,33,175); }
H1.HeaderClassName
{
color: #D621AF;
}
.AnyTagClassName
{
color: #D621AF;
}
</style>
background-color css
<style>
a { background-color: #D621AF; }
a { background-color: rgb(214,33,175); }
div.DivClassName
{
background-color: #D621AF;
}
.BgClassName
{
background-color: #D621AF;
}
</style>
border-color css
<style>
span { border-color: #D621AF; }
span { border-color: rgb(214,33,175); }
td.TdClassName
{
border-color: #D621AF;
}
.TagClassName
{
border-color: #D621AF;
}
</style>