Shades of Spicy Pink #DC28B0
Tints of Spicy Pink #DC28B0
RGB
CMYK
RGB Variations
Color information
#DC28B0 (or 0xDC28B0) is known color: Spicy Pink. HEX triplet: DC, 28 and B0. RGB value is (220,40,176). Sum of RGB (Red+Green+Blue) = 220+40+176=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC28B0 is #23D74F. Grayscale: #6C6C6C. Windows color (decimal): -2348880 or 11544796. OLE color: 11544796.
HSL color Cylindrical-coordinate representation of color #DC28B0: hue angle of 314.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 #DC28B0 is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 176 | - |
| CMYK | 0 | 0.82 | 0.2 | 0.14 |
| HSL | 314.67º | 0.72% | 0.51% | - |
| HSV(B) | 314.67º | 0.82% | 0.86% | - |
| XYZ | 38.11 | 19.87 | 42.9 | - |
| YUV | 109.32 | 165.63 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 176 | 0 | 0.82 | 0.2 | 0.14 | 314.67 | 0.72 | 0.51 |
| Hex | DC | 28 | B0 | 0 | 52 | 14 | E | 13B | 48 | 33 |
| Octal | 334 | 50 | 260 | 0 | 122 | 24 | 16 | 473 | 110 | 63 |
| Binary | 11011100 | 101000 | 10110000 | 0 | 1010010 | 10100 | 1110 | 100111011 | 1001000 | 110011 |
Color Harmonies of #DC28B0
Complementary color
Monochromatic Colors of #DC28B0
Black with #DC28B0
Text Example
Text Example
White with #DC28B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28B0; }
p { color: rgb(220,40,176); }
H1.HeaderClassName
{
color: #DC28B0;
}
.AnyTagClassName
{
color: #DC28B0;
}
</style>
background-color css
<style>
a { background-color: #DC28B0; }
a { background-color: rgb(220,40,176); }
div.DivClassName
{
background-color: #DC28B0;
}
.BgClassName
{
background-color: #DC28B0;
}
</style>
border-color css
<style>
span { border-color: #DC28B0; }
span { border-color: rgb(220,40,176); }
td.TdClassName
{
border-color: #DC28B0;
}
.TagClassName
{
border-color: #DC28B0;
}
</style>