Shades of Spicy Pink #DC28AD
Tints of Spicy Pink #DC28AD
RGB
CMYK
RGB Variations
Color information
#DC28AD (or 0xDC28AD) is known color: Spicy Pink. HEX triplet: DC, 28 and AD. RGB value is (220,40,173). Sum of RGB (Red+Green+Blue) = 220+40+173=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC28AD is #23D752. Grayscale: #6C6C6C. Windows color (decimal): -2348883 or 11348188. OLE color: 11348188.
HSL color Cylindrical-coordinate representation of color #DC28AD: hue angle of 315.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC28AD is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 173 | - |
| CMYK | 0 | 0.82 | 0.21 | 0.14 |
| HSL | 315.67º | 0.72% | 0.51% | - |
| HSV(B) | 315.67º | 0.82% | 0.86% | - |
| XYZ | 37.82 | 19.75 | 41.35 | - |
| YUV | 108.98 | 164.13 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 173 | 0 | 0.82 | 0.21 | 0.14 | 315.67 | 0.72 | 0.51 |
| Hex | DC | 28 | AD | 0 | 52 | 15 | E | 13C | 48 | 33 |
| Octal | 334 | 50 | 255 | 0 | 122 | 25 | 16 | 474 | 110 | 63 |
| Binary | 11011100 | 101000 | 10101101 | 0 | 1010010 | 10101 | 1110 | 100111100 | 1001000 | 110011 |
Color Harmonies of #DC28AD
Complementary color
Monochromatic Colors of #DC28AD
Black with #DC28AD
Text Example
Text Example
White with #DC28AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28AD; }
p { color: rgb(220,40,173); }
H1.HeaderClassName
{
color: #DC28AD;
}
.AnyTagClassName
{
color: #DC28AD;
}
</style>
background-color css
<style>
a { background-color: #DC28AD; }
a { background-color: rgb(220,40,173); }
div.DivClassName
{
background-color: #DC28AD;
}
.BgClassName
{
background-color: #DC28AD;
}
</style>
border-color css
<style>
span { border-color: #DC28AD; }
span { border-color: rgb(220,40,173); }
td.TdClassName
{
border-color: #DC28AD;
}
.TagClassName
{
border-color: #DC28AD;
}
</style>