Shades of Heliotrope #D14FFE
Tints of Heliotrope #D14FFE
RGB
CMYK
RGB Variations
Color information
#D14FFE (or 0xD14FFE) is known color: Heliotrope. HEX triplet: D1, 4F and FE. RGB value is (209,79,254). Sum of RGB (Red+Green+Blue) = 209+79+254=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 79 (31.25% from 255 or 14.58% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #D14FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D14FFE is #2EB001. Grayscale: #898989. Windows color (decimal): -3059714 or 16666577. OLE color: 16666577.
HSL color Cylindrical-coordinate representation of color #D14FFE: hue angle of 284.57º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14FFE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 79 | 254 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.00 |
| HSL | 284.57º | 0.99% | 0.65% | - |
| HSV(B) | 284.57º | 0.69% | 1% | - |
| XYZ | 46.98 | 26.3 | 96.37 | - |
| YUV | 137.82 | 193.57 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 254 | 0.18 | 0.69 | 0 | 0.00 | 284.57 | 0.99 | 0.65 |
| Hex | D1 | 4F | FE | 12 | 45 | 0 | 0 | 11D | 63 | 41 |
| Octal | 321 | 117 | 376 | 22 | 105 | 0 | 0 | 435 | 143 | 101 |
| Binary | 11010001 | 1001111 | 11111110 | 10010 | 1000101 | 0 | 0 | 100011101 | 1100011 | 1000001 |
Color Harmonies of #D14FFE
Complementary color
Monochromatic Colors of #D14FFE
Black with #D14FFE
Text Example
Text Example
White with #D14FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14FFE; }
p { color: rgb(209,79,254); }
H1.HeaderClassName
{
color: #D14FFE;
}
.AnyTagClassName
{
color: #D14FFE;
}
</style>
background-color css
<style>
a { background-color: #D14FFE; }
a { background-color: rgb(209,79,254); }
div.DivClassName
{
background-color: #D14FFE;
}
.BgClassName
{
background-color: #D14FFE;
}
</style>
border-color css
<style>
span { border-color: #D14FFE; }
span { border-color: rgb(209,79,254); }
td.TdClassName
{
border-color: #D14FFE;
}
.TagClassName
{
border-color: #D14FFE;
}
</style>