Shades of Heliotrope #DF50FC
Tints of Heliotrope #DF50FC
RGB
CMYK
RGB Variations
Color information
#DF50FC (or 0xDF50FC) is known color: Heliotrope. HEX triplet: DF, 50 and FC. RGB value is (223,80,252). Sum of RGB (Red+Green+Blue) = 223+80+252=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 80 (31.64% from 255 or 14.41% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF50FC is #20AF03. Grayscale: #8D8D8D. Windows color (decimal): -2141956 or 16535775. OLE color: 16535775.
HSL color Cylindrical-coordinate representation of color #DF50FC: hue angle of 289.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF50FC is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 80 | 252 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.01 |
| HSL | 289.88º | 0.97% | 0.65% | - |
| HSV(B) | 289.88º | 0.68% | 0.99% | - |
| XYZ | 50.87 | 28.45 | 94.91 | - |
| YUV | 142.37 | 189.88 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 252 | 0.12 | 0.68 | 0 | 0.01 | 289.88 | 0.97 | 0.65 |
| Hex | DF | 50 | FC | C | 44 | 0 | 1 | 122 | 61 | 41 |
| Octal | 337 | 120 | 374 | 14 | 104 | 0 | 1 | 442 | 141 | 101 |
| Binary | 11011111 | 1010000 | 11111100 | 1100 | 1000100 | 0 | 1 | 100100010 | 1100001 | 1000001 |
Color Harmonies of #DF50FC
Complementary color
Monochromatic Colors of #DF50FC
Black with #DF50FC
Text Example
Text Example
White with #DF50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF50FC; }
p { color: rgb(223,80,252); }
H1.HeaderClassName
{
color: #DF50FC;
}
.AnyTagClassName
{
color: #DF50FC;
}
</style>
background-color css
<style>
a { background-color: #DF50FC; }
a { background-color: rgb(223,80,252); }
div.DivClassName
{
background-color: #DF50FC;
}
.BgClassName
{
background-color: #DF50FC;
}
</style>
border-color css
<style>
span { border-color: #DF50FC; }
span { border-color: rgb(223,80,252); }
td.TdClassName
{
border-color: #DF50FC;
}
.TagClassName
{
border-color: #DF50FC;
}
</style>