Shades of Heliotrope #DF7DFA
Tints of Heliotrope #DF7DFA
RGB
CMYK
RGB Variations
Color information
#DF7DFA (or 0xDF7DFA) is known color: Heliotrope. HEX triplet: DF, 7D and FA. RGB value is (223,125,250). Sum of RGB (Red+Green+Blue) = 223+125+250=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 125 (49.22% from 255 or 20.90% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF7DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7DFA is #208205. Grayscale: #A8A8A8. Windows color (decimal): -2130438 or 16416223. OLE color: 16416223.
HSL color Cylindrical-coordinate representation of color #DF7DFA: hue angle of 287.04º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7DFA is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 125 | 250 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.02 |
| HSL | 287.04º | 0.93% | 0.74% | - |
| HSV(B) | 287.04º | 0.5% | 0.98% | - |
| XYZ | 55.02 | 37.26 | 94.73 | - |
| YUV | 168.55 | 173.97 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 250 | 0.11 | 0.50 | 0 | 0.02 | 287.04 | 0.93 | 0.74 |
| Hex | DF | 7D | FA | B | 32 | 0 | 2 | 11F | 5D | 4A |
| Octal | 337 | 175 | 372 | 13 | 62 | 0 | 2 | 437 | 135 | 112 |
| Binary | 11011111 | 1111101 | 11111010 | 1011 | 110010 | 0 | 10 | 100011111 | 1011101 | 1001010 |
Color Harmonies of #DF7DFA
Complementary color
Monochromatic Colors of #DF7DFA
Black with #DF7DFA
Text Example
Text Example
White with #DF7DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DFA; }
p { color: rgb(223,125,250); }
H1.HeaderClassName
{
color: #DF7DFA;
}
.AnyTagClassName
{
color: #DF7DFA;
}
</style>
background-color css
<style>
a { background-color: #DF7DFA; }
a { background-color: rgb(223,125,250); }
div.DivClassName
{
background-color: #DF7DFA;
}
.BgClassName
{
background-color: #DF7DFA;
}
</style>
border-color css
<style>
span { border-color: #DF7DFA; }
span { border-color: rgb(223,125,250); }
td.TdClassName
{
border-color: #DF7DFA;
}
.TagClassName
{
border-color: #DF7DFA;
}
</style>