Shades of Spicy Pink #DD2CAF
Tints of Spicy Pink #DD2CAF
RGB
CMYK
RGB Variations
Color information
#DD2CAF (or 0xDD2CAF) is known color: Spicy Pink. HEX triplet: DD, 2C and AF. RGB value is (221,44,175). Sum of RGB (Red+Green+Blue) = 221+44+175=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2CAF is #22D350. Grayscale: #6F6F6F. Windows color (decimal): -2282321 or 11480285. OLE color: 11480285.
HSL color Cylindrical-coordinate representation of color #DD2CAF: hue angle of 315.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2CAF is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 175 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.13 |
| HSL | 315.59º | 0.72% | 0.52% | - |
| HSV(B) | 315.59º | 0.8% | 0.87% | - |
| XYZ | 38.46 | 20.27 | 42.44 | - |
| YUV | 111.86 | 163.64 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 175 | 0 | 0.80 | 0.21 | 0.13 | 315.59 | 0.72 | 0.52 |
| Hex | DD | 2C | AF | 0 | 50 | 15 | D | 13C | 48 | 34 |
| Octal | 335 | 54 | 257 | 0 | 120 | 25 | 15 | 474 | 110 | 64 |
| Binary | 11011101 | 101100 | 10101111 | 0 | 1010000 | 10101 | 1101 | 100111100 | 1001000 | 110100 |
Color Harmonies of #DD2CAF
Complementary color
Monochromatic Colors of #DD2CAF
Black with #DD2CAF
Text Example
Text Example
White with #DD2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CAF; }
p { color: rgb(221,44,175); }
H1.HeaderClassName
{
color: #DD2CAF;
}
.AnyTagClassName
{
color: #DD2CAF;
}
</style>
background-color css
<style>
a { background-color: #DD2CAF; }
a { background-color: rgb(221,44,175); }
div.DivClassName
{
background-color: #DD2CAF;
}
.BgClassName
{
background-color: #DD2CAF;
}
</style>
border-color css
<style>
span { border-color: #DD2CAF; }
span { border-color: rgb(221,44,175); }
td.TdClassName
{
border-color: #DD2CAF;
}
.TagClassName
{
border-color: #DD2CAF;
}
</style>