Shades of Spicy Pink #DC25A9
Tints of Spicy Pink #DC25A9
RGB
CMYK
RGB Variations
Color information
#DC25A9 (or 0xDC25A9) is known color: Spicy Pink. HEX triplet: DC, 25 and A9. RGB value is (220,37,169). Sum of RGB (Red+Green+Blue) = 220+37+169=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25A9 is #23DA56. Grayscale: #6A6A6A. Windows color (decimal): -2349655 or 11085276. OLE color: 11085276.
HSL color Cylindrical-coordinate representation of color #DC25A9: hue angle of 316.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC25A9 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 169 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.14 |
| HSL | 316.72º | 0.72% | 0.5% | - |
| HSV(B) | 316.72º | 0.83% | 0.86% | - |
| XYZ | 37.34 | 19.4 | 39.31 | - |
| YUV | 106.77 | 163.13 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 169 | 0 | 0.83 | 0.23 | 0.14 | 316.72 | 0.72 | 0.5 |
| Hex | DC | 25 | A9 | 0 | 53 | 17 | E | 13D | 48 | 32 |
| Octal | 334 | 45 | 251 | 0 | 123 | 27 | 16 | 475 | 110 | 62 |
| Binary | 11011100 | 100101 | 10101001 | 0 | 1010011 | 10111 | 1110 | 100111101 | 1001000 | 110010 |
Color Harmonies of #DC25A9
Complementary color
Monochromatic Colors of #DC25A9
Black with #DC25A9
Text Example
Text Example
White with #DC25A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25A9; }
p { color: rgb(220,37,169); }
H1.HeaderClassName
{
color: #DC25A9;
}
.AnyTagClassName
{
color: #DC25A9;
}
</style>
background-color css
<style>
a { background-color: #DC25A9; }
a { background-color: rgb(220,37,169); }
div.DivClassName
{
background-color: #DC25A9;
}
.BgClassName
{
background-color: #DC25A9;
}
</style>
border-color css
<style>
span { border-color: #DC25A9; }
span { border-color: rgb(220,37,169); }
td.TdClassName
{
border-color: #DC25A9;
}
.TagClassName
{
border-color: #DC25A9;
}
</style>