Shades of Heliotrope #DF53FE
Tints of Heliotrope #DF53FE
RGB
CMYK
RGB Variations
Color information
#DF53FE (or 0xDF53FE) is known color: Heliotrope. HEX triplet: DF, 53 and FE. RGB value is (223,83,254). Sum of RGB (Red+Green+Blue) = 223+83+254=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 83 (32.81% from 255 or 14.82% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF53FE is #20AC01. Grayscale: #8F8F8F. Windows color (decimal): -2141186 or 16667615. OLE color: 16667615.
HSL color Cylindrical-coordinate representation of color #DF53FE: hue angle of 289.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF53FE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 83 | 254 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.00 |
| HSL | 289.12º | 0.99% | 0.66% | - |
| HSV(B) | 289.12º | 0.67% | 1% | - |
| XYZ | 51.41 | 29.03 | 96.66 | - |
| YUV | 144.35 | 189.88 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 254 | 0.12 | 0.67 | 0 | 0.00 | 289.12 | 0.99 | 0.66 |
| Hex | DF | 53 | FE | C | 43 | 0 | 0 | 121 | 63 | 42 |
| Octal | 337 | 123 | 376 | 14 | 103 | 0 | 0 | 441 | 143 | 102 |
| Binary | 11011111 | 1010011 | 11111110 | 1100 | 1000011 | 0 | 0 | 100100001 | 1100011 | 1000010 |
Color Harmonies of #DF53FE
Complementary color
Monochromatic Colors of #DF53FE
Black with #DF53FE
Text Example
Text Example
White with #DF53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53FE; }
p { color: rgb(223,83,254); }
H1.HeaderClassName
{
color: #DF53FE;
}
.AnyTagClassName
{
color: #DF53FE;
}
</style>
background-color css
<style>
a { background-color: #DF53FE; }
a { background-color: rgb(223,83,254); }
div.DivClassName
{
background-color: #DF53FE;
}
.BgClassName
{
background-color: #DF53FE;
}
</style>
border-color css
<style>
span { border-color: #DF53FE; }
span { border-color: rgb(223,83,254); }
td.TdClassName
{
border-color: #DF53FE;
}
.TagClassName
{
border-color: #DF53FE;
}
</style>