Shades of Spicy Pink #DC2CB7
Tints of Spicy Pink #DC2CB7
RGB
CMYK
RGB Variations
Color information
#DC2CB7 (or 0xDC2CB7) is known color: Spicy Pink. HEX triplet: DC, 2C and B7. RGB value is (220,44,183). Sum of RGB (Red+Green+Blue) = 220+44+183=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 44 (17.58% from 255 or 9.84% from 447); Blue value is 183 (71.88% from 255 or 40.94% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CB7 is #23D348. Grayscale: #707070. Windows color (decimal): -2347849 or 12004572. OLE color: 12004572.
HSL color Cylindrical-coordinate representation of color #DC2CB7: hue angle of 312.61º 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 #DC2CB7 is Cyan = 0, Magento = 0.8, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 183 | - |
| CMYK | 0 | 0.8 | 0.17 | 0.14 |
| HSL | 312.61º | 0.72% | 0.52% | - |
| HSV(B) | 312.61º | 0.8% | 0.86% | - |
| XYZ | 38.96 | 20.44 | 46.69 | - |
| YUV | 112.47 | 167.81 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 183 | 0 | 0.8 | 0.17 | 0.14 | 312.61 | 0.72 | 0.52 |
| Hex | DC | 2C | B7 | 0 | 50 | 11 | E | 139 | 48 | 34 |
| Octal | 334 | 54 | 267 | 0 | 120 | 21 | 16 | 471 | 110 | 64 |
| Binary | 11011100 | 101100 | 10110111 | 0 | 1010000 | 10001 | 1110 | 100111001 | 1001000 | 110100 |
Color Harmonies of #DC2CB7
Complementary color
Monochromatic Colors of #DC2CB7
Black with #DC2CB7
Text Example
Text Example
White with #DC2CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CB7; }
p { color: rgb(220,44,183); }
H1.HeaderClassName
{
color: #DC2CB7;
}
.AnyTagClassName
{
color: #DC2CB7;
}
</style>
background-color css
<style>
a { background-color: #DC2CB7; }
a { background-color: rgb(220,44,183); }
div.DivClassName
{
background-color: #DC2CB7;
}
.BgClassName
{
background-color: #DC2CB7;
}
</style>
border-color css
<style>
span { border-color: #DC2CB7; }
span { border-color: rgb(220,44,183); }
td.TdClassName
{
border-color: #DC2CB7;
}
.TagClassName
{
border-color: #DC2CB7;
}
</style>