Shades of Spicy Pink #DD28AC
Tints of Spicy Pink #DD28AC
RGB
CMYK
RGB Variations
Color information
#DD28AC (or 0xDD28AC) is known color: Spicy Pink. HEX triplet: DD, 28 and AC. RGB value is (221,40,172). Sum of RGB (Red+Green+Blue) = 221+40+172=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD28AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD28AC is #22D753. Grayscale: #6C6C6C. Windows color (decimal): -2283348 or 11282653. OLE color: 11282653.
HSL color Cylindrical-coordinate representation of color #DD28AC: hue angle of 316.24º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD28AC is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 172 | - |
| CMYK | 0 | 0.82 | 0.22 | 0.13 |
| HSL | 316.24º | 0.73% | 0.51% | - |
| HSV(B) | 316.24º | 0.82% | 0.87% | - |
| XYZ | 38.02 | 19.87 | 40.86 | - |
| YUV | 109.17 | 163.47 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 172 | 0 | 0.82 | 0.22 | 0.13 | 316.24 | 0.73 | 0.51 |
| Hex | DD | 28 | AC | 0 | 52 | 16 | D | 13C | 49 | 33 |
| Octal | 335 | 50 | 254 | 0 | 122 | 26 | 15 | 474 | 111 | 63 |
| Binary | 11011101 | 101000 | 10101100 | 0 | 1010010 | 10110 | 1101 | 100111100 | 1001001 | 110011 |
Color Harmonies of #DD28AC
Complementary color
Monochromatic Colors of #DD28AC
Black with #DD28AC
Text Example
Text Example
White with #DD28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD28AC; }
p { color: rgb(221,40,172); }
H1.HeaderClassName
{
color: #DD28AC;
}
.AnyTagClassName
{
color: #DD28AC;
}
</style>
background-color css
<style>
a { background-color: #DD28AC; }
a { background-color: rgb(221,40,172); }
div.DivClassName
{
background-color: #DD28AC;
}
.BgClassName
{
background-color: #DD28AC;
}
</style>
border-color css
<style>
span { border-color: #DD28AC; }
span { border-color: rgb(221,40,172); }
td.TdClassName
{
border-color: #DD28AC;
}
.TagClassName
{
border-color: #DD28AC;
}
</style>