Shades of Spicy Pink #DC1BAD
Tints of Spicy Pink #DC1BAD
RGB
CMYK
RGB Variations
Color information
#DC1BAD (or 0xDC1BAD) is known color: Spicy Pink. HEX triplet: DC, 1B and AD. RGB value is (220,27,173). Sum of RGB (Red+Green+Blue) = 220+27+173=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1BAD is #23E452. Grayscale: #646464. Windows color (decimal): -2352211 or 11344860. OLE color: 11344860.
HSL color Cylindrical-coordinate representation of color #DC1BAD: hue angle of 314.61º 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 #DC1BAD is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 173 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.14 |
| HSL | 314.61º | 0.78% | 0.48% | - |
| HSV(B) | 314.61º | 0.88% | 0.86% | - |
| XYZ | 37.45 | 19.02 | 41.23 | - |
| YUV | 101.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 173 | 0 | 0.88 | 0.21 | 0.14 | 314.61 | 0.78 | 0.48 |
| Hex | DC | 1B | AD | 0 | 58 | 15 | E | 13B | 4E | 30 |
| Octal | 334 | 33 | 255 | 0 | 130 | 25 | 16 | 473 | 116 | 60 |
| Binary | 11011100 | 11011 | 10101101 | 0 | 1011000 | 10101 | 1110 | 100111011 | 1001110 | 110000 |
Color Harmonies of #DC1BAD
Complementary color
Monochromatic Colors of #DC1BAD
Black with #DC1BAD
Text Example
Text Example
White with #DC1BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BAD; }
p { color: rgb(220,27,173); }
H1.HeaderClassName
{
color: #DC1BAD;
}
.AnyTagClassName
{
color: #DC1BAD;
}
</style>
background-color css
<style>
a { background-color: #DC1BAD; }
a { background-color: rgb(220,27,173); }
div.DivClassName
{
background-color: #DC1BAD;
}
.BgClassName
{
background-color: #DC1BAD;
}
</style>
border-color css
<style>
span { border-color: #DC1BAD; }
span { border-color: rgb(220,27,173); }
td.TdClassName
{
border-color: #DC1BAD;
}
.TagClassName
{
border-color: #DC1BAD;
}
</style>