Shades of Heliotrope #D379FA
Tints of Heliotrope #D379FA
RGB
CMYK
RGB Variations
Color information
#D379FA (or 0xD379FA) is known color: Heliotrope. HEX triplet: D3, 79 and FA. RGB value is (211,121,250). Sum of RGB (Red+Green+Blue) = 211+121+250=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 121 (47.66% from 255 or 20.79% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #D379FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D379FA is #2C8605. Grayscale: #A2A2A2. Windows color (decimal): -2917894 or 16415187. OLE color: 16415187.
HSL color Cylindrical-coordinate representation of color #D379FA: hue angle of 281.86º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D379FA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 121 | 250 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.02 |
| HSL | 281.86º | 0.93% | 0.73% | - |
| HSV(B) | 281.86º | 0.52% | 0.98% | - |
| XYZ | 50.96 | 34.43 | 94.4 | - |
| YUV | 162.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 121 | 250 | 0.16 | 0.52 | 0 | 0.02 | 281.86 | 0.93 | 0.73 |
| Hex | D3 | 79 | FA | 10 | 34 | 0 | 2 | 11A | 5D | 49 |
| Octal | 323 | 171 | 372 | 20 | 64 | 0 | 2 | 432 | 135 | 111 |
| Binary | 11010011 | 1111001 | 11111010 | 10000 | 110100 | 0 | 10 | 100011010 | 1011101 | 1001001 |
Color Harmonies of #D379FA
Complementary color
Monochromatic Colors of #D379FA
Black with #D379FA
Text Example
Text Example
White with #D379FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D379FA; }
p { color: rgb(211,121,250); }
H1.HeaderClassName
{
color: #D379FA;
}
.AnyTagClassName
{
color: #D379FA;
}
</style>
background-color css
<style>
a { background-color: #D379FA; }
a { background-color: rgb(211,121,250); }
div.DivClassName
{
background-color: #D379FA;
}
.BgClassName
{
background-color: #D379FA;
}
</style>
border-color css
<style>
span { border-color: #D379FA; }
span { border-color: rgb(211,121,250); }
td.TdClassName
{
border-color: #D379FA;
}
.TagClassName
{
border-color: #D379FA;
}
</style>