Shades of Heliotrope #DF73FE
Tints of Heliotrope #DF73FE
RGB
CMYK
RGB Variations
Color information
#DF73FE (or 0xDF73FE) is known color: Heliotrope. HEX triplet: DF, 73 and FE. RGB value is (223,115,254). Sum of RGB (Red+Green+Blue) = 223+115+254=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 115 (45.31% from 255 or 19.43% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73FE is #208C01. Grayscale: #A2A2A2. Windows color (decimal): -2132994 or 16675807. OLE color: 16675807.
HSL color Cylindrical-coordinate representation of color #DF73FE: hue angle of 286.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF73FE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 115 | 254 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.00 |
| HSL | 286.62º | 0.99% | 0.72% | - |
| HSV(B) | 286.62º | 0.55% | 1% | - |
| XYZ | 54.45 | 35.11 | 97.67 | - |
| YUV | 163.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 115 | 254 | 0.12 | 0.55 | 0 | 0.00 | 286.62 | 0.99 | 0.72 |
| Hex | DF | 73 | FE | C | 37 | 0 | 0 | 11F | 63 | 48 |
| Octal | 337 | 163 | 376 | 14 | 67 | 0 | 0 | 437 | 143 | 110 |
| Binary | 11011111 | 1110011 | 11111110 | 1100 | 110111 | 0 | 0 | 100011111 | 1100011 | 1001000 |
Color Harmonies of #DF73FE
Complementary color
Monochromatic Colors of #DF73FE
Black with #DF73FE
Text Example
Text Example
White with #DF73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73FE; }
p { color: rgb(223,115,254); }
H1.HeaderClassName
{
color: #DF73FE;
}
.AnyTagClassName
{
color: #DF73FE;
}
</style>
background-color css
<style>
a { background-color: #DF73FE; }
a { background-color: rgb(223,115,254); }
div.DivClassName
{
background-color: #DF73FE;
}
.BgClassName
{
background-color: #DF73FE;
}
</style>
border-color css
<style>
span { border-color: #DF73FE; }
span { border-color: rgb(223,115,254); }
td.TdClassName
{
border-color: #DF73FE;
}
.TagClassName
{
border-color: #DF73FE;
}
</style>