Shades of Heliotrope #DF77FC
Tints of Heliotrope #DF77FC
RGB
CMYK
RGB Variations
Color information
#DF77FC (or 0xDF77FC) is known color: Heliotrope. HEX triplet: DF, 77 and FC. RGB value is (223,119,252). Sum of RGB (Red+Green+Blue) = 223+119+252=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 119 (46.88% from 255 or 20.03% from 594); Blue value is 252 (98.83% from 255 or 42.42% from 594); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF77FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF77FC is #208803. Grayscale: #A4A4A4. Windows color (decimal): -2131972 or 16545759. OLE color: 16545759.
HSL color Cylindrical-coordinate representation of color #DF77FC: hue angle of 286.92º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF77FC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 119 | 252 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.01 |
| HSL | 286.92º | 0.96% | 0.73% | - |
| HSV(B) | 286.92º | 0.53% | 0.99% | - |
| XYZ | 54.6 | 35.91 | 96.15 | - |
| YUV | 165.26 | 176.96 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 119 | 252 | 0.12 | 0.53 | 0 | 0.01 | 286.92 | 0.96 | 0.73 |
| Hex | DF | 77 | FC | C | 35 | 0 | 1 | 11F | 60 | 49 |
| Octal | 337 | 167 | 374 | 14 | 65 | 0 | 1 | 437 | 140 | 111 |
| Binary | 11011111 | 1110111 | 11111100 | 1100 | 110101 | 0 | 1 | 100011111 | 1100000 | 1001001 |
Color Harmonies of #DF77FC
Complementary color
Monochromatic Colors of #DF77FC
Black with #DF77FC
Text Example
Text Example
White with #DF77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF77FC; }
p { color: rgb(223,119,252); }
H1.HeaderClassName
{
color: #DF77FC;
}
.AnyTagClassName
{
color: #DF77FC;
}
</style>
background-color css
<style>
a { background-color: #DF77FC; }
a { background-color: rgb(223,119,252); }
div.DivClassName
{
background-color: #DF77FC;
}
.BgClassName
{
background-color: #DF77FC;
}
</style>
border-color css
<style>
span { border-color: #DF77FC; }
span { border-color: rgb(223,119,252); }
td.TdClassName
{
border-color: #DF77FC;
}
.TagClassName
{
border-color: #DF77FC;
}
</style>