Shades of Spicy Pink #DD2CB2
Tints of Spicy Pink #DD2CB2
RGB
CMYK
RGB Variations
Color information
#DD2CB2 (or 0xDD2CB2) is known color: Spicy Pink. HEX triplet: DD, 2C and B2. RGB value is (221,44,178). Sum of RGB (Red+Green+Blue) = 221+44+178=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2CB2 is #22D34D. Grayscale: #6F6F6F. Windows color (decimal): -2282318 or 11676893. OLE color: 11676893.
HSL color Cylindrical-coordinate representation of color #DD2CB2: hue angle of 314.58º 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 #DD2CB2 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 178 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.13 |
| HSL | 314.58º | 0.72% | 0.52% | - |
| HSV(B) | 314.58º | 0.8% | 0.87% | - |
| XYZ | 38.76 | 20.39 | 44.01 | - |
| YUV | 112.2 | 165.14 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 178 | 0 | 0.80 | 0.19 | 0.13 | 314.58 | 0.72 | 0.52 |
| Hex | DD | 2C | B2 | 0 | 50 | 13 | D | 13B | 48 | 34 |
| Octal | 335 | 54 | 262 | 0 | 120 | 23 | 15 | 473 | 110 | 64 |
| Binary | 11011101 | 101100 | 10110010 | 0 | 1010000 | 10011 | 1101 | 100111011 | 1001000 | 110100 |
Color Harmonies of #DD2CB2
Complementary color
Monochromatic Colors of #DD2CB2
Black with #DD2CB2
Text Example
Text Example
White with #DD2CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CB2; }
p { color: rgb(221,44,178); }
H1.HeaderClassName
{
color: #DD2CB2;
}
.AnyTagClassName
{
color: #DD2CB2;
}
</style>
background-color css
<style>
a { background-color: #DD2CB2; }
a { background-color: rgb(221,44,178); }
div.DivClassName
{
background-color: #DD2CB2;
}
.BgClassName
{
background-color: #DD2CB2;
}
</style>
border-color css
<style>
span { border-color: #DD2CB2; }
span { border-color: rgb(221,44,178); }
td.TdClassName
{
border-color: #DD2CB2;
}
.TagClassName
{
border-color: #DD2CB2;
}
</style>