Shades of Spicy Pink #D42DB1
Tints of Spicy Pink #D42DB1
RGB
CMYK
RGB Variations
Color information
#D42DB1 (or 0xD42DB1) is known color: Spicy Pink. HEX triplet: D4, 2D and B1. RGB value is (212,45,177). Sum of RGB (Red+Green+Blue) = 212+45+177=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 177 (69.53% from 255 or 40.78% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DB1 is #2BD24E. Grayscale: #6D6D6D. Windows color (decimal): -2871887 or 11611604. OLE color: 11611604.
HSL color Cylindrical-coordinate representation of color #D42DB1: hue angle of 312.57º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42DB1 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 177 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.17 |
| HSL | 312.57º | 0.66% | 0.5% | - |
| HSV(B) | 312.57º | 0.79% | 0.83% | - |
| XYZ | 36.03 | 19.05 | 43.37 | - |
| YUV | 109.98 | 165.83 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 177 | 0 | 0.79 | 0.17 | 0.17 | 312.57 | 0.66 | 0.5 |
| Hex | D4 | 2D | B1 | 0 | 4F | 11 | 11 | 139 | 42 | 32 |
| Octal | 324 | 55 | 261 | 0 | 117 | 21 | 21 | 471 | 102 | 62 |
| Binary | 11010100 | 101101 | 10110001 | 0 | 1001111 | 10001 | 10001 | 100111001 | 1000010 | 110010 |
Color Harmonies of #D42DB1
Complementary color
Monochromatic Colors of #D42DB1
Black with #D42DB1
Text Example
Text Example
White with #D42DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DB1; }
p { color: rgb(212,45,177); }
H1.HeaderClassName
{
color: #D42DB1;
}
.AnyTagClassName
{
color: #D42DB1;
}
</style>
background-color css
<style>
a { background-color: #D42DB1; }
a { background-color: rgb(212,45,177); }
div.DivClassName
{
background-color: #D42DB1;
}
.BgClassName
{
background-color: #D42DB1;
}
</style>
border-color css
<style>
span { border-color: #D42DB1; }
span { border-color: rgb(212,45,177); }
td.TdClassName
{
border-color: #D42DB1;
}
.TagClassName
{
border-color: #D42DB1;
}
</style>