Shades of Heliotrope #D15FEF
Tints of Heliotrope #D15FEF
RGB
CMYK
RGB Variations
Color information
#D15FEF (or 0xD15FEF) is known color: Heliotrope. HEX triplet: D1, 5F and EF. RGB value is (209,95,239). Sum of RGB (Red+Green+Blue) = 209+95+239=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #D15FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FEF is #2EA010. Grayscale: #919191. Windows color (decimal): -3055633 or 15687633. OLE color: 15687633.
HSL color Cylindrical-coordinate representation of color #D15FEF: hue angle of 287.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15FEF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 95 | 239 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.06 |
| HSL | 287.5º | 0.82% | 0.65% | - |
| HSV(B) | 287.5º | 0.6% | 0.94% | - |
| XYZ | 45.97 | 27.97 | 84.64 | - |
| YUV | 145.5 | 180.77 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 239 | 0.13 | 0.60 | 0 | 0.06 | 287.5 | 0.82 | 0.65 |
| Hex | D1 | 5F | EF | D | 3C | 0 | 6 | 120 | 52 | 41 |
| Octal | 321 | 137 | 357 | 15 | 74 | 0 | 6 | 440 | 122 | 101 |
| Binary | 11010001 | 1011111 | 11101111 | 1101 | 111100 | 0 | 110 | 100100000 | 1010010 | 1000001 |
Color Harmonies of #D15FEF
Complementary color
Monochromatic Colors of #D15FEF
Black with #D15FEF
Text Example
Text Example
White with #D15FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FEF; }
p { color: rgb(209,95,239); }
H1.HeaderClassName
{
color: #D15FEF;
}
.AnyTagClassName
{
color: #D15FEF;
}
</style>
background-color css
<style>
a { background-color: #D15FEF; }
a { background-color: rgb(209,95,239); }
div.DivClassName
{
background-color: #D15FEF;
}
.BgClassName
{
background-color: #D15FEF;
}
</style>
border-color css
<style>
span { border-color: #D15FEF; }
span { border-color: rgb(209,95,239); }
td.TdClassName
{
border-color: #D15FEF;
}
.TagClassName
{
border-color: #D15FEF;
}
</style>