Shades of Heliotrope #D27EEA
Tints of Heliotrope #D27EEA
RGB
CMYK
RGB Variations
Color information
#D27EEA (or 0xD27EEA) is known color: Heliotrope. HEX triplet: D2, 7E and EA. RGB value is (210,126,234). Sum of RGB (Red+Green+Blue) = 210+126+234=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #D27EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27EEA is #2D8115. Grayscale: #A3A3A3. Windows color (decimal): -2982166 or 15367890. OLE color: 15367890.
HSL color Cylindrical-coordinate representation of color #D27EEA: hue angle of 286.67º degrees, saturation: 0.72, 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 #D27EEA is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 126 | 234 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.08 |
| HSL | 286.67º | 0.72% | 0.71% | - |
| HSV(B) | 286.67º | 0.46% | 0.92% | - |
| XYZ | 48.89 | 34.56 | 81.94 | - |
| YUV | 163.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 234 | 0.10 | 0.46 | 0 | 0.08 | 286.67 | 0.72 | 0.71 |
| Hex | D2 | 7E | EA | A | 2E | 0 | 8 | 11F | 48 | 47 |
| Octal | 322 | 176 | 352 | 12 | 56 | 0 | 10 | 437 | 110 | 107 |
| Binary | 11010010 | 1111110 | 11101010 | 1010 | 101110 | 0 | 1000 | 100011111 | 1001000 | 1000111 |
Color Harmonies of #D27EEA
Complementary color
Monochromatic Colors of #D27EEA
Black with #D27EEA
Text Example
Text Example
White with #D27EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EEA; }
p { color: rgb(210,126,234); }
H1.HeaderClassName
{
color: #D27EEA;
}
.AnyTagClassName
{
color: #D27EEA;
}
</style>
background-color css
<style>
a { background-color: #D27EEA; }
a { background-color: rgb(210,126,234); }
div.DivClassName
{
background-color: #D27EEA;
}
.BgClassName
{
background-color: #D27EEA;
}
</style>
border-color css
<style>
span { border-color: #D27EEA; }
span { border-color: rgb(210,126,234); }
td.TdClassName
{
border-color: #D27EEA;
}
.TagClassName
{
border-color: #D27EEA;
}
</style>