Shades of Heliotrope #D486EF
Tints of Heliotrope #D486EF
RGB
CMYK
RGB Variations
Color information
#D486EF (or 0xD486EF) is known color: Heliotrope. HEX triplet: D4, 86 and EF. RGB value is (212,134,239). Sum of RGB (Red+Green+Blue) = 212+134+239=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 134 (52.73% from 255 or 22.91% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #D486EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D486EF is #2B7910. Grayscale: #A8A8A8. Windows color (decimal): -2849041 or 15697620. OLE color: 15697620.
HSL color Cylindrical-coordinate representation of color #D486EF: hue angle of 284.57º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D486EF is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 134 | 239 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.06 |
| HSL | 284.57º | 0.77% | 0.73% | - |
| HSV(B) | 284.57º | 0.44% | 0.94% | - |
| XYZ | 51.26 | 37.28 | 86.16 | - |
| YUV | 169.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 134 | 239 | 0.11 | 0.44 | 0 | 0.06 | 284.57 | 0.77 | 0.73 |
| Hex | D4 | 86 | EF | B | 2C | 0 | 6 | 11D | 4D | 49 |
| Octal | 324 | 206 | 357 | 13 | 54 | 0 | 6 | 435 | 115 | 111 |
| Binary | 11010100 | 10000110 | 11101111 | 1011 | 101100 | 0 | 110 | 100011101 | 1001101 | 1001001 |
Color Harmonies of #D486EF
Complementary color
Monochromatic Colors of #D486EF
Black with #D486EF
Text Example
Text Example
White with #D486EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D486EF; }
p { color: rgb(212,134,239); }
H1.HeaderClassName
{
color: #D486EF;
}
.AnyTagClassName
{
color: #D486EF;
}
</style>
background-color css
<style>
a { background-color: #D486EF; }
a { background-color: rgb(212,134,239); }
div.DivClassName
{
background-color: #D486EF;
}
.BgClassName
{
background-color: #D486EF;
}
</style>
border-color css
<style>
span { border-color: #D486EF; }
span { border-color: rgb(212,134,239); }
td.TdClassName
{
border-color: #D486EF;
}
.TagClassName
{
border-color: #D486EF;
}
</style>