Shades of Spicy Pink #DC2DB6
Tints of Spicy Pink #DC2DB6
RGB
CMYK
RGB Variations
Color information
#DC2DB6 (or 0xDC2DB6) is known color: Spicy Pink. HEX triplet: DC, 2D and B6. RGB value is (220,45,182). Sum of RGB (Red+Green+Blue) = 220+45+182=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 45 (17.97% from 255 or 10.07% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DB6 is #23D249. Grayscale: #707070. Windows color (decimal): -2347594 or 11939292. OLE color: 11939292.
HSL color Cylindrical-coordinate representation of color #DC2DB6: hue angle of 313.03º 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 #DC2DB6 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 182 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.14 |
| HSL | 313.03º | 0.71% | 0.52% | - |
| HSV(B) | 313.03º | 0.8% | 0.86% | - |
| XYZ | 38.9 | 20.47 | 46.16 | - |
| YUV | 112.94 | 166.98 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 182 | 0 | 0.80 | 0.17 | 0.14 | 313.03 | 0.71 | 0.52 |
| Hex | DC | 2D | B6 | 0 | 50 | 11 | E | 139 | 47 | 34 |
| Octal | 334 | 55 | 266 | 0 | 120 | 21 | 16 | 471 | 107 | 64 |
| Binary | 11011100 | 101101 | 10110110 | 0 | 1010000 | 10001 | 1110 | 100111001 | 1000111 | 110100 |
Color Harmonies of #DC2DB6
Complementary color
Monochromatic Colors of #DC2DB6
Black with #DC2DB6
Text Example
Text Example
White with #DC2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DB6; }
p { color: rgb(220,45,182); }
H1.HeaderClassName
{
color: #DC2DB6;
}
.AnyTagClassName
{
color: #DC2DB6;
}
</style>
background-color css
<style>
a { background-color: #DC2DB6; }
a { background-color: rgb(220,45,182); }
div.DivClassName
{
background-color: #DC2DB6;
}
.BgClassName
{
background-color: #DC2DB6;
}
</style>
border-color css
<style>
span { border-color: #DC2DB6; }
span { border-color: rgb(220,45,182); }
td.TdClassName
{
border-color: #DC2DB6;
}
.TagClassName
{
border-color: #DC2DB6;
}
</style>