Shades of Heliotrope #D286F6
Tints of Heliotrope #D286F6
RGB
CMYK
RGB Variations
Color information
#D286F6 (or 0xD286F6) is known color: Heliotrope. HEX triplet: D2, 86 and F6. RGB value is (210,134,246). Sum of RGB (Red+Green+Blue) = 210+134+246=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #D286F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D286F6 is #2D7909. Grayscale: #A9A9A9. Windows color (decimal): -2980106 or 16156370. OLE color: 16156370.
HSL color Cylindrical-coordinate representation of color #D286F6: hue angle of 280.71º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D286F6 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 134 | 246 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.04 |
| HSL | 280.71º | 0.86% | 0.75% | - |
| HSV(B) | 280.71º | 0.46% | 0.96% | - |
| XYZ | 51.74 | 37.41 | 91.68 | - |
| YUV | 169.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 246 | 0.15 | 0.46 | 0 | 0.04 | 280.71 | 0.86 | 0.75 |
| Hex | D2 | 86 | F6 | F | 2E | 0 | 4 | 119 | 56 | 4B |
| Octal | 322 | 206 | 366 | 17 | 56 | 0 | 4 | 431 | 126 | 113 |
| Binary | 11010010 | 10000110 | 11110110 | 1111 | 101110 | 0 | 100 | 100011001 | 1010110 | 1001011 |
Color Harmonies of #D286F6
Complementary color
Monochromatic Colors of #D286F6
Black with #D286F6
Text Example
Text Example
White with #D286F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286F6; }
p { color: rgb(210,134,246); }
H1.HeaderClassName
{
color: #D286F6;
}
.AnyTagClassName
{
color: #D286F6;
}
</style>
background-color css
<style>
a { background-color: #D286F6; }
a { background-color: rgb(210,134,246); }
div.DivClassName
{
background-color: #D286F6;
}
.BgClassName
{
background-color: #D286F6;
}
</style>
border-color css
<style>
span { border-color: #D286F6; }
span { border-color: rgb(210,134,246); }
td.TdClassName
{
border-color: #D286F6;
}
.TagClassName
{
border-color: #D286F6;
}
</style>