Shades of Spicy Pink #DC1BA7
Tints of Spicy Pink #DC1BA7
RGB
CMYK
RGB Variations
Color information
#DC1BA7 (or 0xDC1BA7) is known color: Spicy Pink. HEX triplet: DC, 1B and A7. RGB value is (220,27,167). Sum of RGB (Red+Green+Blue) = 220+27+167=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1BA7 is #23E458. Grayscale: #646464. Windows color (decimal): -2352217 or 10951644. OLE color: 10951644.
HSL color Cylindrical-coordinate representation of color #DC1BA7: hue angle of 316.48º 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 #DC1BA7 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 167 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.14 |
| HSL | 316.48º | 0.78% | 0.48% | - |
| HSV(B) | 316.48º | 0.88% | 0.86% | - |
| XYZ | 36.88 | 18.79 | 38.24 | - |
| YUV | 100.67 | 165.44 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 167 | 0 | 0.88 | 0.24 | 0.14 | 316.48 | 0.78 | 0.48 |
| Hex | DC | 1B | A7 | 0 | 58 | 18 | E | 13C | 4E | 30 |
| Octal | 334 | 33 | 247 | 0 | 130 | 30 | 16 | 474 | 116 | 60 |
| Binary | 11011100 | 11011 | 10100111 | 0 | 1011000 | 11000 | 1110 | 100111100 | 1001110 | 110000 |
Color Harmonies of #DC1BA7
Complementary color
Monochromatic Colors of #DC1BA7
Black with #DC1BA7
Text Example
Text Example
White with #DC1BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BA7; }
p { color: rgb(220,27,167); }
H1.HeaderClassName
{
color: #DC1BA7;
}
.AnyTagClassName
{
color: #DC1BA7;
}
</style>
background-color css
<style>
a { background-color: #DC1BA7; }
a { background-color: rgb(220,27,167); }
div.DivClassName
{
background-color: #DC1BA7;
}
.BgClassName
{
background-color: #DC1BA7;
}
</style>
border-color css
<style>
span { border-color: #DC1BA7; }
span { border-color: rgb(220,27,167); }
td.TdClassName
{
border-color: #DC1BA7;
}
.TagClassName
{
border-color: #DC1BA7;
}
</style>