Shades of Heliotrope #D15DFE
Tints of Heliotrope #D15DFE
RGB
CMYK
RGB Variations
Color information
#D15DFE (or 0xD15DFE) is known color: Heliotrope. HEX triplet: D1, 5D and FE. RGB value is (209,93,254). Sum of RGB (Red+Green+Blue) = 209+93+254=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 93 (36.72% from 255 or 16.73% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #D15DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15DFE is #2EA201. Grayscale: #919191. Windows color (decimal): -3056130 or 16670161. OLE color: 16670161.
HSL color Cylindrical-coordinate representation of color #D15DFE: hue angle of 283.23º 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 #D15DFE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 93 | 254 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.00 |
| HSL | 283.23º | 0.99% | 0.68% | - |
| HSV(B) | 283.23º | 0.63% | 1% | - |
| XYZ | 48.1 | 28.54 | 96.74 | - |
| YUV | 146.04 | 188.93 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 254 | 0.18 | 0.63 | 0 | 0.00 | 283.23 | 0.99 | 0.68 |
| Hex | D1 | 5D | FE | 12 | 3F | 0 | 0 | 11B | 63 | 44 |
| Octal | 321 | 135 | 376 | 22 | 77 | 0 | 0 | 433 | 143 | 104 |
| Binary | 11010001 | 1011101 | 11111110 | 10010 | 111111 | 0 | 0 | 100011011 | 1100011 | 1000100 |
Color Harmonies of #D15DFE
Complementary color
Monochromatic Colors of #D15DFE
Black with #D15DFE
Text Example
Text Example
White with #D15DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DFE; }
p { color: rgb(209,93,254); }
H1.HeaderClassName
{
color: #D15DFE;
}
.AnyTagClassName
{
color: #D15DFE;
}
</style>
background-color css
<style>
a { background-color: #D15DFE; }
a { background-color: rgb(209,93,254); }
div.DivClassName
{
background-color: #D15DFE;
}
.BgClassName
{
background-color: #D15DFE;
}
</style>
border-color css
<style>
span { border-color: #D15DFE; }
span { border-color: rgb(209,93,254); }
td.TdClassName
{
border-color: #D15DFE;
}
.TagClassName
{
border-color: #D15DFE;
}
</style>