Shades of Heliotrope #D14EFD
Tints of Heliotrope #D14EFD
RGB
CMYK
RGB Variations
Color information
#D14EFD (or 0xD14EFD) is known color: Heliotrope. HEX triplet: D1, 4E and FD. RGB value is (209,78,253). Sum of RGB (Red+Green+Blue) = 209+78+253=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 78 (30.86% from 255 or 14.44% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #D14EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EFD is #2EB102. Grayscale: #888888. Windows color (decimal): -3059971 or 16600785. OLE color: 16600785.
HSL color Cylindrical-coordinate representation of color #D14EFD: hue angle of 284.91º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14EFD is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 78 | 253 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.01 |
| HSL | 284.91º | 0.98% | 0.65% | - |
| HSV(B) | 284.91º | 0.69% | 0.99% | - |
| XYZ | 46.75 | 26.1 | 95.5 | - |
| YUV | 137.12 | 193.4 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 253 | 0.17 | 0.69 | 0 | 0.01 | 284.91 | 0.98 | 0.65 |
| Hex | D1 | 4E | FD | 11 | 45 | 0 | 1 | 11D | 62 | 41 |
| Octal | 321 | 116 | 375 | 21 | 105 | 0 | 1 | 435 | 142 | 101 |
| Binary | 11010001 | 1001110 | 11111101 | 10001 | 1000101 | 0 | 1 | 100011101 | 1100010 | 1000001 |
Color Harmonies of #D14EFD
Complementary color
Monochromatic Colors of #D14EFD
Black with #D14EFD
Text Example
Text Example
White with #D14EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EFD; }
p { color: rgb(209,78,253); }
H1.HeaderClassName
{
color: #D14EFD;
}
.AnyTagClassName
{
color: #D14EFD;
}
</style>
background-color css
<style>
a { background-color: #D14EFD; }
a { background-color: rgb(209,78,253); }
div.DivClassName
{
background-color: #D14EFD;
}
.BgClassName
{
background-color: #D14EFD;
}
</style>
border-color css
<style>
span { border-color: #D14EFD; }
span { border-color: rgb(209,78,253); }
td.TdClassName
{
border-color: #D14EFD;
}
.TagClassName
{
border-color: #D14EFD;
}
</style>