Shades of Spicy Pink #DC1FB2
Tints of Spicy Pink #DC1FB2
RGB
CMYK
RGB Variations
Color information
#DC1FB2 (or 0xDC1FB2) is known color: Spicy Pink. HEX triplet: DC, 1F and B2. RGB value is (220,31,178). Sum of RGB (Red+Green+Blue) = 220+31+178=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1FB2 is #23E04D. Grayscale: #676767. Windows color (decimal): -2351182 or 11673564. OLE color: 11673564.
HSL color Cylindrical-coordinate representation of color #DC1FB2: hue angle of 313.33º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1FB2 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 178 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.14 |
| HSL | 313.33º | 0.75% | 0.49% | - |
| HSV(B) | 313.33º | 0.86% | 0.86% | - |
| XYZ | 38.04 | 19.41 | 43.86 | - |
| YUV | 104.27 | 169.62 | 210.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 178 | 0 | 0.86 | 0.19 | 0.14 | 313.33 | 0.75 | 0.49 |
| Hex | DC | 1F | B2 | 0 | 56 | 13 | E | 139 | 4B | 31 |
| Octal | 334 | 37 | 262 | 0 | 126 | 23 | 16 | 471 | 113 | 61 |
| Binary | 11011100 | 11111 | 10110010 | 0 | 1010110 | 10011 | 1110 | 100111001 | 1001011 | 110001 |
Color Harmonies of #DC1FB2
Complementary color
Monochromatic Colors of #DC1FB2
Black with #DC1FB2
Text Example
Text Example
White with #DC1FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1FB2; }
p { color: rgb(220,31,178); }
H1.HeaderClassName
{
color: #DC1FB2;
}
.AnyTagClassName
{
color: #DC1FB2;
}
</style>
background-color css
<style>
a { background-color: #DC1FB2; }
a { background-color: rgb(220,31,178); }
div.DivClassName
{
background-color: #DC1FB2;
}
.BgClassName
{
background-color: #DC1FB2;
}
</style>
border-color css
<style>
span { border-color: #DC1FB2; }
span { border-color: rgb(220,31,178); }
td.TdClassName
{
border-color: #DC1FB2;
}
.TagClassName
{
border-color: #DC1FB2;
}
</style>