Shades of Heliotrope #D985FF
Tints of Heliotrope #D985FF
RGB
CMYK
RGB Variations
Color information
#D985FF (or 0xD985FF) is known color: Heliotrope. HEX triplet: D9, 85 and FF. RGB value is (217,133,255). Sum of RGB (Red+Green+Blue) = 217+133+255=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 133 (52.34% from 255 or 21.98% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #D985FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985FF is #267A00. Grayscale: #ABABAB. Windows color (decimal): -2521601 or 16745945. OLE color: 16745945.
HSL color Cylindrical-coordinate representation of color #D985FF: hue angle of 281.31º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D985FF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 133 | 255 | - |
| CMYK | 0.15 | 0.48 | 0 | 0 |
| HSL | 281.31º | 1% | 0.76% | - |
| HSV(B) | 281.31º | 0.48% | 1% | - |
| XYZ | 55.05 | 38.75 | 99.19 | - |
| YUV | 172.02 | 174.83 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 133 | 255 | 0.15 | 0.48 | 0 | 0 | 281.31 | 1 | 0.76 |
| Hex | D9 | 85 | FF | F | 30 | 0 | 0 | 119 | 64 | 4C |
| Octal | 331 | 205 | 377 | 17 | 60 | 0 | 0 | 431 | 144 | 114 |
| Binary | 11011001 | 10000101 | 11111111 | 1111 | 110000 | 0 | 0 | 100011001 | 1100100 | 1001100 |
Color Harmonies of #D985FF
Complementary color
Monochromatic Colors of #D985FF
Black with #D985FF
Text Example
Text Example
White with #D985FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D985FF; }
p { color: rgb(217,133,255); }
H1.HeaderClassName
{
color: #D985FF;
}
.AnyTagClassName
{
color: #D985FF;
}
</style>
background-color css
<style>
a { background-color: #D985FF; }
a { background-color: rgb(217,133,255); }
div.DivClassName
{
background-color: #D985FF;
}
.BgClassName
{
background-color: #D985FF;
}
</style>
border-color css
<style>
span { border-color: #D985FF; }
span { border-color: rgb(217,133,255); }
td.TdClassName
{
border-color: #D985FF;
}
.TagClassName
{
border-color: #D985FF;
}
</style>