Shades of Heliotrope #D379F7
Tints of Heliotrope #D379F7
RGB
CMYK
RGB Variations
Color information
#D379F7 (or 0xD379F7) is known color: Heliotrope. HEX triplet: D3, 79 and F7. RGB value is (211,121,247). Sum of RGB (Red+Green+Blue) = 211+121+247=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 121 (47.66% from 255 or 20.90% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #D379F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379F7 is #2C8608. Grayscale: #A1A1A1. Windows color (decimal): -2917897 or 16218579. OLE color: 16218579.
HSL color Cylindrical-coordinate representation of color #D379F7: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D379F7 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 121 | 247 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.03 |
| HSL | 282.86º | 0.89% | 0.72% | - |
| HSV(B) | 282.86º | 0.51% | 0.97% | - |
| XYZ | 50.49 | 34.24 | 91.94 | - |
| YUV | 162.27 | 175.82 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 247 | 0.15 | 0.51 | 0 | 0.03 | 282.86 | 0.89 | 0.72 |
| Hex | D3 | 79 | F7 | F | 33 | 0 | 3 | 11B | 59 | 48 |
| Octal | 323 | 171 | 367 | 17 | 63 | 0 | 3 | 433 | 131 | 110 |
| Binary | 11010011 | 1111001 | 11110111 | 1111 | 110011 | 0 | 11 | 100011011 | 1011001 | 1001000 |
Color Harmonies of #D379F7
Complementary color
Monochromatic Colors of #D379F7
Black with #D379F7
Text Example
Text Example
White with #D379F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D379F7; }
p { color: rgb(211,121,247); }
H1.HeaderClassName
{
color: #D379F7;
}
.AnyTagClassName
{
color: #D379F7;
}
</style>
background-color css
<style>
a { background-color: #D379F7; }
a { background-color: rgb(211,121,247); }
div.DivClassName
{
background-color: #D379F7;
}
.BgClassName
{
background-color: #D379F7;
}
</style>
border-color css
<style>
span { border-color: #D379F7; }
span { border-color: rgb(211,121,247); }
td.TdClassName
{
border-color: #D379F7;
}
.TagClassName
{
border-color: #D379F7;
}
</style>