Shades of Heliotrope #D987FE
Tints of Heliotrope #D987FE
RGB
CMYK
RGB Variations
Color information
#D987FE (or 0xD987FE) is known color: Heliotrope. HEX triplet: D9, 87 and FE. RGB value is (217,135,254). Sum of RGB (Red+Green+Blue) = 217+135+254=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 135 (53.12% from 255 or 22.28% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #D987FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D987FE is #267801. Grayscale: #ACACAC. Windows color (decimal): -2521090 or 16680921. OLE color: 16680921.
HSL color Cylindrical-coordinate representation of color #D987FE: hue angle of 281.34º 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 #D987FE is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 135 | 254 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.00 |
| HSL | 281.34º | 0.98% | 0.76% | - |
| HSV(B) | 281.34º | 0.47% | 1% | - |
| XYZ | 55.17 | 39.24 | 98.43 | - |
| YUV | 173.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 135 | 254 | 0.15 | 0.47 | 0 | 0.00 | 281.34 | 0.98 | 0.76 |
| Hex | D9 | 87 | FE | F | 2F | 0 | 0 | 119 | 62 | 4C |
| Octal | 331 | 207 | 376 | 17 | 57 | 0 | 0 | 431 | 142 | 114 |
| Binary | 11011001 | 10000111 | 11111110 | 1111 | 101111 | 0 | 0 | 100011001 | 1100010 | 1001100 |
Color Harmonies of #D987FE
Complementary color
Monochromatic Colors of #D987FE
Black with #D987FE
Text Example
Text Example
White with #D987FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D987FE; }
p { color: rgb(217,135,254); }
H1.HeaderClassName
{
color: #D987FE;
}
.AnyTagClassName
{
color: #D987FE;
}
</style>
background-color css
<style>
a { background-color: #D987FE; }
a { background-color: rgb(217,135,254); }
div.DivClassName
{
background-color: #D987FE;
}
.BgClassName
{
background-color: #D987FE;
}
</style>
border-color css
<style>
span { border-color: #D987FE; }
span { border-color: rgb(217,135,254); }
td.TdClassName
{
border-color: #D987FE;
}
.TagClassName
{
border-color: #D987FE;
}
</style>