Shades of Spicy Pink #DD2CB0
Tints of Spicy Pink #DD2CB0
RGB
CMYK
RGB Variations
Color information
#DD2CB0 (or 0xDD2CB0) is known color: Spicy Pink. HEX triplet: DD, 2C and B0. RGB value is (221,44,176). Sum of RGB (Red+Green+Blue) = 221+44+176=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2CB0 is #22D34F. Grayscale: #6F6F6F. Windows color (decimal): -2282320 or 11545821. OLE color: 11545821.
HSL color Cylindrical-coordinate representation of color #DD2CB0: hue angle of 315.25º 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 #DD2CB0 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 176 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.13 |
| HSL | 315.25º | 0.72% | 0.52% | - |
| HSV(B) | 315.25º | 0.8% | 0.87% | - |
| XYZ | 38.56 | 20.31 | 42.96 | - |
| YUV | 111.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 176 | 0 | 0.80 | 0.20 | 0.13 | 315.25 | 0.72 | 0.52 |
| Hex | DD | 2C | B0 | 0 | 50 | 14 | D | 13B | 48 | 34 |
| Octal | 335 | 54 | 260 | 0 | 120 | 24 | 15 | 473 | 110 | 64 |
| Binary | 11011101 | 101100 | 10110000 | 0 | 1010000 | 10100 | 1101 | 100111011 | 1001000 | 110100 |
Color Harmonies of #DD2CB0
Complementary color
Monochromatic Colors of #DD2CB0
Black with #DD2CB0
Text Example
Text Example
White with #DD2CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CB0; }
p { color: rgb(221,44,176); }
H1.HeaderClassName
{
color: #DD2CB0;
}
.AnyTagClassName
{
color: #DD2CB0;
}
</style>
background-color css
<style>
a { background-color: #DD2CB0; }
a { background-color: rgb(221,44,176); }
div.DivClassName
{
background-color: #DD2CB0;
}
.BgClassName
{
background-color: #DD2CB0;
}
</style>
border-color css
<style>
span { border-color: #DD2CB0; }
span { border-color: rgb(221,44,176); }
td.TdClassName
{
border-color: #DD2CB0;
}
.TagClassName
{
border-color: #DD2CB0;
}
</style>