Shades of Heliotrope #D840FE
Tints of Heliotrope #D840FE
RGB
CMYK
RGB Variations
Color information
#D840FE (or 0xD840FE) is known color: Heliotrope. HEX triplet: D8, 40 and FE. RGB value is (216,64,254). Sum of RGB (Red+Green+Blue) = 216+64+254=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #D840FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D840FE is #27BF01. Grayscale: #828282. Windows color (decimal): -2604802 or 16662744. OLE color: 16662744.
HSL color Cylindrical-coordinate representation of color #D840FE: hue angle of 288º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D840FE is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 64 | 254 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.00 |
| HSL | 288º | 0.99% | 0.62% | - |
| HSV(B) | 288º | 0.75% | 1% | - |
| XYZ | 48.04 | 25.42 | 96.14 | - |
| YUV | 131.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 254 | 0.15 | 0.75 | 0 | 0.00 | 288 | 0.99 | 0.62 |
| Hex | D8 | 40 | FE | F | 4B | 0 | 0 | 120 | 63 | 3E |
| Octal | 330 | 100 | 376 | 17 | 113 | 0 | 0 | 440 | 143 | 76 |
| Binary | 11011000 | 1000000 | 11111110 | 1111 | 1001011 | 0 | 0 | 100100000 | 1100011 | 111110 |
Color Harmonies of #D840FE
Complementary color
Monochromatic Colors of #D840FE
Black with #D840FE
Text Example
Text Example
White with #D840FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D840FE; }
p { color: rgb(216,64,254); }
H1.HeaderClassName
{
color: #D840FE;
}
.AnyTagClassName
{
color: #D840FE;
}
</style>
background-color css
<style>
a { background-color: #D840FE; }
a { background-color: rgb(216,64,254); }
div.DivClassName
{
background-color: #D840FE;
}
.BgClassName
{
background-color: #D840FE;
}
</style>
border-color css
<style>
span { border-color: #D840FE; }
span { border-color: rgb(216,64,254); }
td.TdClassName
{
border-color: #D840FE;
}
.TagClassName
{
border-color: #D840FE;
}
</style>