Shades of Spicy Pink #DC2CAF
Tints of Spicy Pink #DC2CAF
RGB
CMYK
RGB Variations
Color information
#DC2CAF (or 0xDC2CAF) is known color: Spicy Pink. HEX triplet: DC, 2C and AF. RGB value is (220,44,175). Sum of RGB (Red+Green+Blue) = 220+44+175=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2CAF is #23D350. Grayscale: #6F6F6F. Windows color (decimal): -2347857 or 11480284. OLE color: 11480284.
HSL color Cylindrical-coordinate representation of color #DC2CAF: hue angle of 315.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2CAF is Cyan = 0, Magento = 0.8, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 175 | - |
| CMYK | 0 | 0.8 | 0.20 | 0.14 |
| HSL | 315.34º | 0.72% | 0.52% | - |
| HSV(B) | 315.34º | 0.8% | 0.86% | - |
| XYZ | 38.15 | 20.11 | 42.43 | - |
| YUV | 111.56 | 163.81 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 175 | 0 | 0.8 | 0.20 | 0.14 | 315.34 | 0.72 | 0.52 |
| Hex | DC | 2C | AF | 0 | 50 | 14 | E | 13B | 48 | 34 |
| Octal | 334 | 54 | 257 | 0 | 120 | 24 | 16 | 473 | 110 | 64 |
| Binary | 11011100 | 101100 | 10101111 | 0 | 1010000 | 10100 | 1110 | 100111011 | 1001000 | 110100 |
Color Harmonies of #DC2CAF
Complementary color
Monochromatic Colors of #DC2CAF
Black with #DC2CAF
Text Example
Text Example
White with #DC2CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CAF; }
p { color: rgb(220,44,175); }
H1.HeaderClassName
{
color: #DC2CAF;
}
.AnyTagClassName
{
color: #DC2CAF;
}
</style>
background-color css
<style>
a { background-color: #DC2CAF; }
a { background-color: rgb(220,44,175); }
div.DivClassName
{
background-color: #DC2CAF;
}
.BgClassName
{
background-color: #DC2CAF;
}
</style>
border-color css
<style>
span { border-color: #DC2CAF; }
span { border-color: rgb(220,44,175); }
td.TdClassName
{
border-color: #DC2CAF;
}
.TagClassName
{
border-color: #DC2CAF;
}
</style>