Shades of Heliotrope #DF63FE
Tints of Heliotrope #DF63FE
RGB
CMYK
RGB Variations
Color information
#DF63FE (or 0xDF63FE) is known color: Heliotrope. HEX triplet: DF, 63 and FE. RGB value is (223,99,254). Sum of RGB (Red+Green+Blue) = 223+99+254=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 99 (39.06% from 255 or 17.19% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF63FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF63FE is #209C01. Grayscale: #999999. Windows color (decimal): -2137090 or 16671711. OLE color: 16671711.
HSL color Cylindrical-coordinate representation of color #DF63FE: hue angle of 288º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF63FE is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 99 | 254 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.00 |
| HSL | 288º | 0.99% | 0.69% | - |
| HSV(B) | 288º | 0.61% | 1% | - |
| XYZ | 52.78 | 31.77 | 97.12 | - |
| YUV | 153.75 | 184.58 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 99 | 254 | 0.12 | 0.61 | 0 | 0.00 | 288 | 0.99 | 0.69 |
| Hex | DF | 63 | FE | C | 3D | 0 | 0 | 120 | 63 | 45 |
| Octal | 337 | 143 | 376 | 14 | 75 | 0 | 0 | 440 | 143 | 105 |
| Binary | 11011111 | 1100011 | 11111110 | 1100 | 111101 | 0 | 0 | 100100000 | 1100011 | 1000101 |
Color Harmonies of #DF63FE
Complementary color
Monochromatic Colors of #DF63FE
Black with #DF63FE
Text Example
Text Example
White with #DF63FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF63FE; }
p { color: rgb(223,99,254); }
H1.HeaderClassName
{
color: #DF63FE;
}
.AnyTagClassName
{
color: #DF63FE;
}
</style>
background-color css
<style>
a { background-color: #DF63FE; }
a { background-color: rgb(223,99,254); }
div.DivClassName
{
background-color: #DF63FE;
}
.BgClassName
{
background-color: #DF63FE;
}
</style>
border-color css
<style>
span { border-color: #DF63FE; }
span { border-color: rgb(223,99,254); }
td.TdClassName
{
border-color: #DF63FE;
}
.TagClassName
{
border-color: #DF63FE;
}
</style>