Shades of Heliotrope #D26BF9
Tints of Heliotrope #D26BF9
RGB
CMYK
RGB Variations
Color information
#D26BF9 (or 0xD26BF9) is known color: Heliotrope. HEX triplet: D2, 6B and F9. RGB value is (210,107,249). Sum of RGB (Red+Green+Blue) = 210+107+249=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #D26BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26BF9 is #2D9406. Grayscale: #999999. Windows color (decimal): -2987015 or 16346066. OLE color: 16346066.
HSL color Cylindrical-coordinate representation of color #D26BF9: hue angle of 283.52º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D26BF9 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 107 | 249 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.02 |
| HSL | 283.52º | 0.92% | 0.7% | - |
| HSV(B) | 283.52º | 0.57% | 0.98% | - |
| XYZ | 48.93 | 31.06 | 93.04 | - |
| YUV | 153.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 249 | 0.16 | 0.57 | 0 | 0.02 | 283.52 | 0.92 | 0.7 |
| Hex | D2 | 6B | F9 | 10 | 39 | 0 | 2 | 11C | 5C | 46 |
| Octal | 322 | 153 | 371 | 20 | 71 | 0 | 2 | 434 | 134 | 106 |
| Binary | 11010010 | 1101011 | 11111001 | 10000 | 111001 | 0 | 10 | 100011100 | 1011100 | 1000110 |
Color Harmonies of #D26BF9
Complementary color
Monochromatic Colors of #D26BF9
Black with #D26BF9
Text Example
Text Example
White with #D26BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BF9; }
p { color: rgb(210,107,249); }
H1.HeaderClassName
{
color: #D26BF9;
}
.AnyTagClassName
{
color: #D26BF9;
}
</style>
background-color css
<style>
a { background-color: #D26BF9; }
a { background-color: rgb(210,107,249); }
div.DivClassName
{
background-color: #D26BF9;
}
.BgClassName
{
background-color: #D26BF9;
}
</style>
border-color css
<style>
span { border-color: #D26BF9; }
span { border-color: rgb(210,107,249); }
td.TdClassName
{
border-color: #D26BF9;
}
.TagClassName
{
border-color: #D26BF9;
}
</style>