Shades of Heliotrope #DE63FF
Tints of Heliotrope #DE63FF
RGB
CMYK
RGB Variations
Color information
#DE63FF (or 0xDE63FF) is known color: Heliotrope. HEX triplet: DE, 63 and FF. RGB value is (222,99,255). Sum of RGB (Red+Green+Blue) = 222+99+255=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 99 (39.06% from 255 or 17.19% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE63FF is #219C00. Grayscale: #999999. Windows color (decimal): -2202625 or 16737246. OLE color: 16737246.
HSL color Cylindrical-coordinate representation of color #DE63FF: hue angle of 287.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE63FF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 99 | 255 | - |
| CMYK | 0.13 | 0.61 | 0 | 0 |
| HSL | 287.31º | 1% | 0.69% | - |
| HSV(B) | 287.31º | 0.61% | 1% | - |
| XYZ | 52.64 | 31.67 | 97.95 | - |
| YUV | 153.56 | 185.25 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 99 | 255 | 0.13 | 0.61 | 0 | 0 | 287.31 | 1 | 0.69 |
| Hex | DE | 63 | FF | D | 3D | 0 | 0 | 11F | 64 | 45 |
| Octal | 336 | 143 | 377 | 15 | 75 | 0 | 0 | 437 | 144 | 105 |
| Binary | 11011110 | 1100011 | 11111111 | 1101 | 111101 | 0 | 0 | 100011111 | 1100100 | 1000101 |
Color Harmonies of #DE63FF
Complementary color
Monochromatic Colors of #DE63FF
Black with #DE63FF
Text Example
Text Example
White with #DE63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE63FF; }
p { color: rgb(222,99,255); }
H1.HeaderClassName
{
color: #DE63FF;
}
.AnyTagClassName
{
color: #DE63FF;
}
</style>
background-color css
<style>
a { background-color: #DE63FF; }
a { background-color: rgb(222,99,255); }
div.DivClassName
{
background-color: #DE63FF;
}
.BgClassName
{
background-color: #DE63FF;
}
</style>
border-color css
<style>
span { border-color: #DE63FF; }
span { border-color: rgb(222,99,255); }
td.TdClassName
{
border-color: #DE63FF;
}
.TagClassName
{
border-color: #DE63FF;
}
</style>