Shades of Spicy Pink #DC1CAB
Tints of Spicy Pink #DC1CAB
RGB
CMYK
RGB Variations
Color information
#DC1CAB (or 0xDC1CAB) is known color: Spicy Pink. HEX triplet: DC, 1C and AB. RGB value is (220,28,171). Sum of RGB (Red+Green+Blue) = 220+28+171=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1CAB is #23E354. Grayscale: #656565. Windows color (decimal): -2351957 or 11214044. OLE color: 11214044.
HSL color Cylindrical-coordinate representation of color #DC1CAB: hue angle of 315.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1CAB is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 171 | - |
| CMYK | 0 | 0.87 | 0.22 | 0.14 |
| HSL | 315.31º | 0.77% | 0.49% | - |
| HSV(B) | 315.31º | 0.87% | 0.86% | - |
| XYZ | 37.28 | 18.99 | 40.23 | - |
| YUV | 101.71 | 167.11 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 171 | 0 | 0.87 | 0.22 | 0.14 | 315.31 | 0.77 | 0.49 |
| Hex | DC | 1C | AB | 0 | 57 | 16 | E | 13B | 4D | 31 |
| Octal | 334 | 34 | 253 | 0 | 127 | 26 | 16 | 473 | 115 | 61 |
| Binary | 11011100 | 11100 | 10101011 | 0 | 1010111 | 10110 | 1110 | 100111011 | 1001101 | 110001 |
Color Harmonies of #DC1CAB
Complementary color
Monochromatic Colors of #DC1CAB
Black with #DC1CAB
Text Example
Text Example
White with #DC1CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CAB; }
p { color: rgb(220,28,171); }
H1.HeaderClassName
{
color: #DC1CAB;
}
.AnyTagClassName
{
color: #DC1CAB;
}
</style>
background-color css
<style>
a { background-color: #DC1CAB; }
a { background-color: rgb(220,28,171); }
div.DivClassName
{
background-color: #DC1CAB;
}
.BgClassName
{
background-color: #DC1CAB;
}
</style>
border-color css
<style>
span { border-color: #DC1CAB; }
span { border-color: rgb(220,28,171); }
td.TdClassName
{
border-color: #DC1CAB;
}
.TagClassName
{
border-color: #DC1CAB;
}
</style>