Shades of Heliotrope #D290FA
Tints of Heliotrope #D290FA
RGB
CMYK
RGB Variations
Color information
#D290FA (or 0xD290FA) is known color: Heliotrope. HEX triplet: D2, 90 and FA. RGB value is (210,144,250). Sum of RGB (Red+Green+Blue) = 210+144+250=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #D290FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290FA is #2D6F05. Grayscale: #AFAFAF. Windows color (decimal): -2977542 or 16421074. OLE color: 16421074.
HSL color Cylindrical-coordinate representation of color #D290FA: hue angle of 277.36º degrees, saturation: 0.91, 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 #D290FA is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 144 | 250 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.02 |
| HSL | 277.36º | 0.91% | 0.77% | - |
| HSV(B) | 277.36º | 0.42% | 0.98% | - |
| XYZ | 53.81 | 40.55 | 95.43 | - |
| YUV | 175.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 250 | 0.16 | 0.42 | 0 | 0.02 | 277.36 | 0.91 | 0.77 |
| Hex | D2 | 90 | FA | 10 | 2A | 0 | 2 | 115 | 5B | 4D |
| Octal | 322 | 220 | 372 | 20 | 52 | 0 | 2 | 425 | 133 | 115 |
| Binary | 11010010 | 10010000 | 11111010 | 10000 | 101010 | 0 | 10 | 100010101 | 1011011 | 1001101 |
Color Harmonies of #D290FA
Complementary color
Monochromatic Colors of #D290FA
Black with #D290FA
Text Example
Text Example
White with #D290FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D290FA; }
p { color: rgb(210,144,250); }
H1.HeaderClassName
{
color: #D290FA;
}
.AnyTagClassName
{
color: #D290FA;
}
</style>
background-color css
<style>
a { background-color: #D290FA; }
a { background-color: rgb(210,144,250); }
div.DivClassName
{
background-color: #D290FA;
}
.BgClassName
{
background-color: #D290FA;
}
</style>
border-color css
<style>
span { border-color: #D290FA; }
span { border-color: rgb(210,144,250); }
td.TdClassName
{
border-color: #D290FA;
}
.TagClassName
{
border-color: #D290FA;
}
</style>