Shades of Spicy Pink #D82AB8
Tints of Spicy Pink #D82AB8
RGB
CMYK
RGB Variations
Color information
#D82AB8 (or 0xD82AB8) is known color: Spicy Pink. HEX triplet: D8, 2A and B8. RGB value is (216,42,184). Sum of RGB (Red+Green+Blue) = 216+42+184=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D82AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82AB8 is #27D547. Grayscale: #6D6D6D. Windows color (decimal): -2610504 or 12069592. OLE color: 12069592.
HSL color Cylindrical-coordinate representation of color #D82AB8: hue angle of 311.03º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82AB8 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 184 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.15 |
| HSL | 311.03º | 0.69% | 0.51% | - |
| HSV(B) | 311.03º | 0.81% | 0.85% | - |
| XYZ | 37.8 | 19.72 | 47.16 | - |
| YUV | 110.21 | 169.65 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 184 | 0 | 0.81 | 0.15 | 0.15 | 311.03 | 0.69 | 0.51 |
| Hex | D8 | 2A | B8 | 0 | 51 | F | F | 137 | 45 | 33 |
| Octal | 330 | 52 | 270 | 0 | 121 | 17 | 17 | 467 | 105 | 63 |
| Binary | 11011000 | 101010 | 10111000 | 0 | 1010001 | 1111 | 1111 | 100110111 | 1000101 | 110011 |
Color Harmonies of #D82AB8
Complementary color
Monochromatic Colors of #D82AB8
Black with #D82AB8
Text Example
Text Example
White with #D82AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82AB8; }
p { color: rgb(216,42,184); }
H1.HeaderClassName
{
color: #D82AB8;
}
.AnyTagClassName
{
color: #D82AB8;
}
</style>
background-color css
<style>
a { background-color: #D82AB8; }
a { background-color: rgb(216,42,184); }
div.DivClassName
{
background-color: #D82AB8;
}
.BgClassName
{
background-color: #D82AB8;
}
</style>
border-color css
<style>
span { border-color: #D82AB8; }
span { border-color: rgb(216,42,184); }
td.TdClassName
{
border-color: #D82AB8;
}
.TagClassName
{
border-color: #D82AB8;
}
</style>