Shades of Heliotrope #D378F1
Tints of Heliotrope #D378F1
RGB
CMYK
RGB Variations
Color information
#D378F1 (or 0xD378F1) is known color: Heliotrope. HEX triplet: D3, 78 and F1. RGB value is (211,120,241). Sum of RGB (Red+Green+Blue) = 211+120+241=572 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.89% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #D378F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378F1 is #2C870E. Grayscale: #A0A0A0. Windows color (decimal): -2918159 or 15825107. OLE color: 15825107.
HSL color Cylindrical-coordinate representation of color #D378F1: hue angle of 285.12º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D378F1 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 120 | 241 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.05 |
| HSL | 285.12º | 0.81% | 0.71% | - |
| HSV(B) | 285.12º | 0.5% | 0.95% | - |
| XYZ | 49.46 | 33.63 | 87.1 | - |
| YUV | 161 | 173.15 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 241 | 0.12 | 0.50 | 0 | 0.05 | 285.12 | 0.81 | 0.71 |
| Hex | D3 | 78 | F1 | C | 32 | 0 | 5 | 11D | 51 | 47 |
| Octal | 323 | 170 | 361 | 14 | 62 | 0 | 5 | 435 | 121 | 107 |
| Binary | 11010011 | 1111000 | 11110001 | 1100 | 110010 | 0 | 101 | 100011101 | 1010001 | 1000111 |
Color Harmonies of #D378F1
Complementary color
Monochromatic Colors of #D378F1
Black with #D378F1
Text Example
Text Example
White with #D378F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378F1; }
p { color: rgb(211,120,241); }
H1.HeaderClassName
{
color: #D378F1;
}
.AnyTagClassName
{
color: #D378F1;
}
</style>
background-color css
<style>
a { background-color: #D378F1; }
a { background-color: rgb(211,120,241); }
div.DivClassName
{
background-color: #D378F1;
}
.BgClassName
{
background-color: #D378F1;
}
</style>
border-color css
<style>
span { border-color: #D378F1; }
span { border-color: rgb(211,120,241); }
td.TdClassName
{
border-color: #D378F1;
}
.TagClassName
{
border-color: #D378F1;
}
</style>