Shades of Spicy Pink #DC2DB0
Tints of Spicy Pink #DC2DB0
RGB
CMYK
RGB Variations
Color information
#DC2DB0 (or 0xDC2DB0) is known color: Spicy Pink. HEX triplet: DC, 2D and B0. RGB value is (220,45,176). Sum of RGB (Red+Green+Blue) = 220+45+176=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DB0 is #23D24F. Grayscale: #6F6F6F. Windows color (decimal): -2347600 or 11546076. OLE color: 11546076.
HSL color Cylindrical-coordinate representation of color #DC2DB0: hue angle of 315.09º degrees, saturation: 0.71, 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 #DC2DB0 is Cyan = 0, Magento = 0.80, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 176 | - |
| CMYK | 0 | 0.80 | 0.2 | 0.14 |
| HSL | 315.09º | 0.71% | 0.52% | - |
| HSV(B) | 315.09º | 0.8% | 0.86% | - |
| XYZ | 38.29 | 20.23 | 42.96 | - |
| YUV | 112.26 | 163.98 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 176 | 0 | 0.80 | 0.2 | 0.14 | 315.09 | 0.71 | 0.52 |
| Hex | DC | 2D | B0 | 0 | 50 | 14 | E | 13B | 47 | 34 |
| Octal | 334 | 55 | 260 | 0 | 120 | 24 | 16 | 473 | 107 | 64 |
| Binary | 11011100 | 101101 | 10110000 | 0 | 1010000 | 10100 | 1110 | 100111011 | 1000111 | 110100 |
Color Harmonies of #DC2DB0
Complementary color
Monochromatic Colors of #DC2DB0
Black with #DC2DB0
Text Example
Text Example
White with #DC2DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DB0; }
p { color: rgb(220,45,176); }
H1.HeaderClassName
{
color: #DC2DB0;
}
.AnyTagClassName
{
color: #DC2DB0;
}
</style>
background-color css
<style>
a { background-color: #DC2DB0; }
a { background-color: rgb(220,45,176); }
div.DivClassName
{
background-color: #DC2DB0;
}
.BgClassName
{
background-color: #DC2DB0;
}
</style>
border-color css
<style>
span { border-color: #DC2DB0; }
span { border-color: rgb(220,45,176); }
td.TdClassName
{
border-color: #DC2DB0;
}
.TagClassName
{
border-color: #DC2DB0;
}
</style>