Shades of Heliotrope #D07FF9
Tints of Heliotrope #D07FF9
RGB
CMYK
RGB Variations
Color information
#D07FF9 (or 0xD07FF9) is known color: Heliotrope. HEX triplet: D0, 7F and F9. RGB value is (208,127,249). Sum of RGB (Red+Green+Blue) = 208+127+249=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 249 (97.66% from 255 or 42.64% from 584); Max value from RGB is 249 - color contains mainly: blue. Hex color #D07FF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D07FF9 is #2F8006. Grayscale: #A4A4A4. Windows color (decimal): -3112967 or 16351184. OLE color: 16351184.
HSL color Cylindrical-coordinate representation of color #D07FF9: hue angle of 279.84º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D07FF9 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 127 | 249 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.02 |
| HSL | 279.84º | 0.91% | 0.74% | - |
| HSV(B) | 279.84º | 0.49% | 0.98% | - |
| XYZ | 50.7 | 35.43 | 93.79 | - |
| YUV | 165.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 249 | 0.16 | 0.49 | 0 | 0.02 | 279.84 | 0.91 | 0.74 |
| Hex | D0 | 7F | F9 | 10 | 31 | 0 | 2 | 118 | 5B | 4A |
| Octal | 320 | 177 | 371 | 20 | 61 | 0 | 2 | 430 | 133 | 112 |
| Binary | 11010000 | 1111111 | 11111001 | 10000 | 110001 | 0 | 10 | 100011000 | 1011011 | 1001010 |
Color Harmonies of #D07FF9
Complementary color
Monochromatic Colors of #D07FF9
Black with #D07FF9
Text Example
Text Example
White with #D07FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FF9; }
p { color: rgb(208,127,249); }
H1.HeaderClassName
{
color: #D07FF9;
}
.AnyTagClassName
{
color: #D07FF9;
}
</style>
background-color css
<style>
a { background-color: #D07FF9; }
a { background-color: rgb(208,127,249); }
div.DivClassName
{
background-color: #D07FF9;
}
.BgClassName
{
background-color: #D07FF9;
}
</style>
border-color css
<style>
span { border-color: #D07FF9; }
span { border-color: rgb(208,127,249); }
td.TdClassName
{
border-color: #D07FF9;
}
.TagClassName
{
border-color: #D07FF9;
}
</style>