Shades of Heliotrope #D963FE
Tints of Heliotrope #D963FE
RGB
CMYK
RGB Variations
Color information
#D963FE (or 0xD963FE) is known color: Heliotrope. HEX triplet: D9, 63 and FE. RGB value is (217,99,254). Sum of RGB (Red+Green+Blue) = 217+99+254=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 99 (39.06% from 255 or 17.37% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #D963FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D963FE is #269C01. Grayscale: #979797. Windows color (decimal): -2530306 or 16671705. OLE color: 16671705.
HSL color Cylindrical-coordinate representation of color #D963FE: hue angle of 285.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D963FE is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 99 | 254 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.00 |
| HSL | 285.68º | 0.99% | 0.69% | - |
| HSV(B) | 285.68º | 0.61% | 1% | - |
| XYZ | 50.97 | 30.83 | 97.03 | - |
| YUV | 151.95 | 185.59 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 254 | 0.15 | 0.61 | 0 | 0.00 | 285.68 | 0.99 | 0.69 |
| Hex | D9 | 63 | FE | F | 3D | 0 | 0 | 11E | 63 | 45 |
| Octal | 331 | 143 | 376 | 17 | 75 | 0 | 0 | 436 | 143 | 105 |
| Binary | 11011001 | 1100011 | 11111110 | 1111 | 111101 | 0 | 0 | 100011110 | 1100011 | 1000101 |
Color Harmonies of #D963FE
Complementary color
Monochromatic Colors of #D963FE
Black with #D963FE
Text Example
Text Example
White with #D963FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963FE; }
p { color: rgb(217,99,254); }
H1.HeaderClassName
{
color: #D963FE;
}
.AnyTagClassName
{
color: #D963FE;
}
</style>
background-color css
<style>
a { background-color: #D963FE; }
a { background-color: rgb(217,99,254); }
div.DivClassName
{
background-color: #D963FE;
}
.BgClassName
{
background-color: #D963FE;
}
</style>
border-color css
<style>
span { border-color: #D963FE; }
span { border-color: rgb(217,99,254); }
td.TdClassName
{
border-color: #D963FE;
}
.TagClassName
{
border-color: #D963FE;
}
</style>