Shades of Heliotrope #D087F7
Tints of Heliotrope #D087F7
RGB
CMYK
RGB Variations
Color information
#D087F7 (or 0xD087F7) is known color: Heliotrope. HEX triplet: D0, 87 and F7. RGB value is (208,135,247). Sum of RGB (Red+Green+Blue) = 208+135+247=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 135 (53.12% from 255 or 22.88% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #D087F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D087F7 is #2F7808. Grayscale: #A9A9A9. Windows color (decimal): -3110921 or 16222160. OLE color: 16222160.
HSL color Cylindrical-coordinate representation of color #D087F7: hue angle of 279.11º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D087F7 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 135 | 247 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.03 |
| HSL | 279.11º | 0.88% | 0.75% | - |
| HSV(B) | 279.11º | 0.45% | 0.97% | - |
| XYZ | 51.46 | 37.45 | 92.51 | - |
| YUV | 169.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 247 | 0.16 | 0.45 | 0 | 0.03 | 279.11 | 0.88 | 0.75 |
| Hex | D0 | 87 | F7 | 10 | 2D | 0 | 3 | 117 | 58 | 4B |
| Octal | 320 | 207 | 367 | 20 | 55 | 0 | 3 | 427 | 130 | 113 |
| Binary | 11010000 | 10000111 | 11110111 | 10000 | 101101 | 0 | 11 | 100010111 | 1011000 | 1001011 |
Color Harmonies of #D087F7
Complementary color
Monochromatic Colors of #D087F7
Black with #D087F7
Text Example
Text Example
White with #D087F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087F7; }
p { color: rgb(208,135,247); }
H1.HeaderClassName
{
color: #D087F7;
}
.AnyTagClassName
{
color: #D087F7;
}
</style>
background-color css
<style>
a { background-color: #D087F7; }
a { background-color: rgb(208,135,247); }
div.DivClassName
{
background-color: #D087F7;
}
.BgClassName
{
background-color: #D087F7;
}
</style>
border-color css
<style>
span { border-color: #D087F7; }
span { border-color: rgb(208,135,247); }
td.TdClassName
{
border-color: #D087F7;
}
.TagClassName
{
border-color: #D087F7;
}
</style>