Shades of Spicy Pink #DC26B0
Tints of Spicy Pink #DC26B0
RGB
CMYK
RGB Variations
Color information
#DC26B0 (or 0xDC26B0) is known color: Spicy Pink. HEX triplet: DC, 26 and B0. RGB value is (220,38,176). Sum of RGB (Red+Green+Blue) = 220+38+176=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC26B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC26B0 is #23D94F. Grayscale: #6B6B6B. Windows color (decimal): -2349392 or 11544284. OLE color: 11544284.
HSL color Cylindrical-coordinate representation of color #DC26B0: hue angle of 314.51º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC26B0 is Cyan = 0, Magento = 0.83, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 176 | - |
| CMYK | 0 | 0.83 | 0.2 | 0.14 |
| HSL | 314.51º | 0.72% | 0.51% | - |
| HSV(B) | 314.51º | 0.83% | 0.86% | - |
| XYZ | 38.04 | 19.74 | 42.88 | - |
| YUV | 108.15 | 166.3 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 176 | 0 | 0.83 | 0.2 | 0.14 | 314.51 | 0.72 | 0.51 |
| Hex | DC | 26 | B0 | 0 | 53 | 14 | E | 13B | 48 | 33 |
| Octal | 334 | 46 | 260 | 0 | 123 | 24 | 16 | 473 | 110 | 63 |
| Binary | 11011100 | 100110 | 10110000 | 0 | 1010011 | 10100 | 1110 | 100111011 | 1001000 | 110011 |
Color Harmonies of #DC26B0
Complementary color
Monochromatic Colors of #DC26B0
Black with #DC26B0
Text Example
Text Example
White with #DC26B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC26B0; }
p { color: rgb(220,38,176); }
H1.HeaderClassName
{
color: #DC26B0;
}
.AnyTagClassName
{
color: #DC26B0;
}
</style>
background-color css
<style>
a { background-color: #DC26B0; }
a { background-color: rgb(220,38,176); }
div.DivClassName
{
background-color: #DC26B0;
}
.BgClassName
{
background-color: #DC26B0;
}
</style>
border-color css
<style>
span { border-color: #DC26B0; }
span { border-color: rgb(220,38,176); }
td.TdClassName
{
border-color: #DC26B0;
}
.TagClassName
{
border-color: #DC26B0;
}
</style>