Shades of Spicy Pink #DC26B4
Tints of Spicy Pink #DC26B4
RGB
CMYK
RGB Variations
Color information
#DC26B4 (or 0xDC26B4) is known color: Spicy Pink. HEX triplet: DC, 26 and B4. RGB value is (220,38,180). Sum of RGB (Red+Green+Blue) = 220+38+180=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 38 (15.23% from 255 or 8.68% from 438); Blue value is 180 (70.70% from 255 or 41.10% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC26B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC26B4 is #23D94B. Grayscale: #6C6C6C. Windows color (decimal): -2349388 or 11806428. OLE color: 11806428.
HSL color Cylindrical-coordinate representation of color #DC26B4: hue angle of 313.19º 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 #DC26B4 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 180 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.14 |
| HSL | 313.19º | 0.72% | 0.51% | - |
| HSV(B) | 313.19º | 0.83% | 0.86% | - |
| XYZ | 38.45 | 19.9 | 44.99 | - |
| YUV | 108.61 | 168.3 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 180 | 0 | 0.83 | 0.18 | 0.14 | 313.19 | 0.72 | 0.51 |
| Hex | DC | 26 | B4 | 0 | 53 | 12 | E | 139 | 48 | 33 |
| Octal | 334 | 46 | 264 | 0 | 123 | 22 | 16 | 471 | 110 | 63 |
| Binary | 11011100 | 100110 | 10110100 | 0 | 1010011 | 10010 | 1110 | 100111001 | 1001000 | 110011 |
Color Harmonies of #DC26B4
Complementary color
Monochromatic Colors of #DC26B4
Black with #DC26B4
Text Example
Text Example
White with #DC26B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC26B4; }
p { color: rgb(220,38,180); }
H1.HeaderClassName
{
color: #DC26B4;
}
.AnyTagClassName
{
color: #DC26B4;
}
</style>
background-color css
<style>
a { background-color: #DC26B4; }
a { background-color: rgb(220,38,180); }
div.DivClassName
{
background-color: #DC26B4;
}
.BgClassName
{
background-color: #DC26B4;
}
</style>
border-color css
<style>
span { border-color: #DC26B4; }
span { border-color: rgb(220,38,180); }
td.TdClassName
{
border-color: #DC26B4;
}
.TagClassName
{
border-color: #DC26B4;
}
</style>