Shades of Heliotrope #D07AF9
Tints of Heliotrope #D07AF9
RGB
CMYK
RGB Variations
Color information
#D07AF9 (or 0xD07AF9) is known color: Heliotrope. HEX triplet: D0, 7A and F9. RGB value is (208,122,249). Sum of RGB (Red+Green+Blue) = 208+122+249=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #D07AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07AF9 is #2F8506. Grayscale: #A1A1A1. Windows color (decimal): -3114247 or 16349904. OLE color: 16349904.
HSL color Cylindrical-coordinate representation of color #D07AF9: hue angle of 280.63º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D07AF9 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 122 | 249 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.02 |
| HSL | 280.63º | 0.91% | 0.73% | - |
| HSV(B) | 280.63º | 0.51% | 0.98% | - |
| XYZ | 50.07 | 34.17 | 93.58 | - |
| YUV | 162.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 122 | 249 | 0.16 | 0.51 | 0 | 0.02 | 280.63 | 0.91 | 0.73 |
| Hex | D0 | 7A | F9 | 10 | 33 | 0 | 2 | 119 | 5B | 49 |
| Octal | 320 | 172 | 371 | 20 | 63 | 0 | 2 | 431 | 133 | 111 |
| Binary | 11010000 | 1111010 | 11111001 | 10000 | 110011 | 0 | 10 | 100011001 | 1011011 | 1001001 |
Color Harmonies of #D07AF9
Complementary color
Monochromatic Colors of #D07AF9
Black with #D07AF9
Text Example
Text Example
White with #D07AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07AF9; }
p { color: rgb(208,122,249); }
H1.HeaderClassName
{
color: #D07AF9;
}
.AnyTagClassName
{
color: #D07AF9;
}
</style>
background-color css
<style>
a { background-color: #D07AF9; }
a { background-color: rgb(208,122,249); }
div.DivClassName
{
background-color: #D07AF9;
}
.BgClassName
{
background-color: #D07AF9;
}
</style>
border-color css
<style>
span { border-color: #D07AF9; }
span { border-color: rgb(208,122,249); }
td.TdClassName
{
border-color: #D07AF9;
}
.TagClassName
{
border-color: #D07AF9;
}
</style>