Shades of Heliotrope #D379EC
Tints of Heliotrope #D379EC
RGB
CMYK
RGB Variations
Color information
#D379EC (or 0xD379EC) is known color: Heliotrope. HEX triplet: D3, 79 and EC. RGB value is (211,121,236). Sum of RGB (Red+Green+Blue) = 211+121+236=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 121 (47.66% from 255 or 21.30% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #D379EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379EC is #2C8613. Grayscale: #A0A0A0. Windows color (decimal): -2917908 or 15497683. OLE color: 15497683.
HSL color Cylindrical-coordinate representation of color #D379EC: hue angle of 286.96º degrees, saturation: 0.75, 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 #D379EC is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 121 | 236 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.07 |
| HSL | 286.96º | 0.75% | 0.7% | - |
| HSV(B) | 286.96º | 0.49% | 0.93% | - |
| XYZ | 48.84 | 33.58 | 83.26 | - |
| YUV | 161.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 236 | 0.11 | 0.49 | 0 | 0.07 | 286.96 | 0.75 | 0.7 |
| Hex | D3 | 79 | EC | B | 31 | 0 | 7 | 11F | 4B | 46 |
| Octal | 323 | 171 | 354 | 13 | 61 | 0 | 7 | 437 | 113 | 106 |
| Binary | 11010011 | 1111001 | 11101100 | 1011 | 110001 | 0 | 111 | 100011111 | 1001011 | 1000110 |
Color Harmonies of #D379EC
Complementary color
Monochromatic Colors of #D379EC
Black with #D379EC
Text Example
Text Example
White with #D379EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D379EC; }
p { color: rgb(211,121,236); }
H1.HeaderClassName
{
color: #D379EC;
}
.AnyTagClassName
{
color: #D379EC;
}
</style>
background-color css
<style>
a { background-color: #D379EC; }
a { background-color: rgb(211,121,236); }
div.DivClassName
{
background-color: #D379EC;
}
.BgClassName
{
background-color: #D379EC;
}
</style>
border-color css
<style>
span { border-color: #D379EC; }
span { border-color: rgb(211,121,236); }
td.TdClassName
{
border-color: #D379EC;
}
.TagClassName
{
border-color: #D379EC;
}
</style>