Shades of Heliotrope #D17AF4
Tints of Heliotrope #D17AF4
RGB
CMYK
RGB Variations
Color information
#D17AF4 (or 0xD17AF4) is known color: Heliotrope. HEX triplet: D1, 7A and F4. RGB value is (209,122,244). Sum of RGB (Red+Green+Blue) = 209+122+244=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #D17AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17AF4 is #2E850B. Grayscale: #A1A1A1. Windows color (decimal): -3048716 or 16022225. OLE color: 16022225.
HSL color Cylindrical-coordinate representation of color #D17AF4: hue angle of 282.79º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D17AF4 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 122 | 244 | - |
| CMYK | 0.14 | 0.5 | 0 | 0.04 |
| HSL | 282.79º | 0.85% | 0.72% | - |
| HSV(B) | 282.79º | 0.5% | 0.96% | - |
| XYZ | 49.58 | 34.01 | 89.54 | - |
| YUV | 161.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 244 | 0.14 | 0.5 | 0 | 0.04 | 282.79 | 0.85 | 0.72 |
| Hex | D1 | 7A | F4 | E | 32 | 0 | 4 | 11B | 55 | 48 |
| Octal | 321 | 172 | 364 | 16 | 62 | 0 | 4 | 433 | 125 | 110 |
| Binary | 11010001 | 1111010 | 11110100 | 1110 | 110010 | 0 | 100 | 100011011 | 1010101 | 1001000 |
Color Harmonies of #D17AF4
Complementary color
Monochromatic Colors of #D17AF4
Black with #D17AF4
Text Example
Text Example
White with #D17AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17AF4; }
p { color: rgb(209,122,244); }
H1.HeaderClassName
{
color: #D17AF4;
}
.AnyTagClassName
{
color: #D17AF4;
}
</style>
background-color css
<style>
a { background-color: #D17AF4; }
a { background-color: rgb(209,122,244); }
div.DivClassName
{
background-color: #D17AF4;
}
.BgClassName
{
background-color: #D17AF4;
}
</style>
border-color css
<style>
span { border-color: #D17AF4; }
span { border-color: rgb(209,122,244); }
td.TdClassName
{
border-color: #D17AF4;
}
.TagClassName
{
border-color: #D17AF4;
}
</style>