Shades of Heliotrope #D378F2
Tints of Heliotrope #D378F2
RGB
CMYK
RGB Variations
Color information
#D378F2 (or 0xD378F2) is known color: Heliotrope. HEX triplet: D3, 78 and F2. RGB value is (211,120,242). Sum of RGB (Red+Green+Blue) = 211+120+242=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #D378F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378F2 is #2C870D. Grayscale: #A0A0A0. Windows color (decimal): -2918158 or 15890643. OLE color: 15890643.
HSL color Cylindrical-coordinate representation of color #D378F2: hue angle of 284.75º degrees, saturation: 0.82, 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 #D378F2 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 120 | 242 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.05 |
| HSL | 284.75º | 0.82% | 0.71% | - |
| HSV(B) | 284.75º | 0.5% | 0.95% | - |
| XYZ | 49.61 | 33.69 | 87.89 | - |
| YUV | 161.12 | 173.65 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 242 | 0.13 | 0.50 | 0 | 0.05 | 284.75 | 0.82 | 0.71 |
| Hex | D3 | 78 | F2 | D | 32 | 0 | 5 | 11D | 52 | 47 |
| Octal | 323 | 170 | 362 | 15 | 62 | 0 | 5 | 435 | 122 | 107 |
| Binary | 11010011 | 1111000 | 11110010 | 1101 | 110010 | 0 | 101 | 100011101 | 1010010 | 1000111 |
Color Harmonies of #D378F2
Complementary color
Monochromatic Colors of #D378F2
Black with #D378F2
Text Example
Text Example
White with #D378F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378F2; }
p { color: rgb(211,120,242); }
H1.HeaderClassName
{
color: #D378F2;
}
.AnyTagClassName
{
color: #D378F2;
}
</style>
background-color css
<style>
a { background-color: #D378F2; }
a { background-color: rgb(211,120,242); }
div.DivClassName
{
background-color: #D378F2;
}
.BgClassName
{
background-color: #D378F2;
}
</style>
border-color css
<style>
span { border-color: #D378F2; }
span { border-color: rgb(211,120,242); }
td.TdClassName
{
border-color: #D378F2;
}
.TagClassName
{
border-color: #D378F2;
}
</style>