Shades of Spicy Pink #DC28B6
Tints of Spicy Pink #DC28B6
RGB
CMYK
RGB Variations
Color information
#DC28B6 (or 0xDC28B6) is known color: Spicy Pink. HEX triplet: DC, 28 and B6. RGB value is (220,40,182). Sum of RGB (Red+Green+Blue) = 220+40+182=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 182 (71.48% from 255 or 41.18% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC28B6 is #23D749. Grayscale: #6D6D6D. Windows color (decimal): -2348874 or 11938012. OLE color: 11938012.
HSL color Cylindrical-coordinate representation of color #DC28B6: hue angle of 312.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 #DC28B6 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 182 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.14 |
| HSL | 312.67º | 0.72% | 0.51% | - |
| HSV(B) | 312.67º | 0.82% | 0.86% | - |
| XYZ | 38.72 | 20.11 | 46.1 | - |
| YUV | 110.01 | 168.63 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 182 | 0 | 0.82 | 0.17 | 0.14 | 312.67 | 0.72 | 0.51 |
| Hex | DC | 28 | B6 | 0 | 52 | 11 | E | 139 | 48 | 33 |
| Octal | 334 | 50 | 266 | 0 | 122 | 21 | 16 | 471 | 110 | 63 |
| Binary | 11011100 | 101000 | 10110110 | 0 | 1010010 | 10001 | 1110 | 100111001 | 1001000 | 110011 |
Color Harmonies of #DC28B6
Complementary color
Monochromatic Colors of #DC28B6
Black with #DC28B6
Text Example
Text Example
White with #DC28B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28B6; }
p { color: rgb(220,40,182); }
H1.HeaderClassName
{
color: #DC28B6;
}
.AnyTagClassName
{
color: #DC28B6;
}
</style>
background-color css
<style>
a { background-color: #DC28B6; }
a { background-color: rgb(220,40,182); }
div.DivClassName
{
background-color: #DC28B6;
}
.BgClassName
{
background-color: #DC28B6;
}
</style>
border-color css
<style>
span { border-color: #DC28B6; }
span { border-color: rgb(220,40,182); }
td.TdClassName
{
border-color: #DC28B6;
}
.TagClassName
{
border-color: #DC28B6;
}
</style>