Shades of Heliotrope #D954F4
Tints of Heliotrope #D954F4
RGB
CMYK
RGB Variations
Color information
#D954F4 (or 0xD954F4) is known color: Heliotrope. HEX triplet: D9, 54 and F4. RGB value is (217,84,244). Sum of RGB (Red+Green+Blue) = 217+84+244=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 84 (33.20% from 255 or 15.41% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #D954F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D954F4 is #26AB0B. Grayscale: #8D8D8D. Windows color (decimal): -2534156 or 16012505. OLE color: 16012505.
HSL color Cylindrical-coordinate representation of color #D954F4: hue angle of 289.88º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D954F4 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 84 | 244 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.04 |
| HSL | 289.88º | 0.88% | 0.64% | - |
| HSV(B) | 289.88º | 0.66% | 0.96% | - |
| XYZ | 48.11 | 27.62 | 88.38 | - |
| YUV | 142.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 84 | 244 | 0.11 | 0.66 | 0 | 0.04 | 289.88 | 0.88 | 0.64 |
| Hex | D9 | 54 | F4 | B | 42 | 0 | 4 | 122 | 58 | 40 |
| Octal | 331 | 124 | 364 | 13 | 102 | 0 | 4 | 442 | 130 | 100 |
| Binary | 11011001 | 1010100 | 11110100 | 1011 | 1000010 | 0 | 100 | 100100010 | 1011000 | 1000000 |
Color Harmonies of #D954F4
Complementary color
Monochromatic Colors of #D954F4
Black with #D954F4
Text Example
Text Example
White with #D954F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D954F4; }
p { color: rgb(217,84,244); }
H1.HeaderClassName
{
color: #D954F4;
}
.AnyTagClassName
{
color: #D954F4;
}
</style>
background-color css
<style>
a { background-color: #D954F4; }
a { background-color: rgb(217,84,244); }
div.DivClassName
{
background-color: #D954F4;
}
.BgClassName
{
background-color: #D954F4;
}
</style>
border-color css
<style>
span { border-color: #D954F4; }
span { border-color: rgb(217,84,244); }
td.TdClassName
{
border-color: #D954F4;
}
.TagClassName
{
border-color: #D954F4;
}
</style>