Shades of Heliotrope #D15FFE
Tints of Heliotrope #D15FFE
RGB
CMYK
RGB Variations
Color information
#D15FFE (or 0xD15FFE) is known color: Heliotrope. HEX triplet: D1, 5F and FE. RGB value is (209,95,254). Sum of RGB (Red+Green+Blue) = 209+95+254=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 95 (37.5% from 255 or 17.03% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #D15FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15FFE is #2EA001. Grayscale: #929292. Windows color (decimal): -3055618 or 16670673. OLE color: 16670673.
HSL color Cylindrical-coordinate representation of color #D15FFE: hue angle of 283.02º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D15FFE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 95 | 254 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.00 |
| HSL | 283.02º | 0.99% | 0.68% | - |
| HSV(B) | 283.02º | 0.63% | 1% | - |
| XYZ | 48.28 | 28.9 | 96.8 | - |
| YUV | 147.21 | 188.27 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 254 | 0.18 | 0.63 | 0 | 0.00 | 283.02 | 0.99 | 0.68 |
| Hex | D1 | 5F | FE | 12 | 3F | 0 | 0 | 11B | 63 | 44 |
| Octal | 321 | 137 | 376 | 22 | 77 | 0 | 0 | 433 | 143 | 104 |
| Binary | 11010001 | 1011111 | 11111110 | 10010 | 111111 | 0 | 0 | 100011011 | 1100011 | 1000100 |
Color Harmonies of #D15FFE
Complementary color
Monochromatic Colors of #D15FFE
Black with #D15FFE
Text Example
Text Example
White with #D15FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15FFE; }
p { color: rgb(209,95,254); }
H1.HeaderClassName
{
color: #D15FFE;
}
.AnyTagClassName
{
color: #D15FFE;
}
</style>
background-color css
<style>
a { background-color: #D15FFE; }
a { background-color: rgb(209,95,254); }
div.DivClassName
{
background-color: #D15FFE;
}
.BgClassName
{
background-color: #D15FFE;
}
</style>
border-color css
<style>
span { border-color: #D15FFE; }
span { border-color: rgb(209,95,254); }
td.TdClassName
{
border-color: #D15FFE;
}
.TagClassName
{
border-color: #D15FFE;
}
</style>