Shades of Heliotrope #D16FFE
Tints of Heliotrope #D16FFE
RGB
CMYK
RGB Variations
Color information
#D16FFE (or 0xD16FFE) is known color: Heliotrope. HEX triplet: D1, 6F and FE. RGB value is (209,111,254). Sum of RGB (Red+Green+Blue) = 209+111+254=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 111 (43.75% from 255 or 19.34% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #D16FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D16FFE is #2E9001. Grayscale: #9C9C9C. Windows color (decimal): -3051522 or 16674769. OLE color: 16674769.
HSL color Cylindrical-coordinate representation of color #D16FFE: hue angle of 281.12º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D16FFE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 111 | 254 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.00 |
| HSL | 281.12º | 0.99% | 0.72% | - |
| HSV(B) | 281.12º | 0.56% | 1% | - |
| XYZ | 49.87 | 32.08 | 97.33 | - |
| YUV | 156.6 | 182.97 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 111 | 254 | 0.18 | 0.56 | 0 | 0.00 | 281.12 | 0.99 | 0.72 |
| Hex | D1 | 6F | FE | 12 | 38 | 0 | 0 | 119 | 63 | 48 |
| Octal | 321 | 157 | 376 | 22 | 70 | 0 | 0 | 431 | 143 | 110 |
| Binary | 11010001 | 1101111 | 11111110 | 10010 | 111000 | 0 | 0 | 100011001 | 1100011 | 1001000 |
Color Harmonies of #D16FFE
Complementary color
Monochromatic Colors of #D16FFE
Black with #D16FFE
Text Example
Text Example
White with #D16FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D16FFE; }
p { color: rgb(209,111,254); }
H1.HeaderClassName
{
color: #D16FFE;
}
.AnyTagClassName
{
color: #D16FFE;
}
</style>
background-color css
<style>
a { background-color: #D16FFE; }
a { background-color: rgb(209,111,254); }
div.DivClassName
{
background-color: #D16FFE;
}
.BgClassName
{
background-color: #D16FFE;
}
</style>
border-color css
<style>
span { border-color: #D16FFE; }
span { border-color: rgb(209,111,254); }
td.TdClassName
{
border-color: #D16FFE;
}
.TagClassName
{
border-color: #D16FFE;
}
</style>