Shades of Heliotrope #D26BEE
Tints of Heliotrope #D26BEE
RGB
CMYK
RGB Variations
Color information
#D26BEE (or 0xD26BEE) is known color: Heliotrope. HEX triplet: D2, 6B and EE. RGB value is (210,107,238). Sum of RGB (Red+Green+Blue) = 210+107+238=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #D26BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D26BEE is #2D9411. Grayscale: #989898. Windows color (decimal): -2987026 or 15625170. OLE color: 15625170.
HSL color Cylindrical-coordinate representation of color #D26BEE: hue angle of 287.18º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D26BEE is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 107 | 238 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.07 |
| HSL | 287.18º | 0.79% | 0.68% | - |
| HSV(B) | 287.18º | 0.55% | 0.93% | - |
| XYZ | 47.27 | 30.39 | 84.26 | - |
| YUV | 152.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 238 | 0.12 | 0.55 | 0 | 0.07 | 287.18 | 0.79 | 0.68 |
| Hex | D2 | 6B | EE | C | 37 | 0 | 7 | 11F | 4F | 44 |
| Octal | 322 | 153 | 356 | 14 | 67 | 0 | 7 | 437 | 117 | 104 |
| Binary | 11010010 | 1101011 | 11101110 | 1100 | 110111 | 0 | 111 | 100011111 | 1001111 | 1000100 |
Color Harmonies of #D26BEE
Complementary color
Monochromatic Colors of #D26BEE
Black with #D26BEE
Text Example
Text Example
White with #D26BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BEE; }
p { color: rgb(210,107,238); }
H1.HeaderClassName
{
color: #D26BEE;
}
.AnyTagClassName
{
color: #D26BEE;
}
</style>
background-color css
<style>
a { background-color: #D26BEE; }
a { background-color: rgb(210,107,238); }
div.DivClassName
{
background-color: #D26BEE;
}
.BgClassName
{
background-color: #D26BEE;
}
</style>
border-color css
<style>
span { border-color: #D26BEE; }
span { border-color: rgb(210,107,238); }
td.TdClassName
{
border-color: #D26BEE;
}
.TagClassName
{
border-color: #D26BEE;
}
</style>