Shades of Heliotrope #D15DFA
Tints of Heliotrope #D15DFA
RGB
CMYK
RGB Variations
Color information
#D15DFA (or 0xD15DFA) is known color: Heliotrope. HEX triplet: D1, 5D and FA. RGB value is (209,93,250). Sum of RGB (Red+Green+Blue) = 209+93+250=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 93 (36.72% from 255 or 16.85% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #D15DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15DFA is #2EA205. Grayscale: #919191. Windows color (decimal): -3056134 or 16408017. OLE color: 16408017.
HSL color Cylindrical-coordinate representation of color #D15DFA: hue angle of 284.33º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D15DFA is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 93 | 250 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.02 |
| HSL | 284.33º | 0.94% | 0.67% | - |
| HSV(B) | 284.33º | 0.63% | 0.98% | - |
| XYZ | 47.46 | 28.29 | 93.4 | - |
| YUV | 145.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 250 | 0.16 | 0.63 | 0 | 0.02 | 284.33 | 0.94 | 0.67 |
| Hex | D1 | 5D | FA | 10 | 3F | 0 | 2 | 11C | 5E | 43 |
| Octal | 321 | 135 | 372 | 20 | 77 | 0 | 2 | 434 | 136 | 103 |
| Binary | 11010001 | 1011101 | 11111010 | 10000 | 111111 | 0 | 10 | 100011100 | 1011110 | 1000011 |
Color Harmonies of #D15DFA
Complementary color
Monochromatic Colors of #D15DFA
Black with #D15DFA
Text Example
Text Example
White with #D15DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DFA; }
p { color: rgb(209,93,250); }
H1.HeaderClassName
{
color: #D15DFA;
}
.AnyTagClassName
{
color: #D15DFA;
}
</style>
background-color css
<style>
a { background-color: #D15DFA; }
a { background-color: rgb(209,93,250); }
div.DivClassName
{
background-color: #D15DFA;
}
.BgClassName
{
background-color: #D15DFA;
}
</style>
border-color css
<style>
span { border-color: #D15DFA; }
span { border-color: rgb(209,93,250); }
td.TdClassName
{
border-color: #D15DFA;
}
.TagClassName
{
border-color: #D15DFA;
}
</style>