Shades of Spicy Pink #D81FB3
Tints of Spicy Pink #D81FB3
RGB
CMYK
RGB Variations
Color information
#D81FB3 (or 0xD81FB3) is known color: Spicy Pink. HEX triplet: D8, 1F and B3. RGB value is (216,31,179). Sum of RGB (Red+Green+Blue) = 216+31+179=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81FB3 is #27E04C. Grayscale: #666666. Windows color (decimal): -2613325 or 11739096. OLE color: 11739096.
HSL color Cylindrical-coordinate representation of color #D81FB3: hue angle of 312º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81FB3 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 179 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.15 |
| HSL | 312º | 0.75% | 0.48% | - |
| HSV(B) | 312º | 0.86% | 0.85% | - |
| XYZ | 36.95 | 18.83 | 44.34 | - |
| YUV | 103.19 | 170.79 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 179 | 0 | 0.86 | 0.17 | 0.15 | 312 | 0.75 | 0.48 |
| Hex | D8 | 1F | B3 | 0 | 56 | 11 | F | 138 | 4B | 30 |
| Octal | 330 | 37 | 263 | 0 | 126 | 21 | 17 | 470 | 113 | 60 |
| Binary | 11011000 | 11111 | 10110011 | 0 | 1010110 | 10001 | 1111 | 100111000 | 1001011 | 110000 |
Color Harmonies of #D81FB3
Complementary color
Monochromatic Colors of #D81FB3
Black with #D81FB3
Text Example
Text Example
White with #D81FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FB3; }
p { color: rgb(216,31,179); }
H1.HeaderClassName
{
color: #D81FB3;
}
.AnyTagClassName
{
color: #D81FB3;
}
</style>
background-color css
<style>
a { background-color: #D81FB3; }
a { background-color: rgb(216,31,179); }
div.DivClassName
{
background-color: #D81FB3;
}
.BgClassName
{
background-color: #D81FB3;
}
</style>
border-color css
<style>
span { border-color: #D81FB3; }
span { border-color: rgb(216,31,179); }
td.TdClassName
{
border-color: #D81FB3;
}
.TagClassName
{
border-color: #D81FB3;
}
</style>