Shades of Heliotrope #D146FE
Tints of Heliotrope #D146FE
RGB
CMYK
RGB Variations
Color information
#D146FE (or 0xD146FE) is known color: Heliotrope. HEX triplet: D1, 46 and FE. RGB value is (209,70,254). Sum of RGB (Red+Green+Blue) = 209+70+254=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 70 (27.73% from 255 or 13.13% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #D146FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D146FE is #2EB901. Grayscale: #838383. Windows color (decimal): -3062018 or 16664273. OLE color: 16664273.
HSL color Cylindrical-coordinate representation of color #D146FE: hue angle of 285.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D146FE is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 70 | 254 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.00 |
| HSL | 285.33º | 0.99% | 0.64% | - |
| HSV(B) | 285.33º | 0.72% | 1% | - |
| XYZ | 46.37 | 25.09 | 96.16 | - |
| YUV | 132.54 | 196.55 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 254 | 0.18 | 0.72 | 0 | 0.00 | 285.33 | 0.99 | 0.64 |
| Hex | D1 | 46 | FE | 12 | 48 | 0 | 0 | 11D | 63 | 40 |
| Octal | 321 | 106 | 376 | 22 | 110 | 0 | 0 | 435 | 143 | 100 |
| Binary | 11010001 | 1000110 | 11111110 | 10010 | 1001000 | 0 | 0 | 100011101 | 1100011 | 1000000 |
Color Harmonies of #D146FE
Complementary color
Monochromatic Colors of #D146FE
Black with #D146FE
Text Example
Text Example
White with #D146FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D146FE; }
p { color: rgb(209,70,254); }
H1.HeaderClassName
{
color: #D146FE;
}
.AnyTagClassName
{
color: #D146FE;
}
</style>
background-color css
<style>
a { background-color: #D146FE; }
a { background-color: rgb(209,70,254); }
div.DivClassName
{
background-color: #D146FE;
}
.BgClassName
{
background-color: #D146FE;
}
</style>
border-color css
<style>
span { border-color: #D146FE; }
span { border-color: rgb(209,70,254); }
td.TdClassName
{
border-color: #D146FE;
}
.TagClassName
{
border-color: #D146FE;
}
</style>