Shades of Heliotrope #D585F6
Tints of Heliotrope #D585F6
RGB
CMYK
RGB Variations
Color information
#D585F6 (or 0xD585F6) is known color: Heliotrope. HEX triplet: D5, 85 and F6. RGB value is (213,133,246). Sum of RGB (Red+Green+Blue) = 213+133+246=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #D585F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585F6 is #2A7A09. Grayscale: #A9A9A9. Windows color (decimal): -2783754 or 16156117. OLE color: 16156117.
HSL color Cylindrical-coordinate representation of color #D585F6: hue angle of 282.48º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D585F6 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 133 | 246 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.04 |
| HSL | 282.48º | 0.86% | 0.74% | - |
| HSV(B) | 282.48º | 0.46% | 0.96% | - |
| XYZ | 52.46 | 37.58 | 91.68 | - |
| YUV | 169.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 246 | 0.13 | 0.46 | 0 | 0.04 | 282.48 | 0.86 | 0.74 |
| Hex | D5 | 85 | F6 | D | 2E | 0 | 4 | 11A | 56 | 4A |
| Octal | 325 | 205 | 366 | 15 | 56 | 0 | 4 | 432 | 126 | 112 |
| Binary | 11010101 | 10000101 | 11110110 | 1101 | 101110 | 0 | 100 | 100011010 | 1010110 | 1001010 |
Color Harmonies of #D585F6
Complementary color
Monochromatic Colors of #D585F6
Black with #D585F6
Text Example
Text Example
White with #D585F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585F6; }
p { color: rgb(213,133,246); }
H1.HeaderClassName
{
color: #D585F6;
}
.AnyTagClassName
{
color: #D585F6;
}
</style>
background-color css
<style>
a { background-color: #D585F6; }
a { background-color: rgb(213,133,246); }
div.DivClassName
{
background-color: #D585F6;
}
.BgClassName
{
background-color: #D585F6;
}
</style>
border-color css
<style>
span { border-color: #D585F6; }
span { border-color: rgb(213,133,246); }
td.TdClassName
{
border-color: #D585F6;
}
.TagClassName
{
border-color: #D585F6;
}
</style>