Shades of Heliotrope #D886F0
Tints of Heliotrope #D886F0
RGB
CMYK
RGB Variations
Color information
#D886F0 (or 0xD886F0) is known color: Heliotrope. HEX triplet: D8, 86 and F0. RGB value is (216,134,240). Sum of RGB (Red+Green+Blue) = 216+134+240=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 240 - color contains mainly: blue. Hex color #D886F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D886F0 is #27790F. Grayscale: #AAAAAA. Windows color (decimal): -2586896 or 15763160. OLE color: 15763160.
HSL color Cylindrical-coordinate representation of color #D886F0: hue angle of 286.42º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D886F0 is Cyan = 0.1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 134 | 240 | - |
| CMYK | 0.1 | 0.44 | 0 | 0.06 |
| HSL | 286.42º | 0.78% | 0.73% | - |
| HSV(B) | 286.42º | 0.44% | 0.94% | - |
| XYZ | 52.57 | 37.94 | 86.99 | - |
| YUV | 170.6 | 167.17 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 240 | 0.1 | 0.44 | 0 | 0.06 | 286.42 | 0.78 | 0.73 |
| Hex | D8 | 86 | F0 | A | 2C | 0 | 6 | 11E | 4E | 49 |
| Octal | 330 | 206 | 360 | 12 | 54 | 0 | 6 | 436 | 116 | 111 |
| Binary | 11011000 | 10000110 | 11110000 | 1010 | 101100 | 0 | 110 | 100011110 | 1001110 | 1001001 |
Color Harmonies of #D886F0
Complementary color
Monochromatic Colors of #D886F0
Black with #D886F0
Text Example
Text Example
White with #D886F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D886F0; }
p { color: rgb(216,134,240); }
H1.HeaderClassName
{
color: #D886F0;
}
.AnyTagClassName
{
color: #D886F0;
}
</style>
background-color css
<style>
a { background-color: #D886F0; }
a { background-color: rgb(216,134,240); }
div.DivClassName
{
background-color: #D886F0;
}
.BgClassName
{
background-color: #D886F0;
}
</style>
border-color css
<style>
span { border-color: #D886F0; }
span { border-color: rgb(216,134,240); }
td.TdClassName
{
border-color: #D886F0;
}
.TagClassName
{
border-color: #D886F0;
}
</style>