Shades of Spicy Pink #DC25AA
Tints of Spicy Pink #DC25AA
RGB
CMYK
RGB Variations
Color information
#DC25AA (or 0xDC25AA) is known color: Spicy Pink. HEX triplet: DC, 25 and AA. RGB value is (220,37,170). Sum of RGB (Red+Green+Blue) = 220+37+170=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25AA is #23DA55. Grayscale: #6A6A6A. Windows color (decimal): -2349654 or 11150812. OLE color: 11150812.
HSL color Cylindrical-coordinate representation of color #DC25AA: hue angle of 316.39º 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 #DC25AA is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 170 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.14 |
| HSL | 316.39º | 0.72% | 0.5% | - |
| HSV(B) | 316.39º | 0.83% | 0.86% | - |
| XYZ | 37.43 | 19.44 | 39.81 | - |
| YUV | 106.88 | 163.63 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 170 | 0 | 0.83 | 0.23 | 0.14 | 316.39 | 0.72 | 0.5 |
| Hex | DC | 25 | AA | 0 | 53 | 17 | E | 13C | 48 | 32 |
| Octal | 334 | 45 | 252 | 0 | 123 | 27 | 16 | 474 | 110 | 62 |
| Binary | 11011100 | 100101 | 10101010 | 0 | 1010011 | 10111 | 1110 | 100111100 | 1001000 | 110010 |
Color Harmonies of #DC25AA
Complementary color
Monochromatic Colors of #DC25AA
Black with #DC25AA
Text Example
Text Example
White with #DC25AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25AA; }
p { color: rgb(220,37,170); }
H1.HeaderClassName
{
color: #DC25AA;
}
.AnyTagClassName
{
color: #DC25AA;
}
</style>
background-color css
<style>
a { background-color: #DC25AA; }
a { background-color: rgb(220,37,170); }
div.DivClassName
{
background-color: #DC25AA;
}
.BgClassName
{
background-color: #DC25AA;
}
</style>
border-color css
<style>
span { border-color: #DC25AA; }
span { border-color: rgb(220,37,170); }
td.TdClassName
{
border-color: #DC25AA;
}
.TagClassName
{
border-color: #DC25AA;
}
</style>