Shades of Heliotrope #D663EE
Tints of Heliotrope #D663EE
RGB
CMYK
RGB Variations
Color information
#D663EE (or 0xD663EE) is known color: Heliotrope. HEX triplet: D6, 63 and EE. RGB value is (214,99,238). Sum of RGB (Red+Green+Blue) = 214+99+238=551 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.84% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #D663EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D663EE is #299C11. Grayscale: #949494. Windows color (decimal): -2726930 or 15623126. OLE color: 15623126.
HSL color Cylindrical-coordinate representation of color #D663EE: hue angle of 289.64º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D663EE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 99 | 238 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.07 |
| HSL | 289.64º | 0.8% | 0.66% | - |
| HSV(B) | 289.64º | 0.58% | 0.93% | - |
| XYZ | 47.63 | 29.39 | 84.05 | - |
| YUV | 149.23 | 178.1 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 238 | 0.10 | 0.58 | 0 | 0.07 | 289.64 | 0.8 | 0.66 |
| Hex | D6 | 63 | EE | A | 3A | 0 | 7 | 122 | 50 | 42 |
| Octal | 326 | 143 | 356 | 12 | 72 | 0 | 7 | 442 | 120 | 102 |
| Binary | 11010110 | 1100011 | 11101110 | 1010 | 111010 | 0 | 111 | 100100010 | 1010000 | 1000010 |
Color Harmonies of #D663EE
Complementary color
Monochromatic Colors of #D663EE
Black with #D663EE
Text Example
Text Example
White with #D663EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663EE; }
p { color: rgb(214,99,238); }
H1.HeaderClassName
{
color: #D663EE;
}
.AnyTagClassName
{
color: #D663EE;
}
</style>
background-color css
<style>
a { background-color: #D663EE; }
a { background-color: rgb(214,99,238); }
div.DivClassName
{
background-color: #D663EE;
}
.BgClassName
{
background-color: #D663EE;
}
</style>
border-color css
<style>
span { border-color: #D663EE; }
span { border-color: rgb(214,99,238); }
td.TdClassName
{
border-color: #D663EE;
}
.TagClassName
{
border-color: #D663EE;
}
</style>