Shades of Heliotrope #DF55FE
Tints of Heliotrope #DF55FE
RGB
CMYK
RGB Variations
Color information
#DF55FE (or 0xDF55FE) is known color: Heliotrope. HEX triplet: DF, 55 and FE. RGB value is (223,85,254). Sum of RGB (Red+Green+Blue) = 223+85+254=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 85 (33.59% from 255 or 15.12% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF55FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF55FE is #20AA01. Grayscale: #909090. Windows color (decimal): -2140674 or 16668127. OLE color: 16668127.
HSL color Cylindrical-coordinate representation of color #DF55FE: hue angle of 288.99º 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 #DF55FE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 85 | 254 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.00 |
| HSL | 288.99º | 0.99% | 0.66% | - |
| HSV(B) | 288.99º | 0.67% | 1% | - |
| XYZ | 51.57 | 29.34 | 96.71 | - |
| YUV | 145.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 85 | 254 | 0.12 | 0.67 | 0 | 0.00 | 288.99 | 0.99 | 0.66 |
| Hex | DF | 55 | FE | C | 43 | 0 | 0 | 121 | 63 | 42 |
| Octal | 337 | 125 | 376 | 14 | 103 | 0 | 0 | 441 | 143 | 102 |
| Binary | 11011111 | 1010101 | 11111110 | 1100 | 1000011 | 0 | 0 | 100100001 | 1100011 | 1000010 |
Color Harmonies of #DF55FE
Complementary color
Monochromatic Colors of #DF55FE
Black with #DF55FE
Text Example
Text Example
White with #DF55FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF55FE; }
p { color: rgb(223,85,254); }
H1.HeaderClassName
{
color: #DF55FE;
}
.AnyTagClassName
{
color: #DF55FE;
}
</style>
background-color css
<style>
a { background-color: #DF55FE; }
a { background-color: rgb(223,85,254); }
div.DivClassName
{
background-color: #DF55FE;
}
.BgClassName
{
background-color: #DF55FE;
}
</style>
border-color css
<style>
span { border-color: #DF55FE; }
span { border-color: rgb(223,85,254); }
td.TdClassName
{
border-color: #DF55FE;
}
.TagClassName
{
border-color: #DF55FE;
}
</style>