Shades of Heliotrope #D068F4
Tints of Heliotrope #D068F4
RGB
CMYK
RGB Variations
Color information
#D068F4 (or 0xD068F4) is known color: Heliotrope. HEX triplet: D0, 68 and F4. RGB value is (208,104,244). Sum of RGB (Red+Green+Blue) = 208+104+244=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 244 (95.70% from 255 or 43.88% from 556); Max value from RGB is 244 - color contains mainly: blue. Hex color #D068F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D068F4 is #2F970B. Grayscale: #969696. Windows color (decimal): -3118860 or 16017616. OLE color: 16017616.
HSL color Cylindrical-coordinate representation of color #D068F4: hue angle of 284.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D068F4 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 104 | 244 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.04 |
| HSL | 284.57º | 0.86% | 0.68% | - |
| HSV(B) | 284.57º | 0.57% | 0.96% | - |
| XYZ | 47.29 | 29.84 | 88.86 | - |
| YUV | 151.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 244 | 0.15 | 0.57 | 0 | 0.04 | 284.57 | 0.86 | 0.68 |
| Hex | D0 | 68 | F4 | F | 39 | 0 | 4 | 11D | 56 | 44 |
| Octal | 320 | 150 | 364 | 17 | 71 | 0 | 4 | 435 | 126 | 104 |
| Binary | 11010000 | 1101000 | 11110100 | 1111 | 111001 | 0 | 100 | 100011101 | 1010110 | 1000100 |
Color Harmonies of #D068F4
Complementary color
Monochromatic Colors of #D068F4
Black with #D068F4
Text Example
Text Example
White with #D068F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D068F4; }
p { color: rgb(208,104,244); }
H1.HeaderClassName
{
color: #D068F4;
}
.AnyTagClassName
{
color: #D068F4;
}
</style>
background-color css
<style>
a { background-color: #D068F4; }
a { background-color: rgb(208,104,244); }
div.DivClassName
{
background-color: #D068F4;
}
.BgClassName
{
background-color: #D068F4;
}
</style>
border-color css
<style>
span { border-color: #D068F4; }
span { border-color: rgb(208,104,244); }
td.TdClassName
{
border-color: #D068F4;
}
.TagClassName
{
border-color: #D068F4;
}
</style>