Shades of Spicy Pink #D82BAF
Tints of Spicy Pink #D82BAF
RGB
CMYK
RGB Variations
Color information
#D82BAF (or 0xD82BAF) is known color: Spicy Pink. HEX triplet: D8, 2B and AF. RGB value is (216,43,175). Sum of RGB (Red+Green+Blue) = 216+43+175=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D82BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82BAF is #27D450. Grayscale: #6D6D6D. Windows color (decimal): -2610257 or 11480024. OLE color: 11480024.
HSL color Cylindrical-coordinate representation of color #D82BAF: hue angle of 314.22º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82BAF is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 43 | 175 | - |
| CMYK | 0 | 0.80 | 0.19 | 0.15 |
| HSL | 314.22º | 0.69% | 0.51% | - |
| HSV(B) | 314.22º | 0.8% | 0.85% | - |
| XYZ | 36.92 | 19.42 | 42.36 | - |
| YUV | 109.78 | 164.81 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 43 | 175 | 0 | 0.80 | 0.19 | 0.15 | 314.22 | 0.69 | 0.51 |
| Hex | D8 | 2B | AF | 0 | 50 | 13 | F | 13A | 45 | 33 |
| Octal | 330 | 53 | 257 | 0 | 120 | 23 | 17 | 472 | 105 | 63 |
| Binary | 11011000 | 101011 | 10101111 | 0 | 1010000 | 10011 | 1111 | 100111010 | 1000101 | 110011 |
Color Harmonies of #D82BAF
Complementary color
Monochromatic Colors of #D82BAF
Black with #D82BAF
Text Example
Text Example
White with #D82BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82BAF; }
p { color: rgb(216,43,175); }
H1.HeaderClassName
{
color: #D82BAF;
}
.AnyTagClassName
{
color: #D82BAF;
}
</style>
background-color css
<style>
a { background-color: #D82BAF; }
a { background-color: rgb(216,43,175); }
div.DivClassName
{
background-color: #D82BAF;
}
.BgClassName
{
background-color: #D82BAF;
}
</style>
border-color css
<style>
span { border-color: #D82BAF; }
span { border-color: rgb(216,43,175); }
td.TdClassName
{
border-color: #D82BAF;
}
.TagClassName
{
border-color: #D82BAF;
}
</style>