Shades of Heliotrope #D06DF3
Tints of Heliotrope #D06DF3
RGB
CMYK
RGB Variations
Color information
#D06DF3 (or 0xD06DF3) is known color: Heliotrope. HEX triplet: D0, 6D and F3. RGB value is (208,109,243). Sum of RGB (Red+Green+Blue) = 208+109+243=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 243 - color contains mainly: blue. Hex color #D06DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D06DF3 is #2F920C. Grayscale: #999999. Windows color (decimal): -3117581 or 15953360. OLE color: 15953360.
HSL color Cylindrical-coordinate representation of color #D06DF3: hue angle of 284.33º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D06DF3 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 109 | 243 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.05 |
| HSL | 284.33º | 0.85% | 0.69% | - |
| HSV(B) | 284.33º | 0.55% | 0.95% | - |
| XYZ | 47.66 | 30.82 | 88.23 | - |
| YUV | 153.88 | 178.3 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 243 | 0.14 | 0.55 | 0 | 0.05 | 284.33 | 0.85 | 0.69 |
| Hex | D0 | 6D | F3 | E | 37 | 0 | 5 | 11C | 55 | 45 |
| Octal | 320 | 155 | 363 | 16 | 67 | 0 | 5 | 434 | 125 | 105 |
| Binary | 11010000 | 1101101 | 11110011 | 1110 | 110111 | 0 | 101 | 100011100 | 1010101 | 1000101 |
Color Harmonies of #D06DF3
Complementary color
Monochromatic Colors of #D06DF3
Black with #D06DF3
Text Example
Text Example
White with #D06DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DF3; }
p { color: rgb(208,109,243); }
H1.HeaderClassName
{
color: #D06DF3;
}
.AnyTagClassName
{
color: #D06DF3;
}
</style>
background-color css
<style>
a { background-color: #D06DF3; }
a { background-color: rgb(208,109,243); }
div.DivClassName
{
background-color: #D06DF3;
}
.BgClassName
{
background-color: #D06DF3;
}
</style>
border-color css
<style>
span { border-color: #D06DF3; }
span { border-color: rgb(208,109,243); }
td.TdClassName
{
border-color: #D06DF3;
}
.TagClassName
{
border-color: #D06DF3;
}
</style>