Shades of Spicy Pink #DD2AB1
Tints of Spicy Pink #DD2AB1
RGB
CMYK
RGB Variations
Color information
#DD2AB1 (or 0xDD2AB1) is known color: Spicy Pink. HEX triplet: DD, 2A and B1. RGB value is (221,42,177). Sum of RGB (Red+Green+Blue) = 221+42+177=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2AB1 is #22D54E. Grayscale: #6E6E6E. Windows color (decimal): -2282831 or 11610845. OLE color: 11610845.
HSL color Cylindrical-coordinate representation of color #DD2AB1: hue angle of 314.75º 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 #DD2AB1 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 177 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.13 |
| HSL | 314.75º | 0.72% | 0.52% | - |
| HSV(B) | 314.75º | 0.81% | 0.87% | - |
| XYZ | 38.58 | 20.2 | 43.46 | - |
| YUV | 110.91 | 165.3 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 177 | 0 | 0.81 | 0.20 | 0.13 | 314.75 | 0.72 | 0.52 |
| Hex | DD | 2A | B1 | 0 | 51 | 14 | D | 13B | 48 | 34 |
| Octal | 335 | 52 | 261 | 0 | 121 | 24 | 15 | 473 | 110 | 64 |
| Binary | 11011101 | 101010 | 10110001 | 0 | 1010001 | 10100 | 1101 | 100111011 | 1001000 | 110100 |
Color Harmonies of #DD2AB1
Complementary color
Monochromatic Colors of #DD2AB1
Black with #DD2AB1
Text Example
Text Example
White with #DD2AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2AB1; }
p { color: rgb(221,42,177); }
H1.HeaderClassName
{
color: #DD2AB1;
}
.AnyTagClassName
{
color: #DD2AB1;
}
</style>
background-color css
<style>
a { background-color: #DD2AB1; }
a { background-color: rgb(221,42,177); }
div.DivClassName
{
background-color: #DD2AB1;
}
.BgClassName
{
background-color: #DD2AB1;
}
</style>
border-color css
<style>
span { border-color: #DD2AB1; }
span { border-color: rgb(221,42,177); }
td.TdClassName
{
border-color: #DD2AB1;
}
.TagClassName
{
border-color: #DD2AB1;
}
</style>