Shades of Heliotrope #D286F9
Tints of Heliotrope #D286F9
RGB
CMYK
RGB Variations
Color information
#D286F9 (or 0xD286F9) is known color: Heliotrope. HEX triplet: D2, 86 and F9. RGB value is (210,134,249). Sum of RGB (Red+Green+Blue) = 210+134+249=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #D286F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D286F9 is #2D7906. Grayscale: #A9A9A9. Windows color (decimal): -2980103 or 16352978. OLE color: 16352978.
HSL color Cylindrical-coordinate representation of color #D286F9: hue angle of 279.65º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D286F9 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 134 | 249 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.02 |
| HSL | 279.65º | 0.91% | 0.75% | - |
| HSV(B) | 279.65º | 0.46% | 0.98% | - |
| XYZ | 52.2 | 37.59 | 94.13 | - |
| YUV | 169.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 249 | 0.16 | 0.46 | 0 | 0.02 | 279.65 | 0.91 | 0.75 |
| Hex | D2 | 86 | F9 | 10 | 2E | 0 | 2 | 118 | 5B | 4B |
| Octal | 322 | 206 | 371 | 20 | 56 | 0 | 2 | 430 | 133 | 113 |
| Binary | 11010010 | 10000110 | 11111001 | 10000 | 101110 | 0 | 10 | 100011000 | 1011011 | 1001011 |
Color Harmonies of #D286F9
Complementary color
Monochromatic Colors of #D286F9
Black with #D286F9
Text Example
Text Example
White with #D286F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D286F9; }
p { color: rgb(210,134,249); }
H1.HeaderClassName
{
color: #D286F9;
}
.AnyTagClassName
{
color: #D286F9;
}
</style>
background-color css
<style>
a { background-color: #D286F9; }
a { background-color: rgb(210,134,249); }
div.DivClassName
{
background-color: #D286F9;
}
.BgClassName
{
background-color: #D286F9;
}
</style>
border-color css
<style>
span { border-color: #D286F9; }
span { border-color: rgb(210,134,249); }
td.TdClassName
{
border-color: #D286F9;
}
.TagClassName
{
border-color: #D286F9;
}
</style>