Shades of Heliotrope #D27FEF
Tints of Heliotrope #D27FEF
RGB
CMYK
RGB Variations
Color information
#D27FEF (or 0xD27FEF) is known color: Heliotrope. HEX triplet: D2, 7F and EF. RGB value is (210,127,239). Sum of RGB (Red+Green+Blue) = 210+127+239=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 127 (50% from 255 or 22.05% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #D27FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D27FEF is #2D8010. Grayscale: #A4A4A4. Windows color (decimal): -2981905 or 15695826. OLE color: 15695826.
HSL color Cylindrical-coordinate representation of color #D27FEF: hue angle of 284.46º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27FEF is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 127 | 239 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.06 |
| HSL | 284.46º | 0.78% | 0.72% | - |
| HSV(B) | 284.46º | 0.47% | 0.94% | - |
| XYZ | 49.75 | 35.11 | 85.82 | - |
| YUV | 164.59 | 170 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 239 | 0.12 | 0.47 | 0 | 0.06 | 284.46 | 0.78 | 0.72 |
| Hex | D2 | 7F | EF | C | 2F | 0 | 6 | 11C | 4E | 48 |
| Octal | 322 | 177 | 357 | 14 | 57 | 0 | 6 | 434 | 116 | 110 |
| Binary | 11010010 | 1111111 | 11101111 | 1100 | 101111 | 0 | 110 | 100011100 | 1001110 | 1001000 |
Color Harmonies of #D27FEF
Complementary color
Monochromatic Colors of #D27FEF
Black with #D27FEF
Text Example
Text Example
White with #D27FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27FEF; }
p { color: rgb(210,127,239); }
H1.HeaderClassName
{
color: #D27FEF;
}
.AnyTagClassName
{
color: #D27FEF;
}
</style>
background-color css
<style>
a { background-color: #D27FEF; }
a { background-color: rgb(210,127,239); }
div.DivClassName
{
background-color: #D27FEF;
}
.BgClassName
{
background-color: #D27FEF;
}
</style>
border-color css
<style>
span { border-color: #D27FEF; }
span { border-color: rgb(210,127,239); }
td.TdClassName
{
border-color: #D27FEF;
}
.TagClassName
{
border-color: #D27FEF;
}
</style>