Shades of Heliotrope #D27EEB
Tints of Heliotrope #D27EEB
RGB
CMYK
RGB Variations
Color information
#D27EEB (or 0xD27EEB) is known color: Heliotrope. HEX triplet: D2, 7E and EB. RGB value is (210,126,235). Sum of RGB (Red+Green+Blue) = 210+126+235=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #D27EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27EEB is #2D8114. Grayscale: #A3A3A3. Windows color (decimal): -2982165 or 15433426. OLE color: 15433426.
HSL color Cylindrical-coordinate representation of color #D27EEB: hue angle of 286.24º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27EEB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 126 | 235 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.08 |
| HSL | 286.24º | 0.73% | 0.71% | - |
| HSV(B) | 286.24º | 0.46% | 0.92% | - |
| XYZ | 49.03 | 34.62 | 82.7 | - |
| YUV | 163.54 | 168.33 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 235 | 0.11 | 0.46 | 0 | 0.08 | 286.24 | 0.73 | 0.71 |
| Hex | D2 | 7E | EB | B | 2E | 0 | 8 | 11E | 49 | 47 |
| Octal | 322 | 176 | 353 | 13 | 56 | 0 | 10 | 436 | 111 | 107 |
| Binary | 11010010 | 1111110 | 11101011 | 1011 | 101110 | 0 | 1000 | 100011110 | 1001001 | 1000111 |
Color Harmonies of #D27EEB
Complementary color
Monochromatic Colors of #D27EEB
Black with #D27EEB
Text Example
Text Example
White with #D27EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EEB; }
p { color: rgb(210,126,235); }
H1.HeaderClassName
{
color: #D27EEB;
}
.AnyTagClassName
{
color: #D27EEB;
}
</style>
background-color css
<style>
a { background-color: #D27EEB; }
a { background-color: rgb(210,126,235); }
div.DivClassName
{
background-color: #D27EEB;
}
.BgClassName
{
background-color: #D27EEB;
}
</style>
border-color css
<style>
span { border-color: #D27EEB; }
span { border-color: rgb(210,126,235); }
td.TdClassName
{
border-color: #D27EEB;
}
.TagClassName
{
border-color: #D27EEB;
}
</style>