Shades of Heliotrope #D085FA
Tints of Heliotrope #D085FA
RGB
CMYK
RGB Variations
Color information
#D085FA (or 0xD085FA) is known color: Heliotrope. HEX triplet: D0, 85 and FA. RGB value is (208,133,250). Sum of RGB (Red+Green+Blue) = 208+133+250=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 133 (52.34% from 255 or 22.50% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #D085FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085FA is #2F7A05. Grayscale: #A8A8A8. Windows color (decimal): -3111430 or 16418256. OLE color: 16418256.
HSL color Cylindrical-coordinate representation of color #D085FA: hue angle of 278.46º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D085FA is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 133 | 250 | - |
| CMYK | 0.17 | 0.47 | 0 | 0.02 |
| HSL | 278.46º | 0.92% | 0.75% | - |
| HSV(B) | 278.46º | 0.47% | 0.98% | - |
| XYZ | 51.66 | 37.09 | 94.88 | - |
| YUV | 168.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 133 | 250 | 0.17 | 0.47 | 0 | 0.02 | 278.46 | 0.92 | 0.75 |
| Hex | D0 | 85 | FA | 11 | 2F | 0 | 2 | 116 | 5C | 4B |
| Octal | 320 | 205 | 372 | 21 | 57 | 0 | 2 | 426 | 134 | 113 |
| Binary | 11010000 | 10000101 | 11111010 | 10001 | 101111 | 0 | 10 | 100010110 | 1011100 | 1001011 |
Color Harmonies of #D085FA
Complementary color
Monochromatic Colors of #D085FA
Black with #D085FA
Text Example
Text Example
White with #D085FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D085FA; }
p { color: rgb(208,133,250); }
H1.HeaderClassName
{
color: #D085FA;
}
.AnyTagClassName
{
color: #D085FA;
}
</style>
background-color css
<style>
a { background-color: #D085FA; }
a { background-color: rgb(208,133,250); }
div.DivClassName
{
background-color: #D085FA;
}
.BgClassName
{
background-color: #D085FA;
}
</style>
border-color css
<style>
span { border-color: #D085FA; }
span { border-color: rgb(208,133,250); }
td.TdClassName
{
border-color: #D085FA;
}
.TagClassName
{
border-color: #D085FA;
}
</style>