Shades of Heliotrope #D26DED
Tints of Heliotrope #D26DED
RGB
CMYK
RGB Variations
Color information
#D26DED (or 0xD26DED) is known color: Heliotrope. HEX triplet: D2, 6D and ED. RGB value is (210,109,237). Sum of RGB (Red+Green+Blue) = 210+109+237=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #D26DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26DED is #2D9212. Grayscale: #999999. Windows color (decimal): -2986515 or 15560146. OLE color: 15560146.
HSL color Cylindrical-coordinate representation of color #D26DED: hue angle of 287.34º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26DED is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 109 | 237 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.07 |
| HSL | 287.34º | 0.78% | 0.68% | - |
| HSV(B) | 287.34º | 0.54% | 0.93% | - |
| XYZ | 47.33 | 30.75 | 83.56 | - |
| YUV | 153.79 | 174.96 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 237 | 0.11 | 0.54 | 0 | 0.07 | 287.34 | 0.78 | 0.68 |
| Hex | D2 | 6D | ED | B | 36 | 0 | 7 | 11F | 4E | 44 |
| Octal | 322 | 155 | 355 | 13 | 66 | 0 | 7 | 437 | 116 | 104 |
| Binary | 11010010 | 1101101 | 11101101 | 1011 | 110110 | 0 | 111 | 100011111 | 1001110 | 1000100 |
Color Harmonies of #D26DED
Complementary color
Monochromatic Colors of #D26DED
Black with #D26DED
Text Example
Text Example
White with #D26DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DED; }
p { color: rgb(210,109,237); }
H1.HeaderClassName
{
color: #D26DED;
}
.AnyTagClassName
{
color: #D26DED;
}
</style>
background-color css
<style>
a { background-color: #D26DED; }
a { background-color: rgb(210,109,237); }
div.DivClassName
{
background-color: #D26DED;
}
.BgClassName
{
background-color: #D26DED;
}
</style>
border-color css
<style>
span { border-color: #D26DED; }
span { border-color: rgb(210,109,237); }
td.TdClassName
{
border-color: #D26DED;
}
.TagClassName
{
border-color: #D26DED;
}
</style>