Shades of Heliotrope #D27EF9
Tints of Heliotrope #D27EF9
RGB
CMYK
RGB Variations
Color information
#D27EF9 (or 0xD27EF9) is known color: Heliotrope. HEX triplet: D2, 7E and F9. RGB value is (210,126,249). Sum of RGB (Red+Green+Blue) = 210+126+249=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 126 (49.61% from 255 or 21.54% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #D27EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27EF9 is #2D8106. Grayscale: #A4A4A4. Windows color (decimal): -2982151 or 16350930. OLE color: 16350930.
HSL color Cylindrical-coordinate representation of color #D27EF9: hue angle of 280.98º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27EF9 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 126 | 249 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.02 |
| HSL | 280.98º | 0.91% | 0.74% | - |
| HSV(B) | 280.98º | 0.49% | 0.98% | - |
| XYZ | 51.14 | 35.46 | 93.77 | - |
| YUV | 165.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 249 | 0.16 | 0.49 | 0 | 0.02 | 280.98 | 0.91 | 0.74 |
| Hex | D2 | 7E | F9 | 10 | 31 | 0 | 2 | 119 | 5B | 4A |
| Octal | 322 | 176 | 371 | 20 | 61 | 0 | 2 | 431 | 133 | 112 |
| Binary | 11010010 | 1111110 | 11111001 | 10000 | 110001 | 0 | 10 | 100011001 | 1011011 | 1001010 |
Color Harmonies of #D27EF9
Complementary color
Monochromatic Colors of #D27EF9
Black with #D27EF9
Text Example
Text Example
White with #D27EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27EF9; }
p { color: rgb(210,126,249); }
H1.HeaderClassName
{
color: #D27EF9;
}
.AnyTagClassName
{
color: #D27EF9;
}
</style>
background-color css
<style>
a { background-color: #D27EF9; }
a { background-color: rgb(210,126,249); }
div.DivClassName
{
background-color: #D27EF9;
}
.BgClassName
{
background-color: #D27EF9;
}
</style>
border-color css
<style>
span { border-color: #D27EF9; }
span { border-color: rgb(210,126,249); }
td.TdClassName
{
border-color: #D27EF9;
}
.TagClassName
{
border-color: #D27EF9;
}
</style>