Shades of Spicy Pink #DD20AF
Tints of Spicy Pink #DD20AF
RGB
CMYK
RGB Variations
Color information
#DD20AF (or 0xDD20AF) is known color: Spicy Pink. HEX triplet: DD, 20 and AF. RGB value is (221,32,175). Sum of RGB (Red+Green+Blue) = 221+32+175=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD20AF is #22DF50. Grayscale: #686868. Windows color (decimal): -2285393 or 11477213. OLE color: 11477213.
HSL color Cylindrical-coordinate representation of color #DD20AF: hue angle of 314.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD20AF is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 175 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.13 |
| HSL | 314.6º | 0.75% | 0.5% | - |
| HSV(B) | 314.6º | 0.86% | 0.87% | - |
| XYZ | 38.07 | 19.5 | 42.31 | - |
| YUV | 104.81 | 167.62 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 175 | 0 | 0.86 | 0.21 | 0.13 | 314.6 | 0.75 | 0.5 |
| Hex | DD | 20 | AF | 0 | 56 | 15 | D | 13B | 4B | 32 |
| Octal | 335 | 40 | 257 | 0 | 126 | 25 | 15 | 473 | 113 | 62 |
| Binary | 11011101 | 100000 | 10101111 | 0 | 1010110 | 10101 | 1101 | 100111011 | 1001011 | 110010 |
Color Harmonies of #DD20AF
Complementary color
Monochromatic Colors of #DD20AF
Black with #DD20AF
Text Example
Text Example
White with #DD20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD20AF; }
p { color: rgb(221,32,175); }
H1.HeaderClassName
{
color: #DD20AF;
}
.AnyTagClassName
{
color: #DD20AF;
}
</style>
background-color css
<style>
a { background-color: #DD20AF; }
a { background-color: rgb(221,32,175); }
div.DivClassName
{
background-color: #DD20AF;
}
.BgClassName
{
background-color: #DD20AF;
}
</style>
border-color css
<style>
span { border-color: #DD20AF; }
span { border-color: rgb(221,32,175); }
td.TdClassName
{
border-color: #DD20AF;
}
.TagClassName
{
border-color: #DD20AF;
}
</style>