Shades of Heliotrope #D969FF
Tints of Heliotrope #D969FF
RGB
CMYK
RGB Variations
Color information
#D969FF (or 0xD969FF) is known color: Heliotrope. HEX triplet: D9, 69 and FF. RGB value is (217,105,255). Sum of RGB (Red+Green+Blue) = 217+105+255=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 105 (41.41% from 255 or 18.20% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #D969FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D969FF is #269600. Grayscale: #9B9B9B. Windows color (decimal): -2528769 or 16738777. OLE color: 16738777.
HSL color Cylindrical-coordinate representation of color #D969FF: hue angle of 284.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D969FF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 105 | 255 | - |
| CMYK | 0.15 | 0.59 | 0 | 0 |
| HSL | 284.8º | 1% | 0.71% | - |
| HSV(B) | 284.8º | 0.59% | 1% | - |
| XYZ | 51.72 | 32.07 | 98.07 | - |
| YUV | 155.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 105 | 255 | 0.15 | 0.59 | 0 | 0 | 284.8 | 1 | 0.71 |
| Hex | D9 | 69 | FF | F | 3B | 0 | 0 | 11D | 64 | 47 |
| Octal | 331 | 151 | 377 | 17 | 73 | 0 | 0 | 435 | 144 | 107 |
| Binary | 11011001 | 1101001 | 11111111 | 1111 | 111011 | 0 | 0 | 100011101 | 1100100 | 1000111 |
Color Harmonies of #D969FF
Complementary color
Monochromatic Colors of #D969FF
Black with #D969FF
Text Example
Text Example
White with #D969FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D969FF; }
p { color: rgb(217,105,255); }
H1.HeaderClassName
{
color: #D969FF;
}
.AnyTagClassName
{
color: #D969FF;
}
</style>
background-color css
<style>
a { background-color: #D969FF; }
a { background-color: rgb(217,105,255); }
div.DivClassName
{
background-color: #D969FF;
}
.BgClassName
{
background-color: #D969FF;
}
</style>
border-color css
<style>
span { border-color: #D969FF; }
span { border-color: rgb(217,105,255); }
td.TdClassName
{
border-color: #D969FF;
}
.TagClassName
{
border-color: #D969FF;
}
</style>