Shades of Heliotrope #D150FA
Tints of Heliotrope #D150FA
RGB
CMYK
RGB Variations
Color information
#D150FA (or 0xD150FA) is known color: Heliotrope. HEX triplet: D1, 50 and FA. RGB value is (209,80,250). Sum of RGB (Red+Green+Blue) = 209+80+250=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #D150FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150FA is #2EAF05. Grayscale: #898989. Windows color (decimal): -3059462 or 16404689. OLE color: 16404689.
HSL color Cylindrical-coordinate representation of color #D150FA: hue angle of 285.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D150FA is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 80 | 250 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.02 |
| HSL | 285.53º | 0.94% | 0.65% | - |
| HSV(B) | 285.53º | 0.68% | 0.98% | - |
| XYZ | 46.42 | 26.19 | 93.05 | - |
| YUV | 137.95 | 191.24 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 250 | 0.16 | 0.68 | 0 | 0.02 | 285.53 | 0.94 | 0.65 |
| Hex | D1 | 50 | FA | 10 | 44 | 0 | 2 | 11E | 5E | 41 |
| Octal | 321 | 120 | 372 | 20 | 104 | 0 | 2 | 436 | 136 | 101 |
| Binary | 11010001 | 1010000 | 11111010 | 10000 | 1000100 | 0 | 10 | 100011110 | 1011110 | 1000001 |
Color Harmonies of #D150FA
Complementary color
Monochromatic Colors of #D150FA
Black with #D150FA
Text Example
Text Example
White with #D150FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150FA; }
p { color: rgb(209,80,250); }
H1.HeaderClassName
{
color: #D150FA;
}
.AnyTagClassName
{
color: #D150FA;
}
</style>
background-color css
<style>
a { background-color: #D150FA; }
a { background-color: rgb(209,80,250); }
div.DivClassName
{
background-color: #D150FA;
}
.BgClassName
{
background-color: #D150FA;
}
</style>
border-color css
<style>
span { border-color: #D150FA; }
span { border-color: rgb(209,80,250); }
td.TdClassName
{
border-color: #D150FA;
}
.TagClassName
{
border-color: #D150FA;
}
</style>