Shades of Spicy Pink #DD2CB3
Tints of Spicy Pink #DD2CB3
RGB
CMYK
RGB Variations
Color information
#DD2CB3 (or 0xDD2CB3) is known color: Spicy Pink. HEX triplet: DD, 2C and B3. RGB value is (221,44,179). Sum of RGB (Red+Green+Blue) = 221+44+179=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 44 (17.58% from 255 or 9.91% from 444); Blue value is 179 (70.31% from 255 or 40.32% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD2CB3 is #22D34C. Grayscale: #6F6F6F. Windows color (decimal): -2282317 or 11742429. OLE color: 11742429.
HSL color Cylindrical-coordinate representation of color #DD2CB3: hue angle of 314.24º 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 #DD2CB3 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 179 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.13 |
| HSL | 314.24º | 0.72% | 0.52% | - |
| HSV(B) | 314.24º | 0.8% | 0.87% | - |
| XYZ | 38.86 | 20.43 | 44.54 | - |
| YUV | 112.31 | 165.64 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 179 | 0 | 0.80 | 0.19 | 0.13 | 314.24 | 0.72 | 0.52 |
| Hex | DD | 2C | B3 | 0 | 50 | 13 | D | 13A | 48 | 34 |
| Octal | 335 | 54 | 263 | 0 | 120 | 23 | 15 | 472 | 110 | 64 |
| Binary | 11011101 | 101100 | 10110011 | 0 | 1010000 | 10011 | 1101 | 100111010 | 1001000 | 110100 |
Color Harmonies of #DD2CB3
Complementary color
Monochromatic Colors of #DD2CB3
Black with #DD2CB3
Text Example
Text Example
White with #DD2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CB3; }
p { color: rgb(221,44,179); }
H1.HeaderClassName
{
color: #DD2CB3;
}
.AnyTagClassName
{
color: #DD2CB3;
}
</style>
background-color css
<style>
a { background-color: #DD2CB3; }
a { background-color: rgb(221,44,179); }
div.DivClassName
{
background-color: #DD2CB3;
}
.BgClassName
{
background-color: #DD2CB3;
}
</style>
border-color css
<style>
span { border-color: #DD2CB3; }
span { border-color: rgb(221,44,179); }
td.TdClassName
{
border-color: #DD2CB3;
}
.TagClassName
{
border-color: #DD2CB3;
}
</style>