Shades of Heliotrope #D590F9
Tints of Heliotrope #D590F9
RGB
CMYK
RGB Variations
Color information
#D590F9 (or 0xD590F9) is known color: Heliotrope. HEX triplet: D5, 90 and F9. RGB value is (213,144,249). Sum of RGB (Red+Green+Blue) = 213+144+249=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 144 (56.64% from 255 or 23.76% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #D590F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D590F9 is #2A6F06. Grayscale: #B0B0B0. Windows color (decimal): -2780935 or 16355541. OLE color: 16355541.
HSL color Cylindrical-coordinate representation of color #D590F9: hue angle of 279.43º 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 #D590F9 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 144 | 249 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.02 |
| HSL | 279.43º | 0.9% | 0.77% | - |
| HSV(B) | 279.43º | 0.42% | 0.98% | - |
| XYZ | 54.51 | 40.93 | 94.65 | - |
| YUV | 176.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 144 | 249 | 0.14 | 0.42 | 0 | 0.02 | 279.43 | 0.9 | 0.77 |
| Hex | D5 | 90 | F9 | E | 2A | 0 | 2 | 117 | 5A | 4D |
| Octal | 325 | 220 | 371 | 16 | 52 | 0 | 2 | 427 | 132 | 115 |
| Binary | 11010101 | 10010000 | 11111001 | 1110 | 101010 | 0 | 10 | 100010111 | 1011010 | 1001101 |
Color Harmonies of #D590F9
Complementary color
Monochromatic Colors of #D590F9
Black with #D590F9
Text Example
Text Example
White with #D590F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D590F9; }
p { color: rgb(213,144,249); }
H1.HeaderClassName
{
color: #D590F9;
}
.AnyTagClassName
{
color: #D590F9;
}
</style>
background-color css
<style>
a { background-color: #D590F9; }
a { background-color: rgb(213,144,249); }
div.DivClassName
{
background-color: #D590F9;
}
.BgClassName
{
background-color: #D590F9;
}
</style>
border-color css
<style>
span { border-color: #D590F9; }
span { border-color: rgb(213,144,249); }
td.TdClassName
{
border-color: #D590F9;
}
.TagClassName
{
border-color: #D590F9;
}
</style>