Shades of Heliotrope #D950FA
Tints of Heliotrope #D950FA
RGB
CMYK
RGB Variations
Color information
#D950FA (or 0xD950FA) is known color: Heliotrope. HEX triplet: D9, 50 and FA. RGB value is (217,80,250). Sum of RGB (Red+Green+Blue) = 217+80+250=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 80 (31.64% from 255 or 14.63% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #D950FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D950FA is #26AF05. Grayscale: #8B8B8B. Windows color (decimal): -2535174 or 16404697. OLE color: 16404697.
HSL color Cylindrical-coordinate representation of color #D950FA: hue angle of 288.35º 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 #D950FA is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 80 | 250 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.02 |
| HSL | 288.35º | 0.94% | 0.65% | - |
| HSV(B) | 288.35º | 0.68% | 0.98% | - |
| XYZ | 48.74 | 27.39 | 93.16 | - |
| YUV | 140.34 | 189.89 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 80 | 250 | 0.13 | 0.68 | 0 | 0.02 | 288.35 | 0.94 | 0.65 |
| Hex | D9 | 50 | FA | D | 44 | 0 | 2 | 120 | 5E | 41 |
| Octal | 331 | 120 | 372 | 15 | 104 | 0 | 2 | 440 | 136 | 101 |
| Binary | 11011001 | 1010000 | 11111010 | 1101 | 1000100 | 0 | 10 | 100100000 | 1011110 | 1000001 |
Color Harmonies of #D950FA
Complementary color
Monochromatic Colors of #D950FA
Black with #D950FA
Text Example
Text Example
White with #D950FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D950FA; }
p { color: rgb(217,80,250); }
H1.HeaderClassName
{
color: #D950FA;
}
.AnyTagClassName
{
color: #D950FA;
}
</style>
background-color css
<style>
a { background-color: #D950FA; }
a { background-color: rgb(217,80,250); }
div.DivClassName
{
background-color: #D950FA;
}
.BgClassName
{
background-color: #D950FA;
}
</style>
border-color css
<style>
span { border-color: #D950FA; }
span { border-color: rgb(217,80,250); }
td.TdClassName
{
border-color: #D950FA;
}
.TagClassName
{
border-color: #D950FA;
}
</style>