Shades of Heliotrope #D04FFA
Tints of Heliotrope #D04FFA
RGB
CMYK
RGB Variations
Color information
#D04FFA (or 0xD04FFA) is known color: Heliotrope. HEX triplet: D0, 4F and FA. RGB value is (208,79,250). Sum of RGB (Red+Green+Blue) = 208+79+250=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 79 (31.25% from 255 or 14.71% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #D04FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D04FFA is #2FB005. Grayscale: #888888. Windows color (decimal): -3125254 or 16404432. OLE color: 16404432.
HSL color Cylindrical-coordinate representation of color #D04FFA: hue angle of 285.26º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04FFA is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 79 | 250 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.02 |
| HSL | 285.26º | 0.94% | 0.65% | - |
| HSV(B) | 285.26º | 0.68% | 0.98% | - |
| XYZ | 46.06 | 25.9 | 93.01 | - |
| YUV | 137.07 | 191.74 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 79 | 250 | 0.17 | 0.68 | 0 | 0.02 | 285.26 | 0.94 | 0.65 |
| Hex | D0 | 4F | FA | 11 | 44 | 0 | 2 | 11D | 5E | 41 |
| Octal | 320 | 117 | 372 | 21 | 104 | 0 | 2 | 435 | 136 | 101 |
| Binary | 11010000 | 1001111 | 11111010 | 10001 | 1000100 | 0 | 10 | 100011101 | 1011110 | 1000001 |
Color Harmonies of #D04FFA
Complementary color
Monochromatic Colors of #D04FFA
Black with #D04FFA
Text Example
Text Example
White with #D04FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04FFA; }
p { color: rgb(208,79,250); }
H1.HeaderClassName
{
color: #D04FFA;
}
.AnyTagClassName
{
color: #D04FFA;
}
</style>
background-color css
<style>
a { background-color: #D04FFA; }
a { background-color: rgb(208,79,250); }
div.DivClassName
{
background-color: #D04FFA;
}
.BgClassName
{
background-color: #D04FFA;
}
</style>
border-color css
<style>
span { border-color: #D04FFA; }
span { border-color: rgb(208,79,250); }
td.TdClassName
{
border-color: #D04FFA;
}
.TagClassName
{
border-color: #D04FFA;
}
</style>