Shades of Heliotrope #D378F9
Tints of Heliotrope #D378F9
RGB
CMYK
RGB Variations
Color information
#D378F9 (or 0xD378F9) is known color: Heliotrope. HEX triplet: D3, 78 and F9. RGB value is (211,120,249). Sum of RGB (Red+Green+Blue) = 211+120+249=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 120 (47.27% from 255 or 20.69% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #D378F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378F9 is #2C8706. Grayscale: #A1A1A1. Windows color (decimal): -2918151 or 16349395. OLE color: 16349395.
HSL color Cylindrical-coordinate representation of color #D378F9: hue angle of 282.33º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D378F9 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 120 | 249 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.02 |
| HSL | 282.33º | 0.91% | 0.72% | - |
| HSV(B) | 282.33º | 0.52% | 0.98% | - |
| XYZ | 50.68 | 34.12 | 93.54 | - |
| YUV | 161.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 249 | 0.15 | 0.52 | 0 | 0.02 | 282.33 | 0.91 | 0.72 |
| Hex | D3 | 78 | F9 | F | 34 | 0 | 2 | 11A | 5B | 48 |
| Octal | 323 | 170 | 371 | 17 | 64 | 0 | 2 | 432 | 133 | 110 |
| Binary | 11010011 | 1111000 | 11111001 | 1111 | 110100 | 0 | 10 | 100011010 | 1011011 | 1001000 |
Color Harmonies of #D378F9
Complementary color
Monochromatic Colors of #D378F9
Black with #D378F9
Text Example
Text Example
White with #D378F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378F9; }
p { color: rgb(211,120,249); }
H1.HeaderClassName
{
color: #D378F9;
}
.AnyTagClassName
{
color: #D378F9;
}
</style>
background-color css
<style>
a { background-color: #D378F9; }
a { background-color: rgb(211,120,249); }
div.DivClassName
{
background-color: #D378F9;
}
.BgClassName
{
background-color: #D378F9;
}
</style>
border-color css
<style>
span { border-color: #D378F9; }
span { border-color: rgb(211,120,249); }
td.TdClassName
{
border-color: #D378F9;
}
.TagClassName
{
border-color: #D378F9;
}
</style>