Shades of Heliotrope #D049F9
Tints of Heliotrope #D049F9
RGB
CMYK
RGB Variations
Color information
#D049F9 (or 0xD049F9) is known color: Heliotrope. HEX triplet: D0, 49 and F9. RGB value is (208,73,249). Sum of RGB (Red+Green+Blue) = 208+73+249=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 249 - color contains mainly: blue. Hex color #D049F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D049F9 is #2FB606. Grayscale: #848484. Windows color (decimal): -3126791 or 16337360. OLE color: 16337360.
HSL color Cylindrical-coordinate representation of color #D049F9: hue angle of 286.02º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D049F9 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 73 | 249 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.02 |
| HSL | 286.02º | 0.94% | 0.63% | - |
| HSV(B) | 286.02º | 0.71% | 0.98% | - |
| XYZ | 45.49 | 25.01 | 92.05 | - |
| YUV | 133.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 249 | 0.16 | 0.71 | 0 | 0.02 | 286.02 | 0.94 | 0.63 |
| Hex | D0 | 49 | F9 | 10 | 47 | 0 | 2 | 11E | 5E | 3F |
| Octal | 320 | 111 | 371 | 20 | 107 | 0 | 2 | 436 | 136 | 77 |
| Binary | 11010000 | 1001001 | 11111001 | 10000 | 1000111 | 0 | 10 | 100011110 | 1011110 | 111111 |
Color Harmonies of #D049F9
Complementary color
Monochromatic Colors of #D049F9
Black with #D049F9
Text Example
Text Example
White with #D049F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D049F9; }
p { color: rgb(208,73,249); }
H1.HeaderClassName
{
color: #D049F9;
}
.AnyTagClassName
{
color: #D049F9;
}
</style>
background-color css
<style>
a { background-color: #D049F9; }
a { background-color: rgb(208,73,249); }
div.DivClassName
{
background-color: #D049F9;
}
.BgClassName
{
background-color: #D049F9;
}
</style>
border-color css
<style>
span { border-color: #D049F9; }
span { border-color: rgb(208,73,249); }
td.TdClassName
{
border-color: #D049F9;
}
.TagClassName
{
border-color: #D049F9;
}
</style>