Shades of Spicy Pink #DC29B2
Tints of Spicy Pink #DC29B2
RGB
CMYK
RGB Variations
Color information
#DC29B2 (or 0xDC29B2) is known color: Spicy Pink. HEX triplet: DC, 29 and B2. RGB value is (220,41,178). Sum of RGB (Red+Green+Blue) = 220+41+178=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC29B2 is #23D64D. Grayscale: #6D6D6D. Windows color (decimal): -2348622 or 11676124. OLE color: 11676124.
HSL color Cylindrical-coordinate representation of color #DC29B2: hue angle of 314.08º 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 #DC29B2 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 178 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.14 |
| HSL | 314.08º | 0.72% | 0.51% | - |
| HSV(B) | 314.08º | 0.81% | 0.86% | - |
| XYZ | 38.34 | 20.02 | 43.96 | - |
| YUV | 110.14 | 166.3 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 178 | 0 | 0.81 | 0.19 | 0.14 | 314.08 | 0.72 | 0.51 |
| Hex | DC | 29 | B2 | 0 | 51 | 13 | E | 13A | 48 | 33 |
| Octal | 334 | 51 | 262 | 0 | 121 | 23 | 16 | 472 | 110 | 63 |
| Binary | 11011100 | 101001 | 10110010 | 0 | 1010001 | 10011 | 1110 | 100111010 | 1001000 | 110011 |
Color Harmonies of #DC29B2
Complementary color
Monochromatic Colors of #DC29B2
Black with #DC29B2
Text Example
Text Example
White with #DC29B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC29B2; }
p { color: rgb(220,41,178); }
H1.HeaderClassName
{
color: #DC29B2;
}
.AnyTagClassName
{
color: #DC29B2;
}
</style>
background-color css
<style>
a { background-color: #DC29B2; }
a { background-color: rgb(220,41,178); }
div.DivClassName
{
background-color: #DC29B2;
}
.BgClassName
{
background-color: #DC29B2;
}
</style>
border-color css
<style>
span { border-color: #DC29B2; }
span { border-color: rgb(220,41,178); }
td.TdClassName
{
border-color: #DC29B2;
}
.TagClassName
{
border-color: #DC29B2;
}
</style>