Shades of Spicy Pink #DC2DB5
Tints of Spicy Pink #DC2DB5
RGB
CMYK
RGB Variations
Color information
#DC2DB5 (or 0xDC2DB5) is known color: Spicy Pink. HEX triplet: DC, 2D and B5. RGB value is (220,45,181). Sum of RGB (Red+Green+Blue) = 220+45+181=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 181 (71.09% from 255 or 40.58% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC2DB5 is #23D24A. Grayscale: #707070. Windows color (decimal): -2347595 or 11873756. OLE color: 11873756.
HSL color Cylindrical-coordinate representation of color #DC2DB5: hue angle of 313.37º 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 #DC2DB5 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 181 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.14 |
| HSL | 313.37º | 0.71% | 0.52% | - |
| HSV(B) | 313.37º | 0.8% | 0.86% | - |
| XYZ | 38.79 | 20.43 | 45.61 | - |
| YUV | 112.83 | 166.48 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 181 | 0 | 0.80 | 0.18 | 0.14 | 313.37 | 0.71 | 0.52 |
| Hex | DC | 2D | B5 | 0 | 50 | 12 | E | 139 | 47 | 34 |
| Octal | 334 | 55 | 265 | 0 | 120 | 22 | 16 | 471 | 107 | 64 |
| Binary | 11011100 | 101101 | 10110101 | 0 | 1010000 | 10010 | 1110 | 100111001 | 1000111 | 110100 |
Color Harmonies of #DC2DB5
Complementary color
Monochromatic Colors of #DC2DB5
Black with #DC2DB5
Text Example
Text Example
White with #DC2DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2DB5; }
p { color: rgb(220,45,181); }
H1.HeaderClassName
{
color: #DC2DB5;
}
.AnyTagClassName
{
color: #DC2DB5;
}
</style>
background-color css
<style>
a { background-color: #DC2DB5; }
a { background-color: rgb(220,45,181); }
div.DivClassName
{
background-color: #DC2DB5;
}
.BgClassName
{
background-color: #DC2DB5;
}
</style>
border-color css
<style>
span { border-color: #DC2DB5; }
span { border-color: rgb(220,45,181); }
td.TdClassName
{
border-color: #DC2DB5;
}
.TagClassName
{
border-color: #DC2DB5;
}
</style>