Shades of Heliotrope #D968FE
Tints of Heliotrope #D968FE
RGB
CMYK
RGB Variations
Color information
#D968FE (or 0xD968FE) is known color: Heliotrope. HEX triplet: D9, 68 and FE. RGB value is (217,104,254). Sum of RGB (Red+Green+Blue) = 217+104+254=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 104 (41.02% from 255 or 18.09% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #D968FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D968FE is #269701. Grayscale: #9A9A9A. Windows color (decimal): -2529026 or 16672985. OLE color: 16672985.
HSL color Cylindrical-coordinate representation of color #D968FE: hue angle of 285.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D968FE is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 104 | 254 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.00 |
| HSL | 285.2º | 0.99% | 0.7% | - |
| HSV(B) | 285.2º | 0.59% | 1% | - |
| XYZ | 51.45 | 31.81 | 97.19 | - |
| YUV | 154.89 | 183.94 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 104 | 254 | 0.15 | 0.59 | 0 | 0.00 | 285.2 | 0.99 | 0.7 |
| Hex | D9 | 68 | FE | F | 3B | 0 | 0 | 11D | 63 | 46 |
| Octal | 331 | 150 | 376 | 17 | 73 | 0 | 0 | 435 | 143 | 106 |
| Binary | 11011001 | 1101000 | 11111110 | 1111 | 111011 | 0 | 0 | 100011101 | 1100011 | 1000110 |
Color Harmonies of #D968FE
Complementary color
Monochromatic Colors of #D968FE
Black with #D968FE
Text Example
Text Example
White with #D968FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D968FE; }
p { color: rgb(217,104,254); }
H1.HeaderClassName
{
color: #D968FE;
}
.AnyTagClassName
{
color: #D968FE;
}
</style>
background-color css
<style>
a { background-color: #D968FE; }
a { background-color: rgb(217,104,254); }
div.DivClassName
{
background-color: #D968FE;
}
.BgClassName
{
background-color: #D968FE;
}
</style>
border-color css
<style>
span { border-color: #D968FE; }
span { border-color: rgb(217,104,254); }
td.TdClassName
{
border-color: #D968FE;
}
.TagClassName
{
border-color: #D968FE;
}
</style>