Shades of Heliotrope #D16AF2
Tints of Heliotrope #D16AF2
RGB
CMYK
RGB Variations
Color information
#D16AF2 (or 0xD16AF2) is known color: Heliotrope. HEX triplet: D1, 6A and F2. RGB value is (209,106,242). Sum of RGB (Red+Green+Blue) = 209+106+242=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #D16AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16AF2 is #2E950D. Grayscale: #979797. Windows color (decimal): -3052814 or 15887057. OLE color: 15887057.
HSL color Cylindrical-coordinate representation of color #D16AF2: hue angle of 285.44º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16AF2 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 106 | 242 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.05 |
| HSL | 285.44º | 0.84% | 0.68% | - |
| HSV(B) | 285.44º | 0.56% | 0.95% | - |
| XYZ | 47.48 | 30.27 | 87.35 | - |
| YUV | 152.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 106 | 242 | 0.14 | 0.56 | 0 | 0.05 | 285.44 | 0.84 | 0.68 |
| Hex | D1 | 6A | F2 | E | 38 | 0 | 5 | 11D | 54 | 44 |
| Octal | 321 | 152 | 362 | 16 | 70 | 0 | 5 | 435 | 124 | 104 |
| Binary | 11010001 | 1101010 | 11110010 | 1110 | 111000 | 0 | 101 | 100011101 | 1010100 | 1000100 |
Color Harmonies of #D16AF2
Complementary color
Monochromatic Colors of #D16AF2
Black with #D16AF2
Text Example
Text Example
White with #D16AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16AF2; }
p { color: rgb(209,106,242); }
H1.HeaderClassName
{
color: #D16AF2;
}
.AnyTagClassName
{
color: #D16AF2;
}
</style>
background-color css
<style>
a { background-color: #D16AF2; }
a { background-color: rgb(209,106,242); }
div.DivClassName
{
background-color: #D16AF2;
}
.BgClassName
{
background-color: #D16AF2;
}
</style>
border-color css
<style>
span { border-color: #D16AF2; }
span { border-color: rgb(209,106,242); }
td.TdClassName
{
border-color: #D16AF2;
}
.TagClassName
{
border-color: #D16AF2;
}
</style>