Shades of Heliotrope #D150FC
Tints of Heliotrope #D150FC
RGB
CMYK
RGB Variations
Color information
#D150FC (or 0xD150FC) is known color: Heliotrope. HEX triplet: D1, 50 and FC. RGB value is (209,80,252). Sum of RGB (Red+Green+Blue) = 209+80+252=541 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.63% from 541); Green value is 80 (31.64% from 255 or 14.79% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #D150FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150FC is #2EAF03. Grayscale: #898989. Windows color (decimal): -3059460 or 16535761. OLE color: 16535761.
HSL color Cylindrical-coordinate representation of color #D150FC: hue angle of 285º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D150FC is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 80 | 252 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.01 |
| HSL | 285º | 0.97% | 0.65% | - |
| HSV(B) | 285º | 0.68% | 0.99% | - |
| XYZ | 46.73 | 26.32 | 94.71 | - |
| YUV | 138.18 | 192.24 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 252 | 0.17 | 0.68 | 0 | 0.01 | 285 | 0.97 | 0.65 |
| Hex | D1 | 50 | FC | 11 | 44 | 0 | 1 | 11D | 61 | 41 |
| Octal | 321 | 120 | 374 | 21 | 104 | 0 | 1 | 435 | 141 | 101 |
| Binary | 11010001 | 1010000 | 11111100 | 10001 | 1000100 | 0 | 1 | 100011101 | 1100001 | 1000001 |
Color Harmonies of #D150FC
Complementary color
Monochromatic Colors of #D150FC
Black with #D150FC
Text Example
Text Example
White with #D150FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150FC; }
p { color: rgb(209,80,252); }
H1.HeaderClassName
{
color: #D150FC;
}
.AnyTagClassName
{
color: #D150FC;
}
</style>
background-color css
<style>
a { background-color: #D150FC; }
a { background-color: rgb(209,80,252); }
div.DivClassName
{
background-color: #D150FC;
}
.BgClassName
{
background-color: #D150FC;
}
</style>
border-color css
<style>
span { border-color: #D150FC; }
span { border-color: rgb(209,80,252); }
td.TdClassName
{
border-color: #D150FC;
}
.TagClassName
{
border-color: #D150FC;
}
</style>