Shades of Spicy Pink #D82DB5
Tints of Spicy Pink #D82DB5
RGB
CMYK
RGB Variations
Color information
#D82DB5 (or 0xD82DB5) is known color: Spicy Pink. HEX triplet: D8, 2D and B5. RGB value is (216,45,181). Sum of RGB (Red+Green+Blue) = 216+45+181=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D82DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82DB5 is #27D24A. Grayscale: #6F6F6F. Windows color (decimal): -2609739 or 11873752. OLE color: 11873752.
HSL color Cylindrical-coordinate representation of color #D82DB5: hue angle of 312.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82DB5 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 45 | 181 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.15 |
| HSL | 312.28º | 0.69% | 0.51% | - |
| HSV(B) | 312.28º | 0.79% | 0.85% | - |
| XYZ | 37.6 | 19.81 | 45.56 | - |
| YUV | 111.63 | 167.15 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 45 | 181 | 0 | 0.79 | 0.16 | 0.15 | 312.28 | 0.69 | 0.51 |
| Hex | D8 | 2D | B5 | 0 | 4F | 10 | F | 138 | 45 | 33 |
| Octal | 330 | 55 | 265 | 0 | 117 | 20 | 17 | 470 | 105 | 63 |
| Binary | 11011000 | 101101 | 10110101 | 0 | 1001111 | 10000 | 1111 | 100111000 | 1000101 | 110011 |
Color Harmonies of #D82DB5
Complementary color
Monochromatic Colors of #D82DB5
Black with #D82DB5
Text Example
Text Example
White with #D82DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82DB5; }
p { color: rgb(216,45,181); }
H1.HeaderClassName
{
color: #D82DB5;
}
.AnyTagClassName
{
color: #D82DB5;
}
</style>
background-color css
<style>
a { background-color: #D82DB5; }
a { background-color: rgb(216,45,181); }
div.DivClassName
{
background-color: #D82DB5;
}
.BgClassName
{
background-color: #D82DB5;
}
</style>
border-color css
<style>
span { border-color: #D82DB5; }
span { border-color: rgb(216,45,181); }
td.TdClassName
{
border-color: #D82DB5;
}
.TagClassName
{
border-color: #D82DB5;
}
</style>