Shades of Spicy Pink #DC1BAF
Tints of Spicy Pink #DC1BAF
RGB
CMYK
RGB Variations
Color information
#DC1BAF (or 0xDC1BAF) is known color: Spicy Pink. HEX triplet: DC, 1B and AF. RGB value is (220,27,175). Sum of RGB (Red+Green+Blue) = 220+27+175=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1BAF is #23E450. Grayscale: #656565. Windows color (decimal): -2352209 or 11475932. OLE color: 11475932.
HSL color Cylindrical-coordinate representation of color #DC1BAF: hue angle of 313.99º 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 #DC1BAF is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 175 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.14 |
| HSL | 313.99º | 0.78% | 0.48% | - |
| HSV(B) | 313.99º | 0.88% | 0.86% | - |
| XYZ | 37.65 | 19.09 | 42.26 | - |
| YUV | 101.58 | 169.44 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 175 | 0 | 0.88 | 0.20 | 0.14 | 313.99 | 0.78 | 0.48 |
| Hex | DC | 1B | AF | 0 | 58 | 14 | E | 13A | 4E | 30 |
| Octal | 334 | 33 | 257 | 0 | 130 | 24 | 16 | 472 | 116 | 60 |
| Binary | 11011100 | 11011 | 10101111 | 0 | 1011000 | 10100 | 1110 | 100111010 | 1001110 | 110000 |
Color Harmonies of #DC1BAF
Complementary color
Monochromatic Colors of #DC1BAF
Black with #DC1BAF
Text Example
Text Example
White with #DC1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BAF; }
p { color: rgb(220,27,175); }
H1.HeaderClassName
{
color: #DC1BAF;
}
.AnyTagClassName
{
color: #DC1BAF;
}
</style>
background-color css
<style>
a { background-color: #DC1BAF; }
a { background-color: rgb(220,27,175); }
div.DivClassName
{
background-color: #DC1BAF;
}
.BgClassName
{
background-color: #DC1BAF;
}
</style>
border-color css
<style>
span { border-color: #DC1BAF; }
span { border-color: rgb(220,27,175); }
td.TdClassName
{
border-color: #DC1BAF;
}
.TagClassName
{
border-color: #DC1BAF;
}
</style>