Shades of Heliotrope #D378F8
Tints of Heliotrope #D378F8
RGB
CMYK
RGB Variations
Color information
#D378F8 (or 0xD378F8) is known color: Heliotrope. HEX triplet: D3, 78 and F8. RGB value is (211,120,248). Sum of RGB (Red+Green+Blue) = 211+120+248=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 248 (97.27% from 255 or 42.83% from 579); Max value from RGB is 248 - color contains mainly: blue. Hex color #D378F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378F8 is #2C8707. Grayscale: #A1A1A1. Windows color (decimal): -2918152 or 16283859. OLE color: 16283859.
HSL color Cylindrical-coordinate representation of color #D378F8: hue angle of 282.66º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D378F8 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 120 | 248 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.03 |
| HSL | 282.66º | 0.9% | 0.72% | - |
| HSV(B) | 282.66º | 0.52% | 0.97% | - |
| XYZ | 50.52 | 34.06 | 92.72 | - |
| YUV | 161.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 248 | 0.15 | 0.52 | 0 | 0.03 | 282.66 | 0.9 | 0.72 |
| Hex | D3 | 78 | F8 | F | 34 | 0 | 3 | 11B | 5A | 48 |
| Octal | 323 | 170 | 370 | 17 | 64 | 0 | 3 | 433 | 132 | 110 |
| Binary | 11010011 | 1111000 | 11111000 | 1111 | 110100 | 0 | 11 | 100011011 | 1011010 | 1001000 |
Color Harmonies of #D378F8
Complementary color
Monochromatic Colors of #D378F8
Black with #D378F8
Text Example
Text Example
White with #D378F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378F8; }
p { color: rgb(211,120,248); }
H1.HeaderClassName
{
color: #D378F8;
}
.AnyTagClassName
{
color: #D378F8;
}
</style>
background-color css
<style>
a { background-color: #D378F8; }
a { background-color: rgb(211,120,248); }
div.DivClassName
{
background-color: #D378F8;
}
.BgClassName
{
background-color: #D378F8;
}
</style>
border-color css
<style>
span { border-color: #D378F8; }
span { border-color: rgb(211,120,248); }
td.TdClassName
{
border-color: #D378F8;
}
.TagClassName
{
border-color: #D378F8;
}
</style>