Shades of Heliotrope #D15DFC
Tints of Heliotrope #D15DFC
RGB
CMYK
RGB Variations
Color information
#D15DFC (or 0xD15DFC) is known color: Heliotrope. HEX triplet: D1, 5D and FC. RGB value is (209,93,252). Sum of RGB (Red+Green+Blue) = 209+93+252=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 93 (36.72% from 255 or 16.79% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #D15DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D15DFC is #2EA203. Grayscale: #919191. Windows color (decimal): -3056132 or 16539089. OLE color: 16539089.
HSL color Cylindrical-coordinate representation of color #D15DFC: hue angle of 283.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D15DFC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 93 | 252 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.01 |
| HSL | 283.77º | 0.96% | 0.68% | - |
| HSV(B) | 283.77º | 0.63% | 0.99% | - |
| XYZ | 47.78 | 28.41 | 95.06 | - |
| YUV | 145.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 93 | 252 | 0.17 | 0.63 | 0 | 0.01 | 283.77 | 0.96 | 0.68 |
| Hex | D1 | 5D | FC | 11 | 3F | 0 | 1 | 11C | 60 | 44 |
| Octal | 321 | 135 | 374 | 21 | 77 | 0 | 1 | 434 | 140 | 104 |
| Binary | 11010001 | 1011101 | 11111100 | 10001 | 111111 | 0 | 1 | 100011100 | 1100000 | 1000100 |
Color Harmonies of #D15DFC
Complementary color
Monochromatic Colors of #D15DFC
Black with #D15DFC
Text Example
Text Example
White with #D15DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15DFC; }
p { color: rgb(209,93,252); }
H1.HeaderClassName
{
color: #D15DFC;
}
.AnyTagClassName
{
color: #D15DFC;
}
</style>
background-color css
<style>
a { background-color: #D15DFC; }
a { background-color: rgb(209,93,252); }
div.DivClassName
{
background-color: #D15DFC;
}
.BgClassName
{
background-color: #D15DFC;
}
</style>
border-color css
<style>
span { border-color: #D15DFC; }
span { border-color: rgb(209,93,252); }
td.TdClassName
{
border-color: #D15DFC;
}
.TagClassName
{
border-color: #D15DFC;
}
</style>