Shades of Heliotrope #D150F9
Tints of Heliotrope #D150F9
RGB
CMYK
RGB Variations
Color information
#D150F9 (or 0xD150F9) is known color: Heliotrope. HEX triplet: D1, 50 and F9. RGB value is (209,80,249). Sum of RGB (Red+Green+Blue) = 209+80+249=538 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.85% from 538); Green value is 80 (31.64% from 255 or 14.87% from 538); Blue value is 249 (97.66% from 255 or 46.28% from 538); Max value from RGB is 249 - color contains mainly: blue. Hex color #D150F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D150F9 is #2EAF06. Grayscale: #898989. Windows color (decimal): -3059463 or 16339153. OLE color: 16339153.
HSL color Cylindrical-coordinate representation of color #D150F9: hue angle of 285.8º degrees, saturation: 0.93, 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 #D150F9 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 80 | 249 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.02 |
| HSL | 285.8º | 0.93% | 0.65% | - |
| HSV(B) | 285.8º | 0.68% | 0.98% | - |
| XYZ | 46.26 | 26.13 | 92.23 | - |
| YUV | 137.84 | 190.74 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 249 | 0.16 | 0.68 | 0 | 0.02 | 285.8 | 0.93 | 0.65 |
| Hex | D1 | 50 | F9 | 10 | 44 | 0 | 2 | 11E | 5D | 41 |
| Octal | 321 | 120 | 371 | 20 | 104 | 0 | 2 | 436 | 135 | 101 |
| Binary | 11010001 | 1010000 | 11111001 | 10000 | 1000100 | 0 | 10 | 100011110 | 1011101 | 1000001 |
Color Harmonies of #D150F9
Complementary color
Monochromatic Colors of #D150F9
Black with #D150F9
Text Example
Text Example
White with #D150F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D150F9; }
p { color: rgb(209,80,249); }
H1.HeaderClassName
{
color: #D150F9;
}
.AnyTagClassName
{
color: #D150F9;
}
</style>
background-color css
<style>
a { background-color: #D150F9; }
a { background-color: rgb(209,80,249); }
div.DivClassName
{
background-color: #D150F9;
}
.BgClassName
{
background-color: #D150F9;
}
</style>
border-color css
<style>
span { border-color: #D150F9; }
span { border-color: rgb(209,80,249); }
td.TdClassName
{
border-color: #D150F9;
}
.TagClassName
{
border-color: #D150F9;
}
</style>