Shades of Heliotrope #D14EFB
Tints of Heliotrope #D14EFB
RGB
CMYK
RGB Variations
Color information
#D14EFB (or 0xD14EFB) is known color: Heliotrope. HEX triplet: D1, 4E and FB. RGB value is (209,78,251). Sum of RGB (Red+Green+Blue) = 209+78+251=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 78 (30.86% from 255 or 14.50% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #D14EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14EFB is #2EB104. Grayscale: #888888. Windows color (decimal): -3059973 or 16469713. OLE color: 16469713.
HSL color Cylindrical-coordinate representation of color #D14EFB: hue angle of 285.43º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14EFB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 78 | 251 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.02 |
| HSL | 285.43º | 0.96% | 0.65% | - |
| HSV(B) | 285.43º | 0.69% | 0.98% | - |
| XYZ | 46.43 | 25.97 | 93.83 | - |
| YUV | 136.89 | 192.4 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 78 | 251 | 0.17 | 0.69 | 0 | 0.02 | 285.43 | 0.96 | 0.65 |
| Hex | D1 | 4E | FB | 11 | 45 | 0 | 2 | 11D | 60 | 41 |
| Octal | 321 | 116 | 373 | 21 | 105 | 0 | 2 | 435 | 140 | 101 |
| Binary | 11010001 | 1001110 | 11111011 | 10001 | 1000101 | 0 | 10 | 100011101 | 1100000 | 1000001 |
Color Harmonies of #D14EFB
Complementary color
Monochromatic Colors of #D14EFB
Black with #D14EFB
Text Example
Text Example
White with #D14EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14EFB; }
p { color: rgb(209,78,251); }
H1.HeaderClassName
{
color: #D14EFB;
}
.AnyTagClassName
{
color: #D14EFB;
}
</style>
background-color css
<style>
a { background-color: #D14EFB; }
a { background-color: rgb(209,78,251); }
div.DivClassName
{
background-color: #D14EFB;
}
.BgClassName
{
background-color: #D14EFB;
}
</style>
border-color css
<style>
span { border-color: #D14EFB; }
span { border-color: rgb(209,78,251); }
td.TdClassName
{
border-color: #D14EFB;
}
.TagClassName
{
border-color: #D14EFB;
}
</style>