Shades of Spicy Pink #DD29B4
Tints of Spicy Pink #DD29B4
RGB
CMYK
RGB Variations
Color information
#DD29B4 (or 0xDD29B4) is known color: Spicy Pink. HEX triplet: DD, 29 and B4. RGB value is (221,41,180). Sum of RGB (Red+Green+Blue) = 221+41+180=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD29B4 is #22D64B. Grayscale: #6E6E6E. Windows color (decimal): -2283084 or 11807197. OLE color: 11807197.
HSL color Cylindrical-coordinate representation of color #DD29B4: hue angle of 313.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 #DD29B4 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 180 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.13 |
| HSL | 313.67º | 0.73% | 0.51% | - |
| HSV(B) | 313.67º | 0.81% | 0.87% | - |
| XYZ | 38.85 | 20.25 | 45.04 | - |
| YUV | 110.67 | 167.13 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 180 | 0 | 0.81 | 0.19 | 0.13 | 313.67 | 0.73 | 0.51 |
| Hex | DD | 29 | B4 | 0 | 51 | 13 | D | 13A | 49 | 33 |
| Octal | 335 | 51 | 264 | 0 | 121 | 23 | 15 | 472 | 111 | 63 |
| Binary | 11011101 | 101001 | 10110100 | 0 | 1010001 | 10011 | 1101 | 100111010 | 1001001 | 110011 |
Color Harmonies of #DD29B4
Complementary color
Monochromatic Colors of #DD29B4
Black with #DD29B4
Text Example
Text Example
White with #DD29B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29B4; }
p { color: rgb(221,41,180); }
H1.HeaderClassName
{
color: #DD29B4;
}
.AnyTagClassName
{
color: #DD29B4;
}
</style>
background-color css
<style>
a { background-color: #DD29B4; }
a { background-color: rgb(221,41,180); }
div.DivClassName
{
background-color: #DD29B4;
}
.BgClassName
{
background-color: #DD29B4;
}
</style>
border-color css
<style>
span { border-color: #DD29B4; }
span { border-color: rgb(221,41,180); }
td.TdClassName
{
border-color: #DD29B4;
}
.TagClassName
{
border-color: #DD29B4;
}
</style>