Shades of Spicy Pink #DC2CB3
Tints of Spicy Pink #DC2CB3
RGB
CMYK
RGB Variations
Color information
#DC2CB3 (or 0xDC2CB3) is known color: Spicy Pink. HEX triplet: DC, 2C and B3. RGB value is (220,44,179). Sum of RGB (Red+Green+Blue) = 220+44+179=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2CB3 is #23D34C. Grayscale: #6F6F6F. Windows color (decimal): -2347853 or 11742428. OLE color: 11742428.
HSL color Cylindrical-coordinate representation of color #DC2CB3: hue angle of 313.98º 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 #DC2CB3 is Cyan = 0, Magento = 0.8, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 179 | - |
| CMYK | 0 | 0.8 | 0.19 | 0.14 |
| HSL | 313.98º | 0.72% | 0.52% | - |
| HSV(B) | 313.98º | 0.8% | 0.86% | - |
| XYZ | 38.55 | 20.27 | 44.53 | - |
| YUV | 112.01 | 165.81 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 179 | 0 | 0.8 | 0.19 | 0.14 | 313.98 | 0.72 | 0.52 |
| Hex | DC | 2C | B3 | 0 | 50 | 13 | E | 13A | 48 | 34 |
| Octal | 334 | 54 | 263 | 0 | 120 | 23 | 16 | 472 | 110 | 64 |
| Binary | 11011100 | 101100 | 10110011 | 0 | 1010000 | 10011 | 1110 | 100111010 | 1001000 | 110100 |
Color Harmonies of #DC2CB3
Complementary color
Monochromatic Colors of #DC2CB3
Black with #DC2CB3
Text Example
Text Example
White with #DC2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2CB3; }
p { color: rgb(220,44,179); }
H1.HeaderClassName
{
color: #DC2CB3;
}
.AnyTagClassName
{
color: #DC2CB3;
}
</style>
background-color css
<style>
a { background-color: #DC2CB3; }
a { background-color: rgb(220,44,179); }
div.DivClassName
{
background-color: #DC2CB3;
}
.BgClassName
{
background-color: #DC2CB3;
}
</style>
border-color css
<style>
span { border-color: #DC2CB3; }
span { border-color: rgb(220,44,179); }
td.TdClassName
{
border-color: #DC2CB3;
}
.TagClassName
{
border-color: #DC2CB3;
}
</style>