Shades of Heliotrope #D886FA
Tints of Heliotrope #D886FA
RGB
CMYK
RGB Variations
Color information
#D886FA (or 0xD886FA) is known color: Heliotrope. HEX triplet: D8, 86 and FA. RGB value is (216,134,250). Sum of RGB (Red+Green+Blue) = 216+134+250=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #D886FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D886FA is #277905. Grayscale: #ABABAB. Windows color (decimal): -2586886 or 16418520. OLE color: 16418520.
HSL color Cylindrical-coordinate representation of color #D886FA: hue angle of 282.41º 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 #D886FA is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 134 | 250 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.02 |
| HSL | 282.41º | 0.92% | 0.75% | - |
| HSV(B) | 282.41º | 0.46% | 0.98% | - |
| XYZ | 54.1 | 38.55 | 95.03 | - |
| YUV | 171.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 250 | 0.14 | 0.46 | 0 | 0.02 | 282.41 | 0.92 | 0.75 |
| Hex | D8 | 86 | FA | E | 2E | 0 | 2 | 11A | 5C | 4B |
| Octal | 330 | 206 | 372 | 16 | 56 | 0 | 2 | 432 | 134 | 113 |
| Binary | 11011000 | 10000110 | 11111010 | 1110 | 101110 | 0 | 10 | 100011010 | 1011100 | 1001011 |
Color Harmonies of #D886FA
Complementary color
Monochromatic Colors of #D886FA
Black with #D886FA
Text Example
Text Example
White with #D886FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D886FA; }
p { color: rgb(216,134,250); }
H1.HeaderClassName
{
color: #D886FA;
}
.AnyTagClassName
{
color: #D886FA;
}
</style>
background-color css
<style>
a { background-color: #D886FA; }
a { background-color: rgb(216,134,250); }
div.DivClassName
{
background-color: #D886FA;
}
.BgClassName
{
background-color: #D886FA;
}
</style>
border-color css
<style>
span { border-color: #D886FA; }
span { border-color: rgb(216,134,250); }
td.TdClassName
{
border-color: #D886FA;
}
.TagClassName
{
border-color: #D886FA;
}
</style>