Shades of Heliotrope #D378F0
Tints of Heliotrope #D378F0
RGB
CMYK
RGB Variations
Color information
#D378F0 (or 0xD378F0) is known color: Heliotrope. HEX triplet: D3, 78 and F0. RGB value is (211,120,240). Sum of RGB (Red+Green+Blue) = 211+120+240=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 120 (47.27% from 255 or 21.02% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #D378F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378F0 is #2C870F. Grayscale: #A0A0A0. Windows color (decimal): -2918160 or 15759571. OLE color: 15759571.
HSL color Cylindrical-coordinate representation of color #D378F0: hue angle of 285.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D378F0 is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 120 | 240 | - |
| CMYK | 0.12 | 0.5 | 0 | 0.06 |
| HSL | 285.5º | 0.8% | 0.71% | - |
| HSV(B) | 285.5º | 0.5% | 0.94% | - |
| XYZ | 49.31 | 33.57 | 86.32 | - |
| YUV | 160.89 | 172.65 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 240 | 0.12 | 0.5 | 0 | 0.06 | 285.5 | 0.8 | 0.71 |
| Hex | D3 | 78 | F0 | C | 32 | 0 | 6 | 11E | 50 | 47 |
| Octal | 323 | 170 | 360 | 14 | 62 | 0 | 6 | 436 | 120 | 107 |
| Binary | 11010011 | 1111000 | 11110000 | 1100 | 110010 | 0 | 110 | 100011110 | 1010000 | 1000111 |
Color Harmonies of #D378F0
Complementary color
Monochromatic Colors of #D378F0
Black with #D378F0
Text Example
Text Example
White with #D378F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378F0; }
p { color: rgb(211,120,240); }
H1.HeaderClassName
{
color: #D378F0;
}
.AnyTagClassName
{
color: #D378F0;
}
</style>
background-color css
<style>
a { background-color: #D378F0; }
a { background-color: rgb(211,120,240); }
div.DivClassName
{
background-color: #D378F0;
}
.BgClassName
{
background-color: #D378F0;
}
</style>
border-color css
<style>
span { border-color: #D378F0; }
span { border-color: rgb(211,120,240); }
td.TdClassName
{
border-color: #D378F0;
}
.TagClassName
{
border-color: #D378F0;
}
</style>