Shades of Spicy Pink #D82FB3
Tints of Spicy Pink #D82FB3
RGB
CMYK
RGB Variations
Color information
#D82FB3 (or 0xD82FB3) is known color: Spicy Pink. HEX triplet: D8, 2F and B3. RGB value is (216,47,179). Sum of RGB (Red+Green+Blue) = 216+47+179=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D82FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D82FB3 is #27D04C. Grayscale: #707070. Windows color (decimal): -2609229 or 11743192. OLE color: 11743192.
HSL color Cylindrical-coordinate representation of color #D82FB3: hue angle of 313.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82FB3 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 179 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.15 |
| HSL | 313.14º | 0.68% | 0.52% | - |
| HSV(B) | 313.14º | 0.78% | 0.85% | - |
| XYZ | 37.47 | 19.89 | 44.51 | - |
| YUV | 112.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 179 | 0 | 0.78 | 0.17 | 0.15 | 313.14 | 0.68 | 0.52 |
| Hex | D8 | 2F | B3 | 0 | 4E | 11 | F | 139 | 44 | 34 |
| Octal | 330 | 57 | 263 | 0 | 116 | 21 | 17 | 471 | 104 | 64 |
| Binary | 11011000 | 101111 | 10110011 | 0 | 1001110 | 10001 | 1111 | 100111001 | 1000100 | 110100 |
Color Harmonies of #D82FB3
Complementary color
Monochromatic Colors of #D82FB3
Black with #D82FB3
Text Example
Text Example
White with #D82FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82FB3; }
p { color: rgb(216,47,179); }
H1.HeaderClassName
{
color: #D82FB3;
}
.AnyTagClassName
{
color: #D82FB3;
}
</style>
background-color css
<style>
a { background-color: #D82FB3; }
a { background-color: rgb(216,47,179); }
div.DivClassName
{
background-color: #D82FB3;
}
.BgClassName
{
background-color: #D82FB3;
}
</style>
border-color css
<style>
span { border-color: #D82FB3; }
span { border-color: rgb(216,47,179); }
td.TdClassName
{
border-color: #D82FB3;
}
.TagClassName
{
border-color: #D82FB3;
}
</style>