Shades of Heliotrope #D06DF8
Tints of Heliotrope #D06DF8
RGB
CMYK
RGB Variations
Color information
#D06DF8 (or 0xD06DF8) is known color: Heliotrope. HEX triplet: D0, 6D and F8. RGB value is (208,109,248). Sum of RGB (Red+Green+Blue) = 208+109+248=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #D06DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DF8 is #2F9207. Grayscale: #999999. Windows color (decimal): -3117576 or 16281040. OLE color: 16281040.
HSL color Cylindrical-coordinate representation of color #D06DF8: hue angle of 282.73º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D06DF8 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 109 | 248 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.03 |
| HSL | 282.73º | 0.91% | 0.7% | - |
| HSV(B) | 282.73º | 0.56% | 0.97% | - |
| XYZ | 48.42 | 31.12 | 92.26 | - |
| YUV | 154.45 | 180.8 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 248 | 0.16 | 0.56 | 0 | 0.03 | 282.73 | 0.91 | 0.7 |
| Hex | D0 | 6D | F8 | 10 | 38 | 0 | 3 | 11B | 5B | 46 |
| Octal | 320 | 155 | 370 | 20 | 70 | 0 | 3 | 433 | 133 | 106 |
| Binary | 11010000 | 1101101 | 11111000 | 10000 | 111000 | 0 | 11 | 100011011 | 1011011 | 1000110 |
Color Harmonies of #D06DF8
Complementary color
Monochromatic Colors of #D06DF8
Black with #D06DF8
Text Example
Text Example
White with #D06DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DF8; }
p { color: rgb(208,109,248); }
H1.HeaderClassName
{
color: #D06DF8;
}
.AnyTagClassName
{
color: #D06DF8;
}
</style>
background-color css
<style>
a { background-color: #D06DF8; }
a { background-color: rgb(208,109,248); }
div.DivClassName
{
background-color: #D06DF8;
}
.BgClassName
{
background-color: #D06DF8;
}
</style>
border-color css
<style>
span { border-color: #D06DF8; }
span { border-color: rgb(208,109,248); }
td.TdClassName
{
border-color: #D06DF8;
}
.TagClassName
{
border-color: #D06DF8;
}
</style>