Shades of Heliotrope #DF49FF
Tints of Heliotrope #DF49FF
RGB
CMYK
RGB Variations
Color information
#DF49FF (or 0xDF49FF) is known color: Heliotrope. HEX triplet: DF, 49 and FF. RGB value is (223,73,255). Sum of RGB (Red+Green+Blue) = 223+73+255=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 73 (28.91% from 255 or 13.25% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF49FF is #20B600. Grayscale: #8A8A8A. Windows color (decimal): -2143745 or 16730591. OLE color: 16730591.
HSL color Cylindrical-coordinate representation of color #DF49FF: hue angle of 289.45º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF49FF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 73 | 255 | - |
| CMYK | 0.13 | 0.71 | 0 | 0 |
| HSL | 289.45º | 1% | 0.64% | - |
| HSV(B) | 289.45º | 0.71% | 1% | - |
| XYZ | 50.86 | 27.67 | 97.27 | - |
| YUV | 138.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 255 | 0.13 | 0.71 | 0 | 0 | 289.45 | 1 | 0.64 |
| Hex | DF | 49 | FF | D | 47 | 0 | 0 | 121 | 64 | 40 |
| Octal | 337 | 111 | 377 | 15 | 107 | 0 | 0 | 441 | 144 | 100 |
| Binary | 11011111 | 1001001 | 11111111 | 1101 | 1000111 | 0 | 0 | 100100001 | 1100100 | 1000000 |
Color Harmonies of #DF49FF
Complementary color
Monochromatic Colors of #DF49FF
Black with #DF49FF
Text Example
Text Example
White with #DF49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49FF; }
p { color: rgb(223,73,255); }
H1.HeaderClassName
{
color: #DF49FF;
}
.AnyTagClassName
{
color: #DF49FF;
}
</style>
background-color css
<style>
a { background-color: #DF49FF; }
a { background-color: rgb(223,73,255); }
div.DivClassName
{
background-color: #DF49FF;
}
.BgClassName
{
background-color: #DF49FF;
}
</style>
border-color css
<style>
span { border-color: #DF49FF; }
span { border-color: rgb(223,73,255); }
td.TdClassName
{
border-color: #DF49FF;
}
.TagClassName
{
border-color: #DF49FF;
}
</style>