Shades of Heliotrope #D871FE
Tints of Heliotrope #D871FE
RGB
CMYK
RGB Variations
Color information
#D871FE (or 0xD871FE) is known color: Heliotrope. HEX triplet: D8, 71 and FE. RGB value is (216,113,254). Sum of RGB (Red+Green+Blue) = 216+113+254=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 113 (44.53% from 255 or 19.38% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #D871FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D871FE is #278E01. Grayscale: #9F9F9F. Windows color (decimal): -2592258 or 16675288. OLE color: 16675288.
HSL color Cylindrical-coordinate representation of color #D871FE: hue angle of 283.83º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D871FE is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 113 | 254 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.00 |
| HSL | 283.83º | 0.99% | 0.72% | - |
| HSV(B) | 283.83º | 0.56% | 1% | - |
| XYZ | 52.11 | 33.56 | 97.5 | - |
| YUV | 159.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 254 | 0.15 | 0.56 | 0 | 0.00 | 283.83 | 0.99 | 0.72 |
| Hex | D8 | 71 | FE | F | 38 | 0 | 0 | 11C | 63 | 48 |
| Octal | 330 | 161 | 376 | 17 | 70 | 0 | 0 | 434 | 143 | 110 |
| Binary | 11011000 | 1110001 | 11111110 | 1111 | 111000 | 0 | 0 | 100011100 | 1100011 | 1001000 |
Color Harmonies of #D871FE
Complementary color
Monochromatic Colors of #D871FE
Black with #D871FE
Text Example
Text Example
White with #D871FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D871FE; }
p { color: rgb(216,113,254); }
H1.HeaderClassName
{
color: #D871FE;
}
.AnyTagClassName
{
color: #D871FE;
}
</style>
background-color css
<style>
a { background-color: #D871FE; }
a { background-color: rgb(216,113,254); }
div.DivClassName
{
background-color: #D871FE;
}
.BgClassName
{
background-color: #D871FE;
}
</style>
border-color css
<style>
span { border-color: #D871FE; }
span { border-color: rgb(216,113,254); }
td.TdClassName
{
border-color: #D871FE;
}
.TagClassName
{
border-color: #D871FE;
}
</style>