Shades of Spicy Pink #DD29B8
Tints of Spicy Pink #DD29B8
RGB
CMYK
RGB Variations
Color information
#DD29B8 (or 0xDD29B8) is known color: Spicy Pink. HEX triplet: DD, 29 and B8. RGB value is (221,41,184). Sum of RGB (Red+Green+Blue) = 221+41+184=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 41 (16.41% from 255 or 9.19% from 446); Blue value is 184 (72.27% from 255 or 41.26% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29B8 is #22D647. Grayscale: #6E6E6E. Windows color (decimal): -2283080 or 12069341. OLE color: 12069341.
HSL color Cylindrical-coordinate representation of color #DD29B8: hue angle of 312.33º 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 #DD29B8 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 184 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.13 |
| HSL | 312.33º | 0.73% | 0.51% | - |
| HSV(B) | 312.33º | 0.81% | 0.87% | - |
| XYZ | 39.26 | 20.42 | 47.22 | - |
| YUV | 111.12 | 169.13 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 184 | 0 | 0.81 | 0.17 | 0.13 | 312.33 | 0.73 | 0.51 |
| Hex | DD | 29 | B8 | 0 | 51 | 11 | D | 138 | 49 | 33 |
| Octal | 335 | 51 | 270 | 0 | 121 | 21 | 15 | 470 | 111 | 63 |
| Binary | 11011101 | 101001 | 10111000 | 0 | 1010001 | 10001 | 1101 | 100111000 | 1001001 | 110011 |
Color Harmonies of #DD29B8
Complementary color
Monochromatic Colors of #DD29B8
Black with #DD29B8
Text Example
Text Example
White with #DD29B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29B8; }
p { color: rgb(221,41,184); }
H1.HeaderClassName
{
color: #DD29B8;
}
.AnyTagClassName
{
color: #DD29B8;
}
</style>
background-color css
<style>
a { background-color: #DD29B8; }
a { background-color: rgb(221,41,184); }
div.DivClassName
{
background-color: #DD29B8;
}
.BgClassName
{
background-color: #DD29B8;
}
</style>
border-color css
<style>
span { border-color: #DD29B8; }
span { border-color: rgb(221,41,184); }
td.TdClassName
{
border-color: #DD29B8;
}
.TagClassName
{
border-color: #DD29B8;
}
</style>