Shades of Spicy Pink #DC28AF
Tints of Spicy Pink #DC28AF
RGB
CMYK
RGB Variations
Color information
#DC28AF (or 0xDC28AF) is known color: Spicy Pink. HEX triplet: DC, 28 and AF. RGB value is (220,40,175). Sum of RGB (Red+Green+Blue) = 220+40+175=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC28AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC28AF is #23D750. Grayscale: #6C6C6C. Windows color (decimal): -2348881 or 11479260. OLE color: 11479260.
HSL color Cylindrical-coordinate representation of color #DC28AF: hue angle of 315º 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 #DC28AF is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 175 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.14 |
| HSL | 315º | 0.72% | 0.51% | - |
| HSV(B) | 315º | 0.82% | 0.86% | - |
| XYZ | 38.01 | 19.83 | 42.38 | - |
| YUV | 109.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 175 | 0 | 0.82 | 0.20 | 0.14 | 315 | 0.72 | 0.51 |
| Hex | DC | 28 | AF | 0 | 52 | 14 | E | 13B | 48 | 33 |
| Octal | 334 | 50 | 257 | 0 | 122 | 24 | 16 | 473 | 110 | 63 |
| Binary | 11011100 | 101000 | 10101111 | 0 | 1010010 | 10100 | 1110 | 100111011 | 1001000 | 110011 |
Color Harmonies of #DC28AF
Complementary color
Monochromatic Colors of #DC28AF
Black with #DC28AF
Text Example
Text Example
White with #DC28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC28AF; }
p { color: rgb(220,40,175); }
H1.HeaderClassName
{
color: #DC28AF;
}
.AnyTagClassName
{
color: #DC28AF;
}
</style>
background-color css
<style>
a { background-color: #DC28AF; }
a { background-color: rgb(220,40,175); }
div.DivClassName
{
background-color: #DC28AF;
}
.BgClassName
{
background-color: #DC28AF;
}
</style>
border-color css
<style>
span { border-color: #DC28AF; }
span { border-color: rgb(220,40,175); }
td.TdClassName
{
border-color: #DC28AF;
}
.TagClassName
{
border-color: #DC28AF;
}
</style>