Shades of Heliotrope #D15FED
Tints of Heliotrope #D15FED
RGB
CMYK
RGB Variations
Color information
#D15FED (or 0xD15FED) is known color: Heliotrope. HEX triplet: D1, 5F and ED. RGB value is (209,95,237). Sum of RGB (Red+Green+Blue) = 209+95+237=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #D15FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FED is #2EA012. Grayscale: #909090. Windows color (decimal): -3055635 or 15556561. OLE color: 15556561.
HSL color Cylindrical-coordinate representation of color #D15FED: hue angle of 288.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15FED is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 95 | 237 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.07 |
| HSL | 288.17º | 0.8% | 0.65% | - |
| HSV(B) | 288.17º | 0.6% | 0.93% | - |
| XYZ | 45.67 | 27.85 | 83.09 | - |
| YUV | 145.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 237 | 0.12 | 0.60 | 0 | 0.07 | 288.17 | 0.8 | 0.65 |
| Hex | D1 | 5F | ED | C | 3C | 0 | 7 | 120 | 50 | 41 |
| Octal | 321 | 137 | 355 | 14 | 74 | 0 | 7 | 440 | 120 | 101 |
| Binary | 11010001 | 1011111 | 11101101 | 1100 | 111100 | 0 | 111 | 100100000 | 1010000 | 1000001 |
Color Harmonies of #D15FED
Complementary color
Monochromatic Colors of #D15FED
Black with #D15FED
Text Example
Text Example
White with #D15FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FED; }
p { color: rgb(209,95,237); }
H1.HeaderClassName
{
color: #D15FED;
}
.AnyTagClassName
{
color: #D15FED;
}
</style>
background-color css
<style>
a { background-color: #D15FED; }
a { background-color: rgb(209,95,237); }
div.DivClassName
{
background-color: #D15FED;
}
.BgClassName
{
background-color: #D15FED;
}
</style>
border-color css
<style>
span { border-color: #D15FED; }
span { border-color: rgb(209,95,237); }
td.TdClassName
{
border-color: #D15FED;
}
.TagClassName
{
border-color: #D15FED;
}
</style>