Shades of Heliotrope #DF54FE
Tints of Heliotrope #DF54FE
RGB
CMYK
RGB Variations
Color information
#DF54FE (or 0xDF54FE) is known color: Heliotrope. HEX triplet: DF, 54 and FE. RGB value is (223,84,254). Sum of RGB (Red+Green+Blue) = 223+84+254=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 84 (33.20% from 255 or 14.97% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF54FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF54FE is #20AB01. Grayscale: #909090. Windows color (decimal): -2140930 or 16667871. OLE color: 16667871.
HSL color Cylindrical-coordinate representation of color #DF54FE: hue angle of 289.06º 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 #DF54FE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 84 | 254 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.00 |
| HSL | 289.06º | 0.99% | 0.66% | - |
| HSV(B) | 289.06º | 0.67% | 1% | - |
| XYZ | 51.49 | 29.18 | 96.69 | - |
| YUV | 144.94 | 189.55 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 84 | 254 | 0.12 | 0.67 | 0 | 0.00 | 289.06 | 0.99 | 0.66 |
| Hex | DF | 54 | FE | C | 43 | 0 | 0 | 121 | 63 | 42 |
| Octal | 337 | 124 | 376 | 14 | 103 | 0 | 0 | 441 | 143 | 102 |
| Binary | 11011111 | 1010100 | 11111110 | 1100 | 1000011 | 0 | 0 | 100100001 | 1100011 | 1000010 |
Color Harmonies of #DF54FE
Complementary color
Monochromatic Colors of #DF54FE
Black with #DF54FE
Text Example
Text Example
White with #DF54FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF54FE; }
p { color: rgb(223,84,254); }
H1.HeaderClassName
{
color: #DF54FE;
}
.AnyTagClassName
{
color: #DF54FE;
}
</style>
background-color css
<style>
a { background-color: #DF54FE; }
a { background-color: rgb(223,84,254); }
div.DivClassName
{
background-color: #DF54FE;
}
.BgClassName
{
background-color: #DF54FE;
}
</style>
border-color css
<style>
span { border-color: #DF54FE; }
span { border-color: rgb(223,84,254); }
td.TdClassName
{
border-color: #DF54FE;
}
.TagClassName
{
border-color: #DF54FE;
}
</style>