Shades of Spicy Pink #DC26AB
Tints of Spicy Pink #DC26AB
RGB
CMYK
RGB Variations
Color information
#DC26AB (or 0xDC26AB) is known color: Spicy Pink. HEX triplet: DC, 26 and AB. RGB value is (220,38,171). Sum of RGB (Red+Green+Blue) = 220+38+171=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC26AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC26AB is #23D954. Grayscale: #6B6B6B. Windows color (decimal): -2349397 or 11216604. OLE color: 11216604.
HSL color Cylindrical-coordinate representation of color #DC26AB: hue angle of 316.15º 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 #DC26AB is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 171 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.14 |
| HSL | 316.15º | 0.72% | 0.51% | - |
| HSV(B) | 316.15º | 0.83% | 0.86% | - |
| XYZ | 37.56 | 19.54 | 40.32 | - |
| YUV | 107.58 | 163.8 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 171 | 0 | 0.83 | 0.22 | 0.14 | 316.15 | 0.72 | 0.51 |
| Hex | DC | 26 | AB | 0 | 53 | 16 | E | 13C | 48 | 33 |
| Octal | 334 | 46 | 253 | 0 | 123 | 26 | 16 | 474 | 110 | 63 |
| Binary | 11011100 | 100110 | 10101011 | 0 | 1010011 | 10110 | 1110 | 100111100 | 1001000 | 110011 |
Color Harmonies of #DC26AB
Complementary color
Monochromatic Colors of #DC26AB
Black with #DC26AB
Text Example
Text Example
White with #DC26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC26AB; }
p { color: rgb(220,38,171); }
H1.HeaderClassName
{
color: #DC26AB;
}
.AnyTagClassName
{
color: #DC26AB;
}
</style>
background-color css
<style>
a { background-color: #DC26AB; }
a { background-color: rgb(220,38,171); }
div.DivClassName
{
background-color: #DC26AB;
}
.BgClassName
{
background-color: #DC26AB;
}
</style>
border-color css
<style>
span { border-color: #DC26AB; }
span { border-color: rgb(220,38,171); }
td.TdClassName
{
border-color: #DC26AB;
}
.TagClassName
{
border-color: #DC26AB;
}
</style>