Shades of Spicy Pink #DC1BA6
Tints of Spicy Pink #DC1BA6
RGB
CMYK
RGB Variations
Color information
#DC1BA6 (or 0xDC1BA6) is known color: Spicy Pink. HEX triplet: DC, 1B and A6. RGB value is (220,27,166). Sum of RGB (Red+Green+Blue) = 220+27+166=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 166 (65.23% from 255 or 40.19% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1BA6 is #23E459. Grayscale: #646464. Windows color (decimal): -2352218 or 10886108. OLE color: 10886108.
HSL color Cylindrical-coordinate representation of color #DC1BA6: hue angle of 316.79º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1BA6 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 166 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.14 |
| HSL | 316.79º | 0.78% | 0.48% | - |
| HSV(B) | 316.79º | 0.88% | 0.86% | - |
| XYZ | 36.79 | 18.75 | 37.76 | - |
| YUV | 100.55 | 164.94 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 166 | 0 | 0.88 | 0.25 | 0.14 | 316.79 | 0.78 | 0.48 |
| Hex | DC | 1B | A6 | 0 | 58 | 19 | E | 13D | 4E | 30 |
| Octal | 334 | 33 | 246 | 0 | 130 | 31 | 16 | 475 | 116 | 60 |
| Binary | 11011100 | 11011 | 10100110 | 0 | 1011000 | 11001 | 1110 | 100111101 | 1001110 | 110000 |
Color Harmonies of #DC1BA6
Complementary color
Monochromatic Colors of #DC1BA6
Black with #DC1BA6
Text Example
Text Example
White with #DC1BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BA6; }
p { color: rgb(220,27,166); }
H1.HeaderClassName
{
color: #DC1BA6;
}
.AnyTagClassName
{
color: #DC1BA6;
}
</style>
background-color css
<style>
a { background-color: #DC1BA6; }
a { background-color: rgb(220,27,166); }
div.DivClassName
{
background-color: #DC1BA6;
}
.BgClassName
{
background-color: #DC1BA6;
}
</style>
border-color css
<style>
span { border-color: #DC1BA6; }
span { border-color: rgb(220,27,166); }
td.TdClassName
{
border-color: #DC1BA6;
}
.TagClassName
{
border-color: #DC1BA6;
}
</style>