Shades of Heliotrope #D160FE
Tints of Heliotrope #D160FE
RGB
CMYK
RGB Variations
Color information
#D160FE (or 0xD160FE) is known color: Heliotrope. HEX triplet: D1, 60 and FE. RGB value is (209,96,254). Sum of RGB (Red+Green+Blue) = 209+96+254=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #D160FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D160FE is #2E9F01. Grayscale: #939393. Windows color (decimal): -3055362 or 16670929. OLE color: 16670929.
HSL color Cylindrical-coordinate representation of color #D160FE: hue angle of 282.91º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D160FE is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 96 | 254 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.00 |
| HSL | 282.91º | 0.99% | 0.69% | - |
| HSV(B) | 282.91º | 0.62% | 1% | - |
| XYZ | 48.37 | 29.08 | 96.83 | - |
| YUV | 147.8 | 187.94 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 96 | 254 | 0.18 | 0.62 | 0 | 0.00 | 282.91 | 0.99 | 0.69 |
| Hex | D1 | 60 | FE | 12 | 3E | 0 | 0 | 11B | 63 | 45 |
| Octal | 321 | 140 | 376 | 22 | 76 | 0 | 0 | 433 | 143 | 105 |
| Binary | 11010001 | 1100000 | 11111110 | 10010 | 111110 | 0 | 0 | 100011011 | 1100011 | 1000101 |
Color Harmonies of #D160FE
Complementary color
Monochromatic Colors of #D160FE
Black with #D160FE
Text Example
Text Example
White with #D160FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D160FE; }
p { color: rgb(209,96,254); }
H1.HeaderClassName
{
color: #D160FE;
}
.AnyTagClassName
{
color: #D160FE;
}
</style>
background-color css
<style>
a { background-color: #D160FE; }
a { background-color: rgb(209,96,254); }
div.DivClassName
{
background-color: #D160FE;
}
.BgClassName
{
background-color: #D160FE;
}
</style>
border-color css
<style>
span { border-color: #D160FE; }
span { border-color: rgb(209,96,254); }
td.TdClassName
{
border-color: #D160FE;
}
.TagClassName
{
border-color: #D160FE;
}
</style>