Shades of Spicy Pink #DD2AB4
Tints of Spicy Pink #DD2AB4
RGB
CMYK
RGB Variations
Color information
#DD2AB4 (or 0xDD2AB4) is known color: Spicy Pink. HEX triplet: DD, 2A and B4. RGB value is (221,42,180). Sum of RGB (Red+Green+Blue) = 221+42+180=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2AB4 is #22D54B. Grayscale: #6E6E6E. Windows color (decimal): -2282828 or 11807453. OLE color: 11807453.
HSL color Cylindrical-coordinate representation of color #DD2AB4: hue angle of 313.74º 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 #DD2AB4 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 42 | 180 | - |
CMYK | 0 | 0.81 | 0.19 | 0.13 |
HSL | 313.74º | 0.72% | 0.52% | - |
HSV(B) | 313.74º | 0.81% | 0.87% | - |
XYZ | 38.88 | 20.32 | 45.05 | - |
YUV | 111.25 | 166.8 | 206.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 42 | 180 | 0 | 0.81 | 0.19 | 0.13 | 313.74 | 0.72 | 0.52 |
Hex | DD | 2A | B4 | 0 | 51 | 13 | D | 13A | 48 | 34 |
Octal | 335 | 52 | 264 | 0 | 121 | 23 | 15 | 472 | 110 | 64 |
Binary | 11011101 | 101010 | 10110100 | 0 | 1010001 | 10011 | 1101 | 100111010 | 1001000 | 110100 |
Color Harmonies of #DD2AB4
Complementary color
Monochromatic Colors of #DD2AB4
Black with #DD2AB4
Text Example
Text Example
White with #DD2AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2AB4; }
p { color: rgb(221,42,180); }
H1.HeaderClassName
{
color: #DD2AB4;
}
.AnyTagClassName
{
color: #DD2AB4;
}
</style>
background-color css
<style>
a { background-color: #DD2AB4; }
a { background-color: rgb(221,42,180); }
div.DivClassName
{
background-color: #DD2AB4;
}
.BgClassName
{
background-color: #DD2AB4;
}
</style>
border-color css
<style>
span { border-color: #DD2AB4; }
span { border-color: rgb(221,42,180); }
td.TdClassName
{
border-color: #DD2AB4;
}
.TagClassName
{
border-color: #DD2AB4;
}
</style>