Shades of Heliotrope #DF73FF
Tints of Heliotrope #DF73FF
RGB
CMYK
RGB Variations
Color information
#DF73FF (or 0xDF73FF) is known color: Heliotrope. HEX triplet: DF, 73 and FF. RGB value is (223,115,255). Sum of RGB (Red+Green+Blue) = 223+115+255=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 115 (45.31% from 255 or 19.39% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF73FF is #208C00. Grayscale: #A2A2A2. Windows color (decimal): -2132993 or 16741343. OLE color: 16741343.
HSL color Cylindrical-coordinate representation of color #DF73FF: hue angle of 286.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF73FF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 223 | 115 | 255 | - |
CMYK | 0.13 | 0.55 | 0 | 0 |
HSL | 286.29º | 1% | 0.73% | - |
HSV(B) | 286.29º | 0.55% | 1% | - |
XYZ | 54.61 | 35.17 | 98.52 | - |
YUV | 163.25 | 179.78 | 170.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 115 | 255 | 0.13 | 0.55 | 0 | 0 | 286.29 | 1 | 0.73 |
Hex | DF | 73 | FF | D | 37 | 0 | 0 | 11E | 64 | 49 |
Octal | 337 | 163 | 377 | 15 | 67 | 0 | 0 | 436 | 144 | 111 |
Binary | 11011111 | 1110011 | 11111111 | 1101 | 110111 | 0 | 0 | 100011110 | 1100100 | 1001001 |
Color Harmonies of #DF73FF
Complementary color
Monochromatic Colors of #DF73FF
Black with #DF73FF
Text Example
Text Example
White with #DF73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF73FF; }
p { color: rgb(223,115,255); }
H1.HeaderClassName
{
color: #DF73FF;
}
.AnyTagClassName
{
color: #DF73FF;
}
</style>
background-color css
<style>
a { background-color: #DF73FF; }
a { background-color: rgb(223,115,255); }
div.DivClassName
{
background-color: #DF73FF;
}
.BgClassName
{
background-color: #DF73FF;
}
</style>
border-color css
<style>
span { border-color: #DF73FF; }
span { border-color: rgb(223,115,255); }
td.TdClassName
{
border-color: #DF73FF;
}
.TagClassName
{
border-color: #DF73FF;
}
</style>