Shades of Heliotrope #D586FA
Tints of Heliotrope #D586FA
RGB
CMYK
RGB Variations
Color information
#D586FA (or 0xD586FA) is known color: Heliotrope. HEX triplet: D5, 86 and FA. RGB value is (213,134,250). Sum of RGB (Red+Green+Blue) = 213+134+250=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #D586FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D586FA is #2A7905. Grayscale: #AAAAAA. Windows color (decimal): -2783494 or 16418517. OLE color: 16418517.
HSL color Cylindrical-coordinate representation of color #D586FA: hue angle of 280.86º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D586FA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 134 | 250 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.02 |
| HSL | 280.86º | 0.92% | 0.75% | - |
| HSV(B) | 280.86º | 0.46% | 0.98% | - |
| XYZ | 53.22 | 38.1 | 94.99 | - |
| YUV | 170.85 | 172.67 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 250 | 0.15 | 0.46 | 0 | 0.02 | 280.86 | 0.92 | 0.75 |
| Hex | D5 | 86 | FA | F | 2E | 0 | 2 | 119 | 5C | 4B |
| Octal | 325 | 206 | 372 | 17 | 56 | 0 | 2 | 431 | 134 | 113 |
| Binary | 11010101 | 10000110 | 11111010 | 1111 | 101110 | 0 | 10 | 100011001 | 1011100 | 1001011 |
Color Harmonies of #D586FA
Complementary color
Monochromatic Colors of #D586FA
Black with #D586FA
Text Example
Text Example
White with #D586FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586FA; }
p { color: rgb(213,134,250); }
H1.HeaderClassName
{
color: #D586FA;
}
.AnyTagClassName
{
color: #D586FA;
}
</style>
background-color css
<style>
a { background-color: #D586FA; }
a { background-color: rgb(213,134,250); }
div.DivClassName
{
background-color: #D586FA;
}
.BgClassName
{
background-color: #D586FA;
}
</style>
border-color css
<style>
span { border-color: #D586FA; }
span { border-color: rgb(213,134,250); }
td.TdClassName
{
border-color: #D586FA;
}
.TagClassName
{
border-color: #D586FA;
}
</style>