Shades of Heliotrope #D879FA
Tints of Heliotrope #D879FA
RGB
CMYK
RGB Variations
Color information
#D879FA (or 0xD879FA) is known color: Heliotrope. HEX triplet: D8, 79 and FA. RGB value is (216,121,250). Sum of RGB (Red+Green+Blue) = 216+121+250=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 121 (47.66% from 255 or 20.61% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #D879FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D879FA is #278605. Grayscale: #A3A3A3. Windows color (decimal): -2590214 or 16415192. OLE color: 16415192.
HSL color Cylindrical-coordinate representation of color #D879FA: hue angle of 284.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D879FA is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 121 | 250 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.02 |
| HSL | 284.19º | 0.93% | 0.73% | - |
| HSV(B) | 284.19º | 0.52% | 0.98% | - |
| XYZ | 52.41 | 35.18 | 94.47 | - |
| YUV | 164.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 121 | 250 | 0.14 | 0.52 | 0 | 0.02 | 284.19 | 0.93 | 0.73 |
| Hex | D8 | 79 | FA | E | 34 | 0 | 2 | 11C | 5D | 49 |
| Octal | 330 | 171 | 372 | 16 | 64 | 0 | 2 | 434 | 135 | 111 |
| Binary | 11011000 | 1111001 | 11111010 | 1110 | 110100 | 0 | 10 | 100011100 | 1011101 | 1001001 |
Color Harmonies of #D879FA
Complementary color
Monochromatic Colors of #D879FA
Black with #D879FA
Text Example
Text Example
White with #D879FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D879FA; }
p { color: rgb(216,121,250); }
H1.HeaderClassName
{
color: #D879FA;
}
.AnyTagClassName
{
color: #D879FA;
}
</style>
background-color css
<style>
a { background-color: #D879FA; }
a { background-color: rgb(216,121,250); }
div.DivClassName
{
background-color: #D879FA;
}
.BgClassName
{
background-color: #D879FA;
}
</style>
border-color css
<style>
span { border-color: #D879FA; }
span { border-color: rgb(216,121,250); }
td.TdClassName
{
border-color: #D879FA;
}
.TagClassName
{
border-color: #D879FA;
}
</style>