Shades of Heliotrope #D949FA
Tints of Heliotrope #D949FA
RGB
CMYK
RGB Variations
Color information
#D949FA (or 0xD949FA) is known color: Heliotrope. HEX triplet: D9, 49 and FA. RGB value is (217,73,250). Sum of RGB (Red+Green+Blue) = 217+73+250=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 73 (28.91% from 255 or 13.52% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #D949FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D949FA is #26B605. Grayscale: #878787. Windows color (decimal): -2536966 or 16402905. OLE color: 16402905.
HSL color Cylindrical-coordinate representation of color #D949FA: hue angle of 288.81º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D949FA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 73 | 250 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.02 |
| HSL | 288.81º | 0.95% | 0.63% | - |
| HSV(B) | 288.81º | 0.71% | 0.98% | - |
| XYZ | 48.25 | 26.42 | 93 | - |
| YUV | 136.23 | 192.21 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 73 | 250 | 0.13 | 0.71 | 0 | 0.02 | 288.81 | 0.95 | 0.63 |
| Hex | D9 | 49 | FA | D | 47 | 0 | 2 | 121 | 5F | 3F |
| Octal | 331 | 111 | 372 | 15 | 107 | 0 | 2 | 441 | 137 | 77 |
| Binary | 11011001 | 1001001 | 11111010 | 1101 | 1000111 | 0 | 10 | 100100001 | 1011111 | 111111 |
Color Harmonies of #D949FA
Complementary color
Monochromatic Colors of #D949FA
Black with #D949FA
Text Example
Text Example
White with #D949FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D949FA; }
p { color: rgb(217,73,250); }
H1.HeaderClassName
{
color: #D949FA;
}
.AnyTagClassName
{
color: #D949FA;
}
</style>
background-color css
<style>
a { background-color: #D949FA; }
a { background-color: rgb(217,73,250); }
div.DivClassName
{
background-color: #D949FA;
}
.BgClassName
{
background-color: #D949FA;
}
</style>
border-color css
<style>
span { border-color: #D949FA; }
span { border-color: rgb(217,73,250); }
td.TdClassName
{
border-color: #D949FA;
}
.TagClassName
{
border-color: #D949FA;
}
</style>