Shades of Heliotrope #D26DFB
Tints of Heliotrope #D26DFB
RGB
CMYK
RGB Variations
Color information
#D26DFB (or 0xD26DFB) is known color: Heliotrope. HEX triplet: D2, 6D and FB. RGB value is (210,109,251). Sum of RGB (Red+Green+Blue) = 210+109+251=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #D26DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26DFB is #2D9204. Grayscale: #9A9A9A. Windows color (decimal): -2986501 or 16477650. OLE color: 16477650.
HSL color Cylindrical-coordinate representation of color #D26DFB: hue angle of 282.68º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D26DFB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 109 | 251 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.02 |
| HSL | 282.68º | 0.95% | 0.71% | - |
| HSV(B) | 282.68º | 0.57% | 0.98% | - |
| XYZ | 49.46 | 31.6 | 94.76 | - |
| YUV | 155.39 | 181.96 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 251 | 0.16 | 0.57 | 0 | 0.02 | 282.68 | 0.95 | 0.71 |
| Hex | D2 | 6D | FB | 10 | 39 | 0 | 2 | 11B | 5F | 47 |
| Octal | 322 | 155 | 373 | 20 | 71 | 0 | 2 | 433 | 137 | 107 |
| Binary | 11010010 | 1101101 | 11111011 | 10000 | 111001 | 0 | 10 | 100011011 | 1011111 | 1000111 |
Color Harmonies of #D26DFB
Complementary color
Monochromatic Colors of #D26DFB
Black with #D26DFB
Text Example
Text Example
White with #D26DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DFB; }
p { color: rgb(210,109,251); }
H1.HeaderClassName
{
color: #D26DFB;
}
.AnyTagClassName
{
color: #D26DFB;
}
</style>
background-color css
<style>
a { background-color: #D26DFB; }
a { background-color: rgb(210,109,251); }
div.DivClassName
{
background-color: #D26DFB;
}
.BgClassName
{
background-color: #D26DFB;
}
</style>
border-color css
<style>
span { border-color: #D26DFB; }
span { border-color: rgb(210,109,251); }
td.TdClassName
{
border-color: #D26DFB;
}
.TagClassName
{
border-color: #D26DFB;
}
</style>