Shades of Heliotrope #D84FFA
Tints of Heliotrope #D84FFA
RGB
CMYK
RGB Variations
Color information
#D84FFA (or 0xD84FFA) is known color: Heliotrope. HEX triplet: D8, 4F and FA. RGB value is (216,79,250). Sum of RGB (Red+Green+Blue) = 216+79+250=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 79 (31.25% from 255 or 14.50% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #D84FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D84FFA is #27B005. Grayscale: #8A8A8A. Windows color (decimal): -2600966 or 16404440. OLE color: 16404440.
HSL color Cylindrical-coordinate representation of color #D84FFA: hue angle of 288.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84FFA is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 79 | 250 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.02 |
| HSL | 288.07º | 0.94% | 0.65% | - |
| HSV(B) | 288.07º | 0.68% | 0.98% | - |
| XYZ | 48.37 | 27.09 | 93.12 | - |
| YUV | 139.46 | 190.39 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 79 | 250 | 0.14 | 0.68 | 0 | 0.02 | 288.07 | 0.94 | 0.65 |
| Hex | D8 | 4F | FA | E | 44 | 0 | 2 | 120 | 5E | 41 |
| Octal | 330 | 117 | 372 | 16 | 104 | 0 | 2 | 440 | 136 | 101 |
| Binary | 11011000 | 1001111 | 11111010 | 1110 | 1000100 | 0 | 10 | 100100000 | 1011110 | 1000001 |
Color Harmonies of #D84FFA
Complementary color
Monochromatic Colors of #D84FFA
Black with #D84FFA
Text Example
Text Example
White with #D84FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84FFA; }
p { color: rgb(216,79,250); }
H1.HeaderClassName
{
color: #D84FFA;
}
.AnyTagClassName
{
color: #D84FFA;
}
</style>
background-color css
<style>
a { background-color: #D84FFA; }
a { background-color: rgb(216,79,250); }
div.DivClassName
{
background-color: #D84FFA;
}
.BgClassName
{
background-color: #D84FFA;
}
</style>
border-color css
<style>
span { border-color: #D84FFA; }
span { border-color: rgb(216,79,250); }
td.TdClassName
{
border-color: #D84FFA;
}
.TagClassName
{
border-color: #D84FFA;
}
</style>