Shades of Heliotrope #D14DFB
Tints of Heliotrope #D14DFB
RGB
CMYK
RGB Variations
Color information
#D14DFB (or 0xD14DFB) is known color: Heliotrope. HEX triplet: D1, 4D and FB. RGB value is (209,77,251). Sum of RGB (Red+Green+Blue) = 209+77+251=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 77 (30.47% from 255 or 14.34% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #D14DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14DFB is #2EB204. Grayscale: #878787. Windows color (decimal): -3060229 or 16469457. OLE color: 16469457.
HSL color Cylindrical-coordinate representation of color #D14DFB: hue angle of 285.52º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14DFB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 77 | 251 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.02 |
| HSL | 285.52º | 0.96% | 0.64% | - |
| HSV(B) | 285.52º | 0.69% | 0.98% | - |
| XYZ | 46.36 | 25.83 | 93.81 | - |
| YUV | 136.3 | 192.73 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 251 | 0.17 | 0.69 | 0 | 0.02 | 285.52 | 0.96 | 0.64 |
| Hex | D1 | 4D | FB | 11 | 45 | 0 | 2 | 11E | 60 | 40 |
| Octal | 321 | 115 | 373 | 21 | 105 | 0 | 2 | 436 | 140 | 100 |
| Binary | 11010001 | 1001101 | 11111011 | 10001 | 1000101 | 0 | 10 | 100011110 | 1100000 | 1000000 |
Color Harmonies of #D14DFB
Complementary color
Monochromatic Colors of #D14DFB
Black with #D14DFB
Text Example
Text Example
White with #D14DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14DFB; }
p { color: rgb(209,77,251); }
H1.HeaderClassName
{
color: #D14DFB;
}
.AnyTagClassName
{
color: #D14DFB;
}
</style>
background-color css
<style>
a { background-color: #D14DFB; }
a { background-color: rgb(209,77,251); }
div.DivClassName
{
background-color: #D14DFB;
}
.BgClassName
{
background-color: #D14DFB;
}
</style>
border-color css
<style>
span { border-color: #D14DFB; }
span { border-color: rgb(209,77,251); }
td.TdClassName
{
border-color: #D14DFB;
}
.TagClassName
{
border-color: #D14DFB;
}
</style>