Shades of Heliotrope #D068E9
Tints of Heliotrope #D068E9
RGB
CMYK
RGB Variations
Color information
#D068E9 (or 0xD068E9) is known color: Heliotrope. HEX triplet: D0, 68 and E9. RGB value is (208,104,233). Sum of RGB (Red+Green+Blue) = 208+104+233=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #D068E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068E9 is #2F9716. Grayscale: #959595. Windows color (decimal): -3118871 or 15296720. OLE color: 15296720.
HSL color Cylindrical-coordinate representation of color #D068E9: hue angle of 288.37º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D068E9 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 104 | 233 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.09 |
| HSL | 288.37º | 0.75% | 0.66% | - |
| HSV(B) | 288.37º | 0.55% | 0.91% | - |
| XYZ | 45.67 | 29.19 | 80.32 | - |
| YUV | 149.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 233 | 0.11 | 0.55 | 0 | 0.09 | 288.37 | 0.75 | 0.66 |
| Hex | D0 | 68 | E9 | B | 37 | 0 | 9 | 120 | 4B | 42 |
| Octal | 320 | 150 | 351 | 13 | 67 | 0 | 11 | 440 | 113 | 102 |
| Binary | 11010000 | 1101000 | 11101001 | 1011 | 110111 | 0 | 1001 | 100100000 | 1001011 | 1000010 |
Color Harmonies of #D068E9
Complementary color
Monochromatic Colors of #D068E9
Black with #D068E9
Text Example
Text Example
White with #D068E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068E9; }
p { color: rgb(208,104,233); }
H1.HeaderClassName
{
color: #D068E9;
}
.AnyTagClassName
{
color: #D068E9;
}
</style>
background-color css
<style>
a { background-color: #D068E9; }
a { background-color: rgb(208,104,233); }
div.DivClassName
{
background-color: #D068E9;
}
.BgClassName
{
background-color: #D068E9;
}
</style>
border-color css
<style>
span { border-color: #D068E9; }
span { border-color: rgb(208,104,233); }
td.TdClassName
{
border-color: #D068E9;
}
.TagClassName
{
border-color: #D068E9;
}
</style>