Shades of Spicy Pink #D42DB0
Tints of Spicy Pink #D42DB0
RGB
CMYK
RGB Variations
Color information
#D42DB0 (or 0xD42DB0) is known color: Spicy Pink. HEX triplet: D4, 2D and B0. RGB value is (212,45,176). Sum of RGB (Red+Green+Blue) = 212+45+176=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DB0 is #2BD24F. Grayscale: #6D6D6D. Windows color (decimal): -2871888 or 11546068. OLE color: 11546068.
HSL color Cylindrical-coordinate representation of color #D42DB0: hue angle of 312.93º 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 #D42DB0 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 176 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.17 |
| HSL | 312.93º | 0.66% | 0.5% | - |
| HSV(B) | 312.93º | 0.79% | 0.83% | - |
| XYZ | 35.93 | 19.01 | 42.85 | - |
| YUV | 109.87 | 165.33 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 176 | 0 | 0.79 | 0.17 | 0.17 | 312.93 | 0.66 | 0.5 |
| Hex | D4 | 2D | B0 | 0 | 4F | 11 | 11 | 139 | 42 | 32 |
| Octal | 324 | 55 | 260 | 0 | 117 | 21 | 21 | 471 | 102 | 62 |
| Binary | 11010100 | 101101 | 10110000 | 0 | 1001111 | 10001 | 10001 | 100111001 | 1000010 | 110010 |
Color Harmonies of #D42DB0
Complementary color
Monochromatic Colors of #D42DB0
Black with #D42DB0
Text Example
Text Example
White with #D42DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DB0; }
p { color: rgb(212,45,176); }
H1.HeaderClassName
{
color: #D42DB0;
}
.AnyTagClassName
{
color: #D42DB0;
}
</style>
background-color css
<style>
a { background-color: #D42DB0; }
a { background-color: rgb(212,45,176); }
div.DivClassName
{
background-color: #D42DB0;
}
.BgClassName
{
background-color: #D42DB0;
}
</style>
border-color css
<style>
span { border-color: #D42DB0; }
span { border-color: rgb(212,45,176); }
td.TdClassName
{
border-color: #D42DB0;
}
.TagClassName
{
border-color: #D42DB0;
}
</style>