Shades of Spicy Pink #DD29B7
Tints of Spicy Pink #DD29B7
RGB
CMYK
RGB Variations
Color information
#DD29B7 (or 0xDD29B7) is known color: Spicy Pink. HEX triplet: DD, 29 and B7. RGB value is (221,41,183). Sum of RGB (Red+Green+Blue) = 221+41+183=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29B7 is #22D648. Grayscale: #6E6E6E. Windows color (decimal): -2283081 or 12003805. OLE color: 12003805.
HSL color Cylindrical-coordinate representation of color #DD29B7: hue angle of 312.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD29B7 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 183 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.13 |
| HSL | 312.67º | 0.73% | 0.51% | - |
| HSV(B) | 312.67º | 0.81% | 0.87% | - |
| XYZ | 39.16 | 20.38 | 46.67 | - |
| YUV | 111.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 183 | 0 | 0.81 | 0.17 | 0.13 | 312.67 | 0.73 | 0.51 |
| Hex | DD | 29 | B7 | 0 | 51 | 11 | D | 139 | 49 | 33 |
| Octal | 335 | 51 | 267 | 0 | 121 | 21 | 15 | 471 | 111 | 63 |
| Binary | 11011101 | 101001 | 10110111 | 0 | 1010001 | 10001 | 1101 | 100111001 | 1001001 | 110011 |
Color Harmonies of #DD29B7
Complementary color
Monochromatic Colors of #DD29B7
Black with #DD29B7
Text Example
Text Example
White with #DD29B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29B7; }
p { color: rgb(221,41,183); }
H1.HeaderClassName
{
color: #DD29B7;
}
.AnyTagClassName
{
color: #DD29B7;
}
</style>
background-color css
<style>
a { background-color: #DD29B7; }
a { background-color: rgb(221,41,183); }
div.DivClassName
{
background-color: #DD29B7;
}
.BgClassName
{
background-color: #DD29B7;
}
</style>
border-color css
<style>
span { border-color: #DD29B7; }
span { border-color: rgb(221,41,183); }
td.TdClassName
{
border-color: #DD29B7;
}
.TagClassName
{
border-color: #DD29B7;
}
</style>