Shades of Heliotrope #DF76FC
Tints of Heliotrope #DF76FC
RGB
CMYK
RGB Variations
Color information
#DF76FC (or 0xDF76FC) is known color: Heliotrope. HEX triplet: DF, 76 and FC. RGB value is (223,118,252). Sum of RGB (Red+Green+Blue) = 223+118+252=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 252 (98.83% from 255 or 42.50% from 593); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF76FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF76FC is #208903. Grayscale: #A4A4A4. Windows color (decimal): -2132228 or 16545503. OLE color: 16545503.
HSL color Cylindrical-coordinate representation of color #DF76FC: hue angle of 287.01º 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 #DF76FC is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 118 | 252 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.01 |
| HSL | 287.01º | 0.96% | 0.73% | - |
| HSV(B) | 287.01º | 0.53% | 0.99% | - |
| XYZ | 54.48 | 35.67 | 96.11 | - |
| YUV | 164.67 | 177.29 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 118 | 252 | 0.12 | 0.53 | 0 | 0.01 | 287.01 | 0.96 | 0.73 |
| Hex | DF | 76 | FC | C | 35 | 0 | 1 | 11F | 60 | 49 |
| Octal | 337 | 166 | 374 | 14 | 65 | 0 | 1 | 437 | 140 | 111 |
| Binary | 11011111 | 1110110 | 11111100 | 1100 | 110101 | 0 | 1 | 100011111 | 1100000 | 1001001 |
Color Harmonies of #DF76FC
Complementary color
Monochromatic Colors of #DF76FC
Black with #DF76FC
Text Example
Text Example
White with #DF76FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF76FC; }
p { color: rgb(223,118,252); }
H1.HeaderClassName
{
color: #DF76FC;
}
.AnyTagClassName
{
color: #DF76FC;
}
</style>
background-color css
<style>
a { background-color: #DF76FC; }
a { background-color: rgb(223,118,252); }
div.DivClassName
{
background-color: #DF76FC;
}
.BgClassName
{
background-color: #DF76FC;
}
</style>
border-color css
<style>
span { border-color: #DF76FC; }
span { border-color: rgb(223,118,252); }
td.TdClassName
{
border-color: #DF76FC;
}
.TagClassName
{
border-color: #DF76FC;
}
</style>