Shades of Heliotrope #DE65FF
Tints of Heliotrope #DE65FF
RGB
CMYK
RGB Variations
Color information
#DE65FF (or 0xDE65FF) is known color: Heliotrope. HEX triplet: DE, 65 and FF. RGB value is (222,101,255). Sum of RGB (Red+Green+Blue) = 222+101+255=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 101 (39.84% from 255 or 17.47% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE65FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE65FF is #219A00. Grayscale: #9A9A9A. Windows color (decimal): -2202113 or 16737758. OLE color: 16737758.
HSL color Cylindrical-coordinate representation of color #DE65FF: hue angle of 287.14º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE65FF is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 101 | 255 | - |
| CMYK | 0.13 | 0.60 | 0 | 0 |
| HSL | 287.14º | 1% | 0.7% | - |
| HSV(B) | 287.14º | 0.6% | 1% | - |
| XYZ | 52.83 | 32.06 | 98.01 | - |
| YUV | 154.74 | 184.59 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 101 | 255 | 0.13 | 0.60 | 0 | 0 | 287.14 | 1 | 0.7 |
| Hex | DE | 65 | FF | D | 3C | 0 | 0 | 11F | 64 | 46 |
| Octal | 336 | 145 | 377 | 15 | 74 | 0 | 0 | 437 | 144 | 106 |
| Binary | 11011110 | 1100101 | 11111111 | 1101 | 111100 | 0 | 0 | 100011111 | 1100100 | 1000110 |
Color Harmonies of #DE65FF
Complementary color
Monochromatic Colors of #DE65FF
Black with #DE65FF
Text Example
Text Example
White with #DE65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE65FF; }
p { color: rgb(222,101,255); }
H1.HeaderClassName
{
color: #DE65FF;
}
.AnyTagClassName
{
color: #DE65FF;
}
</style>
background-color css
<style>
a { background-color: #DE65FF; }
a { background-color: rgb(222,101,255); }
div.DivClassName
{
background-color: #DE65FF;
}
.BgClassName
{
background-color: #DE65FF;
}
</style>
border-color css
<style>
span { border-color: #DE65FF; }
span { border-color: rgb(222,101,255); }
td.TdClassName
{
border-color: #DE65FF;
}
.TagClassName
{
border-color: #DE65FF;
}
</style>