Shades of Heliotrope #D087FE
Tints of Heliotrope #D087FE
RGB
CMYK
RGB Variations
Color information
#D087FE (or 0xD087FE) is known color: Heliotrope. HEX triplet: D0, 87 and FE. RGB value is (208,135,254). Sum of RGB (Red+Green+Blue) = 208+135+254=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 135 (53.12% from 255 or 22.61% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #D087FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D087FE is #2F7801. Grayscale: #A9A9A9. Windows color (decimal): -3110914 or 16680912. OLE color: 16680912.
HSL color Cylindrical-coordinate representation of color #D087FE: hue angle of 276.81º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D087FE is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 135 | 254 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.00 |
| HSL | 276.81º | 0.98% | 0.76% | - |
| HSV(B) | 276.81º | 0.47% | 1% | - |
| XYZ | 52.57 | 37.89 | 98.31 | - |
| YUV | 170.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 135 | 254 | 0.18 | 0.47 | 0 | 0.00 | 276.81 | 0.98 | 0.76 |
| Hex | D0 | 87 | FE | 12 | 2F | 0 | 0 | 115 | 62 | 4C |
| Octal | 320 | 207 | 376 | 22 | 57 | 0 | 0 | 425 | 142 | 114 |
| Binary | 11010000 | 10000111 | 11111110 | 10010 | 101111 | 0 | 0 | 100010101 | 1100010 | 1001100 |
Color Harmonies of #D087FE
Complementary color
Monochromatic Colors of #D087FE
Black with #D087FE
Text Example
Text Example
White with #D087FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D087FE; }
p { color: rgb(208,135,254); }
H1.HeaderClassName
{
color: #D087FE;
}
.AnyTagClassName
{
color: #D087FE;
}
</style>
background-color css
<style>
a { background-color: #D087FE; }
a { background-color: rgb(208,135,254); }
div.DivClassName
{
background-color: #D087FE;
}
.BgClassName
{
background-color: #D087FE;
}
</style>
border-color css
<style>
span { border-color: #D087FE; }
span { border-color: rgb(208,135,254); }
td.TdClassName
{
border-color: #D087FE;
}
.TagClassName
{
border-color: #D087FE;
}
</style>