Shades of Spicy Pink #DC25B0
Tints of Spicy Pink #DC25B0
RGB
CMYK
RGB Variations
Color information
#DC25B0 (or 0xDC25B0) is known color: Spicy Pink. HEX triplet: DC, 25 and B0. RGB value is (220,37,176). Sum of RGB (Red+Green+Blue) = 220+37+176=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC25B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC25B0 is #23DA4F. Grayscale: #6B6B6B. Windows color (decimal): -2349648 or 11544028. OLE color: 11544028.
HSL color Cylindrical-coordinate representation of color #DC25B0: hue angle of 314.43º 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 #DC25B0 is Cyan = 0, Magento = 0.83, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 176 | - |
| CMYK | 0 | 0.83 | 0.2 | 0.14 |
| HSL | 314.43º | 0.72% | 0.5% | - |
| HSV(B) | 314.43º | 0.83% | 0.86% | - |
| XYZ | 38.01 | 19.67 | 42.87 | - |
| YUV | 107.56 | 166.63 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 176 | 0 | 0.83 | 0.2 | 0.14 | 314.43 | 0.72 | 0.5 |
| Hex | DC | 25 | B0 | 0 | 53 | 14 | E | 13A | 48 | 32 |
| Octal | 334 | 45 | 260 | 0 | 123 | 24 | 16 | 472 | 110 | 62 |
| Binary | 11011100 | 100101 | 10110000 | 0 | 1010011 | 10100 | 1110 | 100111010 | 1001000 | 110010 |
Color Harmonies of #DC25B0
Complementary color
Monochromatic Colors of #DC25B0
Black with #DC25B0
Text Example
Text Example
White with #DC25B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC25B0; }
p { color: rgb(220,37,176); }
H1.HeaderClassName
{
color: #DC25B0;
}
.AnyTagClassName
{
color: #DC25B0;
}
</style>
background-color css
<style>
a { background-color: #DC25B0; }
a { background-color: rgb(220,37,176); }
div.DivClassName
{
background-color: #DC25B0;
}
.BgClassName
{
background-color: #DC25B0;
}
</style>
border-color css
<style>
span { border-color: #DC25B0; }
span { border-color: rgb(220,37,176); }
td.TdClassName
{
border-color: #DC25B0;
}
.TagClassName
{
border-color: #DC25B0;
}
</style>