Shades of Spicy Pink #DD2DB2
Tints of Spicy Pink #DD2DB2
RGB
CMYK
RGB Variations
Color information
#DD2DB2 (or 0xDD2DB2) is known color: Spicy Pink. HEX triplet: DD, 2D and B2. RGB value is (221,45,178). Sum of RGB (Red+Green+Blue) = 221+45+178=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 178 (69.92% from 255 or 40.09% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DB2 is #22D24D. Grayscale: #707070. Windows color (decimal): -2282062 or 11677149. OLE color: 11677149.
HSL color Cylindrical-coordinate representation of color #DD2DB2: hue angle of 314.66º 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 #DD2DB2 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 178 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.13 |
| HSL | 314.66º | 0.72% | 0.52% | - |
| HSV(B) | 314.66º | 0.8% | 0.87% | - |
| XYZ | 38.79 | 20.46 | 44.02 | - |
| YUV | 112.79 | 164.81 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 178 | 0 | 0.80 | 0.19 | 0.13 | 314.66 | 0.72 | 0.52 |
| Hex | DD | 2D | B2 | 0 | 50 | 13 | D | 13B | 48 | 34 |
| Octal | 335 | 55 | 262 | 0 | 120 | 23 | 15 | 473 | 110 | 64 |
| Binary | 11011101 | 101101 | 10110010 | 0 | 1010000 | 10011 | 1101 | 100111011 | 1001000 | 110100 |
Color Harmonies of #DD2DB2
Complementary color
Monochromatic Colors of #DD2DB2
Black with #DD2DB2
Text Example
Text Example
White with #DD2DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DB2; }
p { color: rgb(221,45,178); }
H1.HeaderClassName
{
color: #DD2DB2;
}
.AnyTagClassName
{
color: #DD2DB2;
}
</style>
background-color css
<style>
a { background-color: #DD2DB2; }
a { background-color: rgb(221,45,178); }
div.DivClassName
{
background-color: #DD2DB2;
}
.BgClassName
{
background-color: #DD2DB2;
}
</style>
border-color css
<style>
span { border-color: #DD2DB2; }
span { border-color: rgb(221,45,178); }
td.TdClassName
{
border-color: #DD2DB2;
}
.TagClassName
{
border-color: #DD2DB2;
}
</style>