Shades of Heliotrope #D14AF9
Tints of Heliotrope #D14AF9
RGB
CMYK
RGB Variations
Color information
#D14AF9 (or 0xD14AF9) is known color: Heliotrope. HEX triplet: D1, 4A and F9. RGB value is (209,74,249). Sum of RGB (Red+Green+Blue) = 209+74+249=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 249 (97.66% from 255 or 46.80% from 532); Max value from RGB is 249 - color contains mainly: blue. Hex color #D14AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D14AF9 is #2EB506. Grayscale: #858585. Windows color (decimal): -3060999 or 16337617. OLE color: 16337617.
HSL color Cylindrical-coordinate representation of color #D14AF9: hue angle of 286.29º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D14AF9 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 74 | 249 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.02 |
| HSL | 286.29º | 0.94% | 0.63% | - |
| HSV(B) | 286.29º | 0.7% | 0.98% | - |
| XYZ | 45.84 | 25.29 | 92.09 | - |
| YUV | 134.32 | 192.73 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 74 | 249 | 0.16 | 0.70 | 0 | 0.02 | 286.29 | 0.94 | 0.63 |
| Hex | D1 | 4A | F9 | 10 | 46 | 0 | 2 | 11E | 5E | 3F |
| Octal | 321 | 112 | 371 | 20 | 106 | 0 | 2 | 436 | 136 | 77 |
| Binary | 11010001 | 1001010 | 11111001 | 10000 | 1000110 | 0 | 10 | 100011110 | 1011110 | 111111 |
Color Harmonies of #D14AF9
Complementary color
Monochromatic Colors of #D14AF9
Black with #D14AF9
Text Example
Text Example
White with #D14AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14AF9; }
p { color: rgb(209,74,249); }
H1.HeaderClassName
{
color: #D14AF9;
}
.AnyTagClassName
{
color: #D14AF9;
}
</style>
background-color css
<style>
a { background-color: #D14AF9; }
a { background-color: rgb(209,74,249); }
div.DivClassName
{
background-color: #D14AF9;
}
.BgClassName
{
background-color: #D14AF9;
}
</style>
border-color css
<style>
span { border-color: #D14AF9; }
span { border-color: rgb(209,74,249); }
td.TdClassName
{
border-color: #D14AF9;
}
.TagClassName
{
border-color: #D14AF9;
}
</style>