Shades of Heliotrope #D26AFA
Tints of Heliotrope #D26AFA
RGB
CMYK
RGB Variations
Color information
#D26AFA (or 0xD26AFA) is known color: Heliotrope. HEX triplet: D2, 6A and FA. RGB value is (210,106,250). Sum of RGB (Red+Green+Blue) = 210+106+250=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 106 (41.80% from 255 or 18.73% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #D26AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26AFA is #2D9505. Grayscale: #999999. Windows color (decimal): -2987270 or 16411346. OLE color: 16411346.
HSL color Cylindrical-coordinate representation of color #D26AFA: hue angle of 283.33º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D26AFA is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 106 | 250 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.02 |
| HSL | 283.33º | 0.94% | 0.7% | - |
| HSV(B) | 283.33º | 0.58% | 0.98% | - |
| XYZ | 48.99 | 30.91 | 93.83 | - |
| YUV | 153.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 250 | 0.16 | 0.58 | 0 | 0.02 | 283.33 | 0.94 | 0.7 |
| Hex | D2 | 6A | FA | 10 | 3A | 0 | 2 | 11B | 5E | 46 |
| Octal | 322 | 152 | 372 | 20 | 72 | 0 | 2 | 433 | 136 | 106 |
| Binary | 11010010 | 1101010 | 11111010 | 10000 | 111010 | 0 | 10 | 100011011 | 1011110 | 1000110 |
Color Harmonies of #D26AFA
Complementary color
Monochromatic Colors of #D26AFA
Black with #D26AFA
Text Example
Text Example
White with #D26AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26AFA; }
p { color: rgb(210,106,250); }
H1.HeaderClassName
{
color: #D26AFA;
}
.AnyTagClassName
{
color: #D26AFA;
}
</style>
background-color css
<style>
a { background-color: #D26AFA; }
a { background-color: rgb(210,106,250); }
div.DivClassName
{
background-color: #D26AFA;
}
.BgClassName
{
background-color: #D26AFA;
}
</style>
border-color css
<style>
span { border-color: #D26AFA; }
span { border-color: rgb(210,106,250); }
td.TdClassName
{
border-color: #D26AFA;
}
.TagClassName
{
border-color: #D26AFA;
}
</style>