Shades of Heliotrope #DF50FF
Tints of Heliotrope #DF50FF
RGB
CMYK
RGB Variations
Color information
#DF50FF (or 0xDF50FF) is known color: Heliotrope. HEX triplet: DF, 50 and FF. RGB value is (223,80,255). Sum of RGB (Red+Green+Blue) = 223+80+255=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 80 (31.64% from 255 or 14.34% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF50FF is #20AF00. Grayscale: #8E8E8E. Windows color (decimal): -2141953 or 16732383. OLE color: 16732383.
HSL color Cylindrical-coordinate representation of color #DF50FF: hue angle of 289.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF50FF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 80 | 255 | - |
| CMYK | 0.13 | 0.69 | 0 | 0 |
| HSL | 289.03º | 1% | 0.66% | - |
| HSV(B) | 289.03º | 0.69% | 1% | - |
| XYZ | 51.35 | 28.65 | 97.43 | - |
| YUV | 142.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 255 | 0.13 | 0.69 | 0 | 0 | 289.03 | 1 | 0.66 |
| Hex | DF | 50 | FF | D | 45 | 0 | 0 | 121 | 64 | 42 |
| Octal | 337 | 120 | 377 | 15 | 105 | 0 | 0 | 441 | 144 | 102 |
| Binary | 11011111 | 1010000 | 11111111 | 1101 | 1000101 | 0 | 0 | 100100001 | 1100100 | 1000010 |
Color Harmonies of #DF50FF
Complementary color
Monochromatic Colors of #DF50FF
Black with #DF50FF
Text Example
Text Example
White with #DF50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50FF; }
p { color: rgb(223,80,255); }
H1.HeaderClassName
{
color: #DF50FF;
}
.AnyTagClassName
{
color: #DF50FF;
}
</style>
background-color css
<style>
a { background-color: #DF50FF; }
a { background-color: rgb(223,80,255); }
div.DivClassName
{
background-color: #DF50FF;
}
.BgClassName
{
background-color: #DF50FF;
}
</style>
border-color css
<style>
span { border-color: #DF50FF; }
span { border-color: rgb(223,80,255); }
td.TdClassName
{
border-color: #DF50FF;
}
.TagClassName
{
border-color: #DF50FF;
}
</style>