Shades of Spicy Pink #DD2AB8
Tints of Spicy Pink #DD2AB8
RGB
CMYK
RGB Variations
Color information
#DD2AB8 (or 0xDD2AB8) is known color: Spicy Pink. HEX triplet: DD, 2A and B8. RGB value is (221,42,184). Sum of RGB (Red+Green+Blue) = 221+42+184=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2AB8 is #22D547. Grayscale: #6F6F6F. Windows color (decimal): -2282824 or 12069597. OLE color: 12069597.
HSL color Cylindrical-coordinate representation of color #DD2AB8: hue angle of 312.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2AB8 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 184 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.13 |
| HSL | 312.4º | 0.72% | 0.52% | - |
| HSV(B) | 312.4º | 0.81% | 0.87% | - |
| XYZ | 39.3 | 20.49 | 47.23 | - |
| YUV | 111.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 184 | 0 | 0.81 | 0.17 | 0.13 | 312.4 | 0.72 | 0.52 |
| Hex | DD | 2A | B8 | 0 | 51 | 11 | D | 138 | 48 | 34 |
| Octal | 335 | 52 | 270 | 0 | 121 | 21 | 15 | 470 | 110 | 64 |
| Binary | 11011101 | 101010 | 10111000 | 0 | 1010001 | 10001 | 1101 | 100111000 | 1001000 | 110100 |
Color Harmonies of #DD2AB8
Complementary color
Monochromatic Colors of #DD2AB8
Black with #DD2AB8
Text Example
Text Example
White with #DD2AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2AB8; }
p { color: rgb(221,42,184); }
H1.HeaderClassName
{
color: #DD2AB8;
}
.AnyTagClassName
{
color: #DD2AB8;
}
</style>
background-color css
<style>
a { background-color: #DD2AB8; }
a { background-color: rgb(221,42,184); }
div.DivClassName
{
background-color: #DD2AB8;
}
.BgClassName
{
background-color: #DD2AB8;
}
</style>
border-color css
<style>
span { border-color: #DD2AB8; }
span { border-color: rgb(221,42,184); }
td.TdClassName
{
border-color: #DD2AB8;
}
.TagClassName
{
border-color: #DD2AB8;
}
</style>