Shades of Spicy Pink #DC2BAF
Tints of Spicy Pink #DC2BAF
RGB
CMYK
RGB Variations
Color information
#DC2BAF (or 0xDC2BAF) is known color: Spicy Pink. HEX triplet: DC, 2B and AF. RGB value is (220,43,175). Sum of RGB (Red+Green+Blue) = 220+43+175=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2BAF is #23D450. Grayscale: #6E6E6E. Windows color (decimal): -2348113 or 11480028. OLE color: 11480028.
HSL color Cylindrical-coordinate representation of color #DC2BAF: hue angle of 315.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2BAF is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 175 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.14 |
| HSL | 315.25º | 0.72% | 0.52% | - |
| HSV(B) | 315.25º | 0.8% | 0.86% | - |
| XYZ | 38.12 | 20.04 | 42.42 | - |
| YUV | 110.97 | 164.14 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 175 | 0 | 0.80 | 0.20 | 0.14 | 315.25 | 0.72 | 0.52 |
| Hex | DC | 2B | AF | 0 | 50 | 14 | E | 13B | 48 | 34 |
| Octal | 334 | 53 | 257 | 0 | 120 | 24 | 16 | 473 | 110 | 64 |
| Binary | 11011100 | 101011 | 10101111 | 0 | 1010000 | 10100 | 1110 | 100111011 | 1001000 | 110100 |
Color Harmonies of #DC2BAF
Complementary color
Monochromatic Colors of #DC2BAF
Black with #DC2BAF
Text Example
Text Example
White with #DC2BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2BAF; }
p { color: rgb(220,43,175); }
H1.HeaderClassName
{
color: #DC2BAF;
}
.AnyTagClassName
{
color: #DC2BAF;
}
</style>
background-color css
<style>
a { background-color: #DC2BAF; }
a { background-color: rgb(220,43,175); }
div.DivClassName
{
background-color: #DC2BAF;
}
.BgClassName
{
background-color: #DC2BAF;
}
</style>
border-color css
<style>
span { border-color: #DC2BAF; }
span { border-color: rgb(220,43,175); }
td.TdClassName
{
border-color: #DC2BAF;
}
.TagClassName
{
border-color: #DC2BAF;
}
</style>