Shades of Heliotrope #D378EF
Tints of Heliotrope #D378EF
RGB
CMYK
RGB Variations
Color information
#D378EF (or 0xD378EF) is known color: Heliotrope. HEX triplet: D3, 78 and EF. RGB value is (211,120,239). Sum of RGB (Red+Green+Blue) = 211+120+239=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #D378EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378EF is #2C8710. Grayscale: #A0A0A0. Windows color (decimal): -2918161 or 15694035. OLE color: 15694035.
HSL color Cylindrical-coordinate representation of color #D378EF: hue angle of 285.88º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D378EF is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 120 | 239 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.06 |
| HSL | 285.88º | 0.79% | 0.7% | - |
| HSV(B) | 285.88º | 0.5% | 0.94% | - |
| XYZ | 49.16 | 33.51 | 85.54 | - |
| YUV | 160.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 239 | 0.12 | 0.50 | 0 | 0.06 | 285.88 | 0.79 | 0.7 |
| Hex | D3 | 78 | EF | C | 32 | 0 | 6 | 11E | 4F | 46 |
| Octal | 323 | 170 | 357 | 14 | 62 | 0 | 6 | 436 | 117 | 106 |
| Binary | 11010011 | 1111000 | 11101111 | 1100 | 110010 | 0 | 110 | 100011110 | 1001111 | 1000110 |
Color Harmonies of #D378EF
Complementary color
Monochromatic Colors of #D378EF
Black with #D378EF
Text Example
Text Example
White with #D378EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378EF; }
p { color: rgb(211,120,239); }
H1.HeaderClassName
{
color: #D378EF;
}
.AnyTagClassName
{
color: #D378EF;
}
</style>
background-color css
<style>
a { background-color: #D378EF; }
a { background-color: rgb(211,120,239); }
div.DivClassName
{
background-color: #D378EF;
}
.BgClassName
{
background-color: #D378EF;
}
</style>
border-color css
<style>
span { border-color: #D378EF; }
span { border-color: rgb(211,120,239); }
td.TdClassName
{
border-color: #D378EF;
}
.TagClassName
{
border-color: #D378EF;
}
</style>