Shades of Heliotrope #DE66F2
Tints of Heliotrope #DE66F2
RGB
CMYK
RGB Variations
Color information
#DE66F2 (or 0xDE66F2) is known color: Heliotrope. HEX triplet: DE, 66 and F2. RGB value is (222,102,242). Sum of RGB (Red+Green+Blue) = 222+102+242=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE66F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE66F2 is #21990D. Grayscale: #999999. Windows color (decimal): -2201870 or 15886046. OLE color: 15886046.
HSL color Cylindrical-coordinate representation of color #DE66F2: hue angle of 291.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE66F2 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 102 | 242 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.05 |
| HSL | 291.43º | 0.84% | 0.67% | - |
| HSV(B) | 291.43º | 0.58% | 0.95% | - |
| XYZ | 50.9 | 31.44 | 87.39 | - |
| YUV | 153.84 | 177.76 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 242 | 0.08 | 0.58 | 0 | 0.05 | 291.43 | 0.84 | 0.67 |
| Hex | DE | 66 | F2 | 8 | 3A | 0 | 5 | 123 | 54 | 43 |
| Octal | 336 | 146 | 362 | 10 | 72 | 0 | 5 | 443 | 124 | 103 |
| Binary | 11011110 | 1100110 | 11110010 | 1000 | 111010 | 0 | 101 | 100100011 | 1010100 | 1000011 |
Color Harmonies of #DE66F2
Complementary color
Monochromatic Colors of #DE66F2
Black with #DE66F2
Text Example
Text Example
White with #DE66F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE66F2; }
p { color: rgb(222,102,242); }
H1.HeaderClassName
{
color: #DE66F2;
}
.AnyTagClassName
{
color: #DE66F2;
}
</style>
background-color css
<style>
a { background-color: #DE66F2; }
a { background-color: rgb(222,102,242); }
div.DivClassName
{
background-color: #DE66F2;
}
.BgClassName
{
background-color: #DE66F2;
}
</style>
border-color css
<style>
span { border-color: #DE66F2; }
span { border-color: rgb(222,102,242); }
td.TdClassName
{
border-color: #DE66F2;
}
.TagClassName
{
border-color: #DE66F2;
}
</style>