Shades of Spicy Pink #DC2DB1
Tints of Spicy Pink #DC2DB1
RGB
CMYK
RGB Variations
Color information
#DC2DB1 (or 0xDC2DB1) is known color: Spicy Pink. HEX triplet: DC, 2D and B1. RGB value is (220,45,177). Sum of RGB (Red+Green+Blue) = 220+45+177=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2DB1 is #23D24E. Grayscale: #707070. Windows color (decimal): -2347599 or 11611612. OLE color: 11611612.
HSL color Cylindrical-coordinate representation of color #DC2DB1: hue angle of 314.74º 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 #DC2DB1 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 177 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.14 |
| HSL | 314.74º | 0.71% | 0.52% | - |
| HSV(B) | 314.74º | 0.8% | 0.86% | - |
| XYZ | 38.39 | 20.27 | 43.48 | - |
| YUV | 112.37 | 164.48 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 177 | 0 | 0.80 | 0.20 | 0.14 | 314.74 | 0.71 | 0.52 |
| Hex | DC | 2D | B1 | 0 | 50 | 14 | E | 13B | 47 | 34 |
| Octal | 334 | 55 | 261 | 0 | 120 | 24 | 16 | 473 | 107 | 64 |
| Binary | 11011100 | 101101 | 10110001 | 0 | 1010000 | 10100 | 1110 | 100111011 | 1000111 | 110100 |
Color Harmonies of #DC2DB1
Complementary color
Monochromatic Colors of #DC2DB1
Black with #DC2DB1
Text Example
Text Example
White with #DC2DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DB1; }
p { color: rgb(220,45,177); }
H1.HeaderClassName
{
color: #DC2DB1;
}
.AnyTagClassName
{
color: #DC2DB1;
}
</style>
background-color css
<style>
a { background-color: #DC2DB1; }
a { background-color: rgb(220,45,177); }
div.DivClassName
{
background-color: #DC2DB1;
}
.BgClassName
{
background-color: #DC2DB1;
}
</style>
border-color css
<style>
span { border-color: #DC2DB1; }
span { border-color: rgb(220,45,177); }
td.TdClassName
{
border-color: #DC2DB1;
}
.TagClassName
{
border-color: #DC2DB1;
}
</style>