Shades of Spicy Pink #DC29B4
Tints of Spicy Pink #DC29B4
RGB
CMYK
RGB Variations
Color information
#DC29B4 (or 0xDC29B4) is known color: Spicy Pink. HEX triplet: DC, 29 and B4. RGB value is (220,41,180). Sum of RGB (Red+Green+Blue) = 220+41+180=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 180 (70.70% from 255 or 40.82% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC29B4 is #23D64B. Grayscale: #6D6D6D. Windows color (decimal): -2348620 or 11807196. OLE color: 11807196.
HSL color Cylindrical-coordinate representation of color #DC29B4: hue angle of 313.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC29B4 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 180 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.14 |
| HSL | 313.41º | 0.72% | 0.51% | - |
| HSV(B) | 313.41º | 0.81% | 0.86% | - |
| XYZ | 38.55 | 20.1 | 45.03 | - |
| YUV | 110.37 | 167.3 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 180 | 0 | 0.81 | 0.18 | 0.14 | 313.41 | 0.72 | 0.51 |
| Hex | DC | 29 | B4 | 0 | 51 | 12 | E | 139 | 48 | 33 |
| Octal | 334 | 51 | 264 | 0 | 121 | 22 | 16 | 471 | 110 | 63 |
| Binary | 11011100 | 101001 | 10110100 | 0 | 1010001 | 10010 | 1110 | 100111001 | 1001000 | 110011 |
Color Harmonies of #DC29B4
Complementary color
Monochromatic Colors of #DC29B4
Black with #DC29B4
Text Example
Text Example
White with #DC29B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29B4; }
p { color: rgb(220,41,180); }
H1.HeaderClassName
{
color: #DC29B4;
}
.AnyTagClassName
{
color: #DC29B4;
}
</style>
background-color css
<style>
a { background-color: #DC29B4; }
a { background-color: rgb(220,41,180); }
div.DivClassName
{
background-color: #DC29B4;
}
.BgClassName
{
background-color: #DC29B4;
}
</style>
border-color css
<style>
span { border-color: #DC29B4; }
span { border-color: rgb(220,41,180); }
td.TdClassName
{
border-color: #DC29B4;
}
.TagClassName
{
border-color: #DC29B4;
}
</style>