Shades of Heliotrope #D087FB
Tints of Heliotrope #D087FB
RGB
CMYK
RGB Variations
Color information
#D087FB (or 0xD087FB) is known color: Heliotrope. HEX triplet: D0, 87 and FB. RGB value is (208,135,251). Sum of RGB (Red+Green+Blue) = 208+135+251=594 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.02% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #D087FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D087FB is #2F7804. Grayscale: #A9A9A9. Windows color (decimal): -3110917 or 16484304. OLE color: 16484304.
HSL color Cylindrical-coordinate representation of color #D087FB: hue angle of 277.76º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D087FB is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 135 | 251 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.02 |
| HSL | 277.76º | 0.94% | 0.76% | - |
| HSV(B) | 277.76º | 0.46% | 0.98% | - |
| XYZ | 52.09 | 37.7 | 95.8 | - |
| YUV | 170.05 | 173.68 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 251 | 0.17 | 0.46 | 0 | 0.02 | 277.76 | 0.94 | 0.76 |
| Hex | D0 | 87 | FB | 11 | 2E | 0 | 2 | 116 | 5E | 4C |
| Octal | 320 | 207 | 373 | 21 | 56 | 0 | 2 | 426 | 136 | 114 |
| Binary | 11010000 | 10000111 | 11111011 | 10001 | 101110 | 0 | 10 | 100010110 | 1011110 | 1001100 |
Color Harmonies of #D087FB
Complementary color
Monochromatic Colors of #D087FB
Black with #D087FB
Text Example
Text Example
White with #D087FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087FB; }
p { color: rgb(208,135,251); }
H1.HeaderClassName
{
color: #D087FB;
}
.AnyTagClassName
{
color: #D087FB;
}
</style>
background-color css
<style>
a { background-color: #D087FB; }
a { background-color: rgb(208,135,251); }
div.DivClassName
{
background-color: #D087FB;
}
.BgClassName
{
background-color: #D087FB;
}
</style>
border-color css
<style>
span { border-color: #D087FB; }
span { border-color: rgb(208,135,251); }
td.TdClassName
{
border-color: #D087FB;
}
.TagClassName
{
border-color: #D087FB;
}
</style>