Shades of Spicy Pink #DD2FB2
Tints of Spicy Pink #DD2FB2
RGB
CMYK
RGB Variations
Color information
#DD2FB2 (or 0xDD2FB2) is known color: Spicy Pink. HEX triplet: DD, 2F and B2. RGB value is (221,47,178). Sum of RGB (Red+Green+Blue) = 221+47+178=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 47 (18.75% from 255 or 10.54% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2FB2 is #22D04D. Grayscale: #717171. Windows color (decimal): -2281550 or 11677661. OLE color: 11677661.
HSL color Cylindrical-coordinate representation of color #DD2FB2: hue angle of 314.83º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2FB2 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 178 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.13 |
| HSL | 314.83º | 0.72% | 0.53% | - |
| HSV(B) | 314.83º | 0.79% | 0.87% | - |
| XYZ | 38.87 | 20.62 | 44.05 | - |
| YUV | 113.96 | 164.15 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 178 | 0 | 0.79 | 0.19 | 0.13 | 314.83 | 0.72 | 0.53 |
| Hex | DD | 2F | B2 | 0 | 4F | 13 | D | 13B | 48 | 35 |
| Octal | 335 | 57 | 262 | 0 | 117 | 23 | 15 | 473 | 110 | 65 |
| Binary | 11011101 | 101111 | 10110010 | 0 | 1001111 | 10011 | 1101 | 100111011 | 1001000 | 110101 |
Color Harmonies of #DD2FB2
Complementary color
Monochromatic Colors of #DD2FB2
Black with #DD2FB2
Text Example
Text Example
White with #DD2FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2FB2; }
p { color: rgb(221,47,178); }
H1.HeaderClassName
{
color: #DD2FB2;
}
.AnyTagClassName
{
color: #DD2FB2;
}
</style>
background-color css
<style>
a { background-color: #DD2FB2; }
a { background-color: rgb(221,47,178); }
div.DivClassName
{
background-color: #DD2FB2;
}
.BgClassName
{
background-color: #DD2FB2;
}
</style>
border-color css
<style>
span { border-color: #DD2FB2; }
span { border-color: rgb(221,47,178); }
td.TdClassName
{
border-color: #DD2FB2;
}
.TagClassName
{
border-color: #DD2FB2;
}
</style>