Shades of Heliotrope #D967FF
Tints of Heliotrope #D967FF
RGB
CMYK
RGB Variations
Color information
#D967FF (or 0xD967FF) is known color: Heliotrope. HEX triplet: D9, 67 and FF. RGB value is (217,103,255). Sum of RGB (Red+Green+Blue) = 217+103+255=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 103 (40.62% from 255 or 17.91% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #D967FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D967FF is #269800. Grayscale: #999999. Windows color (decimal): -2529281 or 16738265. OLE color: 16738265.
HSL color Cylindrical-coordinate representation of color #D967FF: hue angle of 285º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D967FF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 103 | 255 | - |
| CMYK | 0.15 | 0.60 | 0 | 0 |
| HSL | 285º | 1% | 0.7% | - |
| HSV(B) | 285º | 0.6% | 1% | - |
| XYZ | 51.52 | 31.67 | 98.01 | - |
| YUV | 154.41 | 184.77 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 255 | 0.15 | 0.60 | 0 | 0 | 285 | 1 | 0.7 |
| Hex | D9 | 67 | FF | F | 3C | 0 | 0 | 11D | 64 | 46 |
| Octal | 331 | 147 | 377 | 17 | 74 | 0 | 0 | 435 | 144 | 106 |
| Binary | 11011001 | 1100111 | 11111111 | 1111 | 111100 | 0 | 0 | 100011101 | 1100100 | 1000110 |
Color Harmonies of #D967FF
Complementary color
Monochromatic Colors of #D967FF
Black with #D967FF
Text Example
Text Example
White with #D967FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D967FF; }
p { color: rgb(217,103,255); }
H1.HeaderClassName
{
color: #D967FF;
}
.AnyTagClassName
{
color: #D967FF;
}
</style>
background-color css
<style>
a { background-color: #D967FF; }
a { background-color: rgb(217,103,255); }
div.DivClassName
{
background-color: #D967FF;
}
.BgClassName
{
background-color: #D967FF;
}
</style>
border-color css
<style>
span { border-color: #D967FF; }
span { border-color: rgb(217,103,255); }
td.TdClassName
{
border-color: #D967FF;
}
.TagClassName
{
border-color: #D967FF;
}
</style>