Shades of Heliotrope #D869FF
Tints of Heliotrope #D869FF
RGB
CMYK
RGB Variations
Color information
#D869FF (or 0xD869FF) is known color: Heliotrope. HEX triplet: D8, 69 and FF. RGB value is (216,105,255). Sum of RGB (Red+Green+Blue) = 216+105+255=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 105 (41.41% from 255 or 18.23% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #D869FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D869FF is #279600. Grayscale: #9A9A9A. Windows color (decimal): -2594305 or 16738776. OLE color: 16738776.
HSL color Cylindrical-coordinate representation of color #D869FF: hue angle of 284.4º 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 #D869FF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 105 | 255 | - |
| CMYK | 0.15 | 0.59 | 0 | 0 |
| HSL | 284.4º | 1% | 0.71% | - |
| HSV(B) | 284.4º | 0.59% | 1% | - |
| XYZ | 51.42 | 31.92 | 98.06 | - |
| YUV | 155.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 255 | 0.15 | 0.59 | 0 | 0 | 284.4 | 1 | 0.71 |
| Hex | D8 | 69 | FF | F | 3B | 0 | 0 | 11C | 64 | 47 |
| Octal | 330 | 151 | 377 | 17 | 73 | 0 | 0 | 434 | 144 | 107 |
| Binary | 11011000 | 1101001 | 11111111 | 1111 | 111011 | 0 | 0 | 100011100 | 1100100 | 1000111 |
Color Harmonies of #D869FF
Complementary color
Monochromatic Colors of #D869FF
Black with #D869FF
Text Example
Text Example
White with #D869FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869FF; }
p { color: rgb(216,105,255); }
H1.HeaderClassName
{
color: #D869FF;
}
.AnyTagClassName
{
color: #D869FF;
}
</style>
background-color css
<style>
a { background-color: #D869FF; }
a { background-color: rgb(216,105,255); }
div.DivClassName
{
background-color: #D869FF;
}
.BgClassName
{
background-color: #D869FF;
}
</style>
border-color css
<style>
span { border-color: #D869FF; }
span { border-color: rgb(216,105,255); }
td.TdClassName
{
border-color: #D869FF;
}
.TagClassName
{
border-color: #D869FF;
}
</style>