Shades of Heliotrope #DF5DFA
Tints of Heliotrope #DF5DFA
RGB
CMYK
RGB Variations
Color information
#DF5DFA (or 0xDF5DFA) is known color: Heliotrope. HEX triplet: DF, 5D and FA. RGB value is (223,93,250). Sum of RGB (Red+Green+Blue) = 223+93+250=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 93 (36.72% from 255 or 16.43% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5DFA is #20A205. Grayscale: #959595. Windows color (decimal): -2138630 or 16408031. OLE color: 16408031.
HSL color Cylindrical-coordinate representation of color #DF5DFA: hue angle of 289.68º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5DFA is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 93 | 250 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.02 |
| HSL | 289.68º | 0.94% | 0.67% | - |
| HSV(B) | 289.68º | 0.63% | 0.98% | - |
| XYZ | 51.6 | 30.42 | 93.59 | - |
| YUV | 149.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 250 | 0.11 | 0.63 | 0 | 0.02 | 289.68 | 0.94 | 0.67 |
| Hex | DF | 5D | FA | B | 3F | 0 | 2 | 122 | 5E | 43 |
| Octal | 337 | 135 | 372 | 13 | 77 | 0 | 2 | 442 | 136 | 103 |
| Binary | 11011111 | 1011101 | 11111010 | 1011 | 111111 | 0 | 10 | 100100010 | 1011110 | 1000011 |
Color Harmonies of #DF5DFA
Complementary color
Monochromatic Colors of #DF5DFA
Black with #DF5DFA
Text Example
Text Example
White with #DF5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5DFA; }
p { color: rgb(223,93,250); }
H1.HeaderClassName
{
color: #DF5DFA;
}
.AnyTagClassName
{
color: #DF5DFA;
}
</style>
background-color css
<style>
a { background-color: #DF5DFA; }
a { background-color: rgb(223,93,250); }
div.DivClassName
{
background-color: #DF5DFA;
}
.BgClassName
{
background-color: #DF5DFA;
}
</style>
border-color css
<style>
span { border-color: #DF5DFA; }
span { border-color: rgb(223,93,250); }
td.TdClassName
{
border-color: #DF5DFA;
}
.TagClassName
{
border-color: #DF5DFA;
}
</style>