Shades of Heliotrope #D586FF
Tints of Heliotrope #D586FF
RGB
CMYK
RGB Variations
Color information
#D586FF (or 0xD586FF) is known color: Heliotrope. HEX triplet: D5, 86 and FF. RGB value is (213,134,255). Sum of RGB (Red+Green+Blue) = 213+134+255=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 134 (52.73% from 255 or 22.26% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #D586FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D586FF is #2A7900. Grayscale: #ABABAB. Windows color (decimal): -2783489 or 16746197. OLE color: 16746197.
HSL color Cylindrical-coordinate representation of color #D586FF: hue angle of 279.17º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D586FF is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 134 | 255 | - |
| CMYK | 0.16 | 0.47 | 0 | 0 |
| HSL | 279.17º | 1% | 0.76% | - |
| HSV(B) | 279.17º | 0.47% | 1% | - |
| XYZ | 54.02 | 38.42 | 99.18 | - |
| YUV | 171.42 | 175.17 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 134 | 255 | 0.16 | 0.47 | 0 | 0 | 279.17 | 1 | 0.76 |
| Hex | D5 | 86 | FF | 10 | 2F | 0 | 0 | 117 | 64 | 4C |
| Octal | 325 | 206 | 377 | 20 | 57 | 0 | 0 | 427 | 144 | 114 |
| Binary | 11010101 | 10000110 | 11111111 | 10000 | 101111 | 0 | 0 | 100010111 | 1100100 | 1001100 |
Color Harmonies of #D586FF
Complementary color
Monochromatic Colors of #D586FF
Black with #D586FF
Text Example
Text Example
White with #D586FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D586FF; }
p { color: rgb(213,134,255); }
H1.HeaderClassName
{
color: #D586FF;
}
.AnyTagClassName
{
color: #D586FF;
}
</style>
background-color css
<style>
a { background-color: #D586FF; }
a { background-color: rgb(213,134,255); }
div.DivClassName
{
background-color: #D586FF;
}
.BgClassName
{
background-color: #D586FF;
}
</style>
border-color css
<style>
span { border-color: #D586FF; }
span { border-color: rgb(213,134,255); }
td.TdClassName
{
border-color: #D586FF;
}
.TagClassName
{
border-color: #D586FF;
}
</style>