Shades of Heliotrope #D26DEF
Tints of Heliotrope #D26DEF
RGB
CMYK
RGB Variations
Color information
#D26DEF (or 0xD26DEF) is known color: Heliotrope. HEX triplet: D2, 6D and EF. RGB value is (210,109,239). Sum of RGB (Red+Green+Blue) = 210+109+239=558 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.63% from 558); Green value is 109 (42.97% from 255 or 19.53% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #D26DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26DEF is #2D9210. Grayscale: #999999. Windows color (decimal): -2986513 or 15691218. OLE color: 15691218.
HSL color Cylindrical-coordinate representation of color #D26DEF: hue angle of 286.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26DEF is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 109 | 239 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.06 |
| HSL | 286.62º | 0.8% | 0.68% | - |
| HSV(B) | 286.62º | 0.54% | 0.94% | - |
| XYZ | 47.63 | 30.87 | 85.11 | - |
| YUV | 154.02 | 175.96 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 239 | 0.12 | 0.54 | 0 | 0.06 | 286.62 | 0.8 | 0.68 |
| Hex | D2 | 6D | EF | C | 36 | 0 | 6 | 11F | 50 | 44 |
| Octal | 322 | 155 | 357 | 14 | 66 | 0 | 6 | 437 | 120 | 104 |
| Binary | 11010010 | 1101101 | 11101111 | 1100 | 110110 | 0 | 110 | 100011111 | 1010000 | 1000100 |
Color Harmonies of #D26DEF
Complementary color
Monochromatic Colors of #D26DEF
Black with #D26DEF
Text Example
Text Example
White with #D26DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DEF; }
p { color: rgb(210,109,239); }
H1.HeaderClassName
{
color: #D26DEF;
}
.AnyTagClassName
{
color: #D26DEF;
}
</style>
background-color css
<style>
a { background-color: #D26DEF; }
a { background-color: rgb(210,109,239); }
div.DivClassName
{
background-color: #D26DEF;
}
.BgClassName
{
background-color: #D26DEF;
}
</style>
border-color css
<style>
span { border-color: #D26DEF; }
span { border-color: rgb(210,109,239); }
td.TdClassName
{
border-color: #D26DEF;
}
.TagClassName
{
border-color: #D26DEF;
}
</style>