Shades of Heliotrope #D076F6
Tints of Heliotrope #D076F6
RGB
CMYK
RGB Variations
Color information
#D076F6 (or 0xD076F6) is known color: Heliotrope. HEX triplet: D0, 76 and F6. RGB value is (208,118,246). Sum of RGB (Red+Green+Blue) = 208+118+246=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 118 (46.48% from 255 or 20.63% from 572); Blue value is 246 (96.48% from 255 or 43.01% from 572); Max value from RGB is 246 - color contains mainly: blue. Hex color #D076F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D076F6 is #2F8909. Grayscale: #9F9F9F. Windows color (decimal): -3115274 or 16152272. OLE color: 16152272.
HSL color Cylindrical-coordinate representation of color #D076F6: hue angle of 282.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D076F6 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 118 | 246 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.04 |
| HSL | 282.19º | 0.88% | 0.71% | - |
| HSV(B) | 282.19º | 0.52% | 0.96% | - |
| XYZ | 49.13 | 33.02 | 90.97 | - |
| YUV | 159.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 246 | 0.15 | 0.52 | 0 | 0.04 | 282.19 | 0.88 | 0.71 |
| Hex | D0 | 76 | F6 | F | 34 | 0 | 4 | 11A | 58 | 47 |
| Octal | 320 | 166 | 366 | 17 | 64 | 0 | 4 | 432 | 130 | 107 |
| Binary | 11010000 | 1110110 | 11110110 | 1111 | 110100 | 0 | 100 | 100011010 | 1011000 | 1000111 |
Color Harmonies of #D076F6
Complementary color
Monochromatic Colors of #D076F6
Black with #D076F6
Text Example
Text Example
White with #D076F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D076F6; }
p { color: rgb(208,118,246); }
H1.HeaderClassName
{
color: #D076F6;
}
.AnyTagClassName
{
color: #D076F6;
}
</style>
background-color css
<style>
a { background-color: #D076F6; }
a { background-color: rgb(208,118,246); }
div.DivClassName
{
background-color: #D076F6;
}
.BgClassName
{
background-color: #D076F6;
}
</style>
border-color css
<style>
span { border-color: #D076F6; }
span { border-color: rgb(208,118,246); }
td.TdClassName
{
border-color: #D076F6;
}
.TagClassName
{
border-color: #D076F6;
}
</style>