Shades of Spicy Pink #DC1CB1
Tints of Spicy Pink #DC1CB1
RGB
CMYK
RGB Variations
Color information
#DC1CB1 (or 0xDC1CB1) is known color: Spicy Pink. HEX triplet: DC, 1C and B1. RGB value is (220,28,177). Sum of RGB (Red+Green+Blue) = 220+28+177=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 177 (69.53% from 255 or 41.65% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1CB1 is #23E34E. Grayscale: #656565. Windows color (decimal): -2351951 or 11607260. OLE color: 11607260.
HSL color Cylindrical-coordinate representation of color #DC1CB1: hue angle of 313.44º 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 #DC1CB1 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 177 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.14 |
| HSL | 313.44º | 0.77% | 0.49% | - |
| HSV(B) | 313.44º | 0.87% | 0.86% | - |
| XYZ | 37.87 | 19.22 | 43.31 | - |
| YUV | 102.39 | 170.11 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 177 | 0 | 0.87 | 0.20 | 0.14 | 313.44 | 0.77 | 0.49 |
| Hex | DC | 1C | B1 | 0 | 57 | 14 | E | 139 | 4D | 31 |
| Octal | 334 | 34 | 261 | 0 | 127 | 24 | 16 | 471 | 115 | 61 |
| Binary | 11011100 | 11100 | 10110001 | 0 | 1010111 | 10100 | 1110 | 100111001 | 1001101 | 110001 |
Color Harmonies of #DC1CB1
Complementary color
Monochromatic Colors of #DC1CB1
Black with #DC1CB1
Text Example
Text Example
White with #DC1CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1CB1; }
p { color: rgb(220,28,177); }
H1.HeaderClassName
{
color: #DC1CB1;
}
.AnyTagClassName
{
color: #DC1CB1;
}
</style>
background-color css
<style>
a { background-color: #DC1CB1; }
a { background-color: rgb(220,28,177); }
div.DivClassName
{
background-color: #DC1CB1;
}
.BgClassName
{
background-color: #DC1CB1;
}
</style>
border-color css
<style>
span { border-color: #DC1CB1; }
span { border-color: rgb(220,28,177); }
td.TdClassName
{
border-color: #DC1CB1;
}
.TagClassName
{
border-color: #DC1CB1;
}
</style>