Shades of Spicy Pink #DC25B5
Tints of Spicy Pink #DC25B5
RGB
CMYK
RGB Variations
Color information
#DC25B5 (or 0xDC25B5) is known color: Spicy Pink. HEX triplet: DC, 25 and B5. RGB value is (220,37,181). Sum of RGB (Red+Green+Blue) = 220+37+181=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC25B5 is #23DA4A. Grayscale: #6B6B6B. Windows color (decimal): -2349643 or 11871708. OLE color: 11871708.
HSL color Cylindrical-coordinate representation of color #DC25B5: hue angle of 312.79º 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 #DC25B5 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 181 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.14 |
| HSL | 312.79º | 0.72% | 0.5% | - |
| HSV(B) | 312.79º | 0.83% | 0.86% | - |
| XYZ | 38.52 | 19.87 | 45.52 | - |
| YUV | 108.13 | 169.13 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 181 | 0 | 0.83 | 0.18 | 0.14 | 312.79 | 0.72 | 0.5 |
| Hex | DC | 25 | B5 | 0 | 53 | 12 | E | 139 | 48 | 32 |
| Octal | 334 | 45 | 265 | 0 | 123 | 22 | 16 | 471 | 110 | 62 |
| Binary | 11011100 | 100101 | 10110101 | 0 | 1010011 | 10010 | 1110 | 100111001 | 1001000 | 110010 |
Color Harmonies of #DC25B5
Complementary color
Monochromatic Colors of #DC25B5
Black with #DC25B5
Text Example
Text Example
White with #DC25B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25B5; }
p { color: rgb(220,37,181); }
H1.HeaderClassName
{
color: #DC25B5;
}
.AnyTagClassName
{
color: #DC25B5;
}
</style>
background-color css
<style>
a { background-color: #DC25B5; }
a { background-color: rgb(220,37,181); }
div.DivClassName
{
background-color: #DC25B5;
}
.BgClassName
{
background-color: #DC25B5;
}
</style>
border-color css
<style>
span { border-color: #DC25B5; }
span { border-color: rgb(220,37,181); }
td.TdClassName
{
border-color: #DC25B5;
}
.TagClassName
{
border-color: #DC25B5;
}
</style>