Shades of Heliotrope #D290F9
Tints of Heliotrope #D290F9
RGB
CMYK
RGB Variations
Color information
#D290F9 (or 0xD290F9) is known color: Heliotrope. HEX triplet: D2, 90 and F9. RGB value is (210,144,249). Sum of RGB (Red+Green+Blue) = 210+144+249=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #D290F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290F9 is #2D6F06. Grayscale: #AFAFAF. Windows color (decimal): -2977543 or 16355538. OLE color: 16355538.
HSL color Cylindrical-coordinate representation of color #D290F9: hue angle of 277.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D290F9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 144 | 249 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.02 |
| HSL | 277.71º | 0.9% | 0.77% | - |
| HSV(B) | 277.71º | 0.42% | 0.98% | - |
| XYZ | 53.65 | 40.49 | 94.61 | - |
| YUV | 175.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 249 | 0.16 | 0.42 | 0 | 0.02 | 277.71 | 0.9 | 0.77 |
| Hex | D2 | 90 | F9 | 10 | 2A | 0 | 2 | 116 | 5A | 4D |
| Octal | 322 | 220 | 371 | 20 | 52 | 0 | 2 | 426 | 132 | 115 |
| Binary | 11010010 | 10010000 | 11111001 | 10000 | 101010 | 0 | 10 | 100010110 | 1011010 | 1001101 |
Color Harmonies of #D290F9
Complementary color
Monochromatic Colors of #D290F9
Black with #D290F9
Text Example
Text Example
White with #D290F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290F9; }
p { color: rgb(210,144,249); }
H1.HeaderClassName
{
color: #D290F9;
}
.AnyTagClassName
{
color: #D290F9;
}
</style>
background-color css
<style>
a { background-color: #D290F9; }
a { background-color: rgb(210,144,249); }
div.DivClassName
{
background-color: #D290F9;
}
.BgClassName
{
background-color: #D290F9;
}
</style>
border-color css
<style>
span { border-color: #D290F9; }
span { border-color: rgb(210,144,249); }
td.TdClassName
{
border-color: #D290F9;
}
.TagClassName
{
border-color: #D290F9;
}
</style>