Shades of Heliotrope #D386FB
Tints of Heliotrope #D386FB
RGB
CMYK
RGB Variations
Color information
#D386FB (or 0xD386FB) is known color: Heliotrope. HEX triplet: D3, 86 and FB. RGB value is (211,134,251). Sum of RGB (Red+Green+Blue) = 211+134+251=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 134 (52.73% from 255 or 22.48% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #D386FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D386FB is #2C7904. Grayscale: #A9A9A9. Windows color (decimal): -2914565 or 16484051. OLE color: 16484051.
HSL color Cylindrical-coordinate representation of color #D386FB: hue angle of 279.49º degrees, saturation: 0.94, 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 #D386FB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 134 | 251 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.02 |
| HSL | 279.49º | 0.94% | 0.75% | - |
| HSV(B) | 279.49º | 0.47% | 0.98% | - |
| XYZ | 52.8 | 37.86 | 95.79 | - |
| YUV | 170.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 134 | 251 | 0.16 | 0.47 | 0 | 0.02 | 279.49 | 0.94 | 0.75 |
| Hex | D3 | 86 | FB | 10 | 2F | 0 | 2 | 117 | 5E | 4B |
| Octal | 323 | 206 | 373 | 20 | 57 | 0 | 2 | 427 | 136 | 113 |
| Binary | 11010011 | 10000110 | 11111011 | 10000 | 101111 | 0 | 10 | 100010111 | 1011110 | 1001011 |
Color Harmonies of #D386FB
Complementary color
Monochromatic Colors of #D386FB
Black with #D386FB
Text Example
Text Example
White with #D386FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D386FB; }
p { color: rgb(211,134,251); }
H1.HeaderClassName
{
color: #D386FB;
}
.AnyTagClassName
{
color: #D386FB;
}
</style>
background-color css
<style>
a { background-color: #D386FB; }
a { background-color: rgb(211,134,251); }
div.DivClassName
{
background-color: #D386FB;
}
.BgClassName
{
background-color: #D386FB;
}
</style>
border-color css
<style>
span { border-color: #D386FB; }
span { border-color: rgb(211,134,251); }
td.TdClassName
{
border-color: #D386FB;
}
.TagClassName
{
border-color: #D386FB;
}
</style>