Shades of Heliotrope #D379EE
Tints of Heliotrope #D379EE
RGB
CMYK
RGB Variations
Color information
#D379EE (or 0xD379EE) is known color: Heliotrope. HEX triplet: D3, 79 and EE. RGB value is (211,121,238). Sum of RGB (Red+Green+Blue) = 211+121+238=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #D379EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379EE is #2C8611. Grayscale: #A0A0A0. Windows color (decimal): -2917906 or 15628755. OLE color: 15628755.
HSL color Cylindrical-coordinate representation of color #D379EE: hue angle of 286.15º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D379EE is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 121 | 238 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.07 |
| HSL | 286.15º | 0.77% | 0.7% | - |
| HSV(B) | 286.15º | 0.49% | 0.93% | - |
| XYZ | 49.13 | 33.7 | 84.8 | - |
| YUV | 161.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 238 | 0.11 | 0.49 | 0 | 0.07 | 286.15 | 0.77 | 0.7 |
| Hex | D3 | 79 | EE | B | 31 | 0 | 7 | 11E | 4D | 46 |
| Octal | 323 | 171 | 356 | 13 | 61 | 0 | 7 | 436 | 115 | 106 |
| Binary | 11010011 | 1111001 | 11101110 | 1011 | 110001 | 0 | 111 | 100011110 | 1001101 | 1000110 |
Color Harmonies of #D379EE
Complementary color
Monochromatic Colors of #D379EE
Black with #D379EE
Text Example
Text Example
White with #D379EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D379EE; }
p { color: rgb(211,121,238); }
H1.HeaderClassName
{
color: #D379EE;
}
.AnyTagClassName
{
color: #D379EE;
}
</style>
background-color css
<style>
a { background-color: #D379EE; }
a { background-color: rgb(211,121,238); }
div.DivClassName
{
background-color: #D379EE;
}
.BgClassName
{
background-color: #D379EE;
}
</style>
border-color css
<style>
span { border-color: #D379EE; }
span { border-color: rgb(211,121,238); }
td.TdClassName
{
border-color: #D379EE;
}
.TagClassName
{
border-color: #D379EE;
}
</style>