Shades of Heliotrope #D379F9
Tints of Heliotrope #D379F9
RGB
CMYK
RGB Variations
Color information
#D379F9 (or 0xD379F9) is known color: Heliotrope. HEX triplet: D3, 79 and F9. RGB value is (211,121,249). Sum of RGB (Red+Green+Blue) = 211+121+249=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #D379F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379F9 is #2C8606. Grayscale: #A2A2A2. Windows color (decimal): -2917895 or 16349651. OLE color: 16349651.
HSL color Cylindrical-coordinate representation of color #D379F9: hue angle of 282.19º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D379F9 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 121 | 249 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.02 |
| HSL | 282.19º | 0.91% | 0.73% | - |
| HSV(B) | 282.19º | 0.51% | 0.98% | - |
| XYZ | 50.8 | 34.36 | 93.58 | - |
| YUV | 162.5 | 176.82 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 249 | 0.15 | 0.51 | 0 | 0.02 | 282.19 | 0.91 | 0.73 |
| Hex | D3 | 79 | F9 | F | 33 | 0 | 2 | 11A | 5B | 49 |
| Octal | 323 | 171 | 371 | 17 | 63 | 0 | 2 | 432 | 133 | 111 |
| Binary | 11010011 | 1111001 | 11111001 | 1111 | 110011 | 0 | 10 | 100011010 | 1011011 | 1001001 |
Color Harmonies of #D379F9
Complementary color
Monochromatic Colors of #D379F9
Black with #D379F9
Text Example
Text Example
White with #D379F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D379F9; }
p { color: rgb(211,121,249); }
H1.HeaderClassName
{
color: #D379F9;
}
.AnyTagClassName
{
color: #D379F9;
}
</style>
background-color css
<style>
a { background-color: #D379F9; }
a { background-color: rgb(211,121,249); }
div.DivClassName
{
background-color: #D379F9;
}
.BgClassName
{
background-color: #D379F9;
}
</style>
border-color css
<style>
span { border-color: #D379F9; }
span { border-color: rgb(211,121,249); }
td.TdClassName
{
border-color: #D379F9;
}
.TagClassName
{
border-color: #D379F9;
}
</style>