Shades of Heliotrope #D963EB
Tints of Heliotrope #D963EB
RGB
CMYK
RGB Variations
Color information
#D963EB (or 0xD963EB) is known color: Heliotrope. HEX triplet: D9, 63 and EB. RGB value is (217,99,235). Sum of RGB (Red+Green+Blue) = 217+99+235=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 99 (39.06% from 255 or 17.97% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #D963EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D963EB is #269C14. Grayscale: #959595. Windows color (decimal): -2530325 or 15426521. OLE color: 15426521.
HSL color Cylindrical-coordinate representation of color #D963EB: hue angle of 292.06º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D963EB is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 99 | 235 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.08 |
| HSL | 292.06º | 0.77% | 0.65% | - |
| HSV(B) | 292.06º | 0.58% | 0.92% | - |
| XYZ | 48.07 | 29.67 | 81.79 | - |
| YUV | 149.79 | 176.09 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 235 | 0.08 | 0.58 | 0 | 0.08 | 292.06 | 0.77 | 0.65 |
| Hex | D9 | 63 | EB | 8 | 3A | 0 | 8 | 124 | 4D | 41 |
| Octal | 331 | 143 | 353 | 10 | 72 | 0 | 10 | 444 | 115 | 101 |
| Binary | 11011001 | 1100011 | 11101011 | 1000 | 111010 | 0 | 1000 | 100100100 | 1001101 | 1000001 |
Color Harmonies of #D963EB
Complementary color
Monochromatic Colors of #D963EB
Black with #D963EB
Text Example
Text Example
White with #D963EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963EB; }
p { color: rgb(217,99,235); }
H1.HeaderClassName
{
color: #D963EB;
}
.AnyTagClassName
{
color: #D963EB;
}
</style>
background-color css
<style>
a { background-color: #D963EB; }
a { background-color: rgb(217,99,235); }
div.DivClassName
{
background-color: #D963EB;
}
.BgClassName
{
background-color: #D963EB;
}
</style>
border-color css
<style>
span { border-color: #D963EB; }
span { border-color: rgb(217,99,235); }
td.TdClassName
{
border-color: #D963EB;
}
.TagClassName
{
border-color: #D963EB;
}
</style>