Shades of Heliotrope #D378FA
Tints of Heliotrope #D378FA
RGB
CMYK
RGB Variations
Color information
#D378FA (or 0xD378FA) is known color: Heliotrope. HEX triplet: D3, 78 and FA. RGB value is (211,120,250). Sum of RGB (Red+Green+Blue) = 211+120+250=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #D378FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378FA is #2C8705. Grayscale: #A1A1A1. Windows color (decimal): -2918150 or 16414931. OLE color: 16414931.
HSL color Cylindrical-coordinate representation of color #D378FA: hue angle of 282º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D378FA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 120 | 250 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.02 |
| HSL | 282º | 0.93% | 0.73% | - |
| HSV(B) | 282º | 0.52% | 0.98% | - |
| XYZ | 50.84 | 34.18 | 94.36 | - |
| YUV | 162.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 250 | 0.16 | 0.52 | 0 | 0.02 | 282 | 0.93 | 0.73 |
| Hex | D3 | 78 | FA | 10 | 34 | 0 | 2 | 11A | 5D | 49 |
| Octal | 323 | 170 | 372 | 20 | 64 | 0 | 2 | 432 | 135 | 111 |
| Binary | 11010011 | 1111000 | 11111010 | 10000 | 110100 | 0 | 10 | 100011010 | 1011101 | 1001001 |
Color Harmonies of #D378FA
Complementary color
Monochromatic Colors of #D378FA
Black with #D378FA
Text Example
Text Example
White with #D378FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378FA; }
p { color: rgb(211,120,250); }
H1.HeaderClassName
{
color: #D378FA;
}
.AnyTagClassName
{
color: #D378FA;
}
</style>
background-color css
<style>
a { background-color: #D378FA; }
a { background-color: rgb(211,120,250); }
div.DivClassName
{
background-color: #D378FA;
}
.BgClassName
{
background-color: #D378FA;
}
</style>
border-color css
<style>
span { border-color: #D378FA; }
span { border-color: rgb(211,120,250); }
td.TdClassName
{
border-color: #D378FA;
}
.TagClassName
{
border-color: #D378FA;
}
</style>