Shades of Heliotrope #D479F0
Tints of Heliotrope #D479F0
RGB
CMYK
RGB Variations
Color information
#D479F0 (or 0xD479F0) is known color: Heliotrope. HEX triplet: D4, 79 and F0. RGB value is (212,121,240). Sum of RGB (Red+Green+Blue) = 212+121+240=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 121 (47.66% from 255 or 21.12% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #D479F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D479F0 is #2B860F. Grayscale: #A1A1A1. Windows color (decimal): -2852368 or 15759828. OLE color: 15759828.
HSL color Cylindrical-coordinate representation of color #D479F0: hue angle of 285.88º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D479F0 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 121 | 240 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.06 |
| HSL | 285.88º | 0.8% | 0.71% | - |
| HSV(B) | 285.88º | 0.5% | 0.94% | - |
| XYZ | 49.72 | 33.96 | 86.37 | - |
| YUV | 161.78 | 172.15 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 240 | 0.12 | 0.50 | 0 | 0.06 | 285.88 | 0.8 | 0.71 |
| Hex | D4 | 79 | F0 | C | 32 | 0 | 6 | 11E | 50 | 47 |
| Octal | 324 | 171 | 360 | 14 | 62 | 0 | 6 | 436 | 120 | 107 |
| Binary | 11010100 | 1111001 | 11110000 | 1100 | 110010 | 0 | 110 | 100011110 | 1010000 | 1000111 |
Color Harmonies of #D479F0
Complementary color
Monochromatic Colors of #D479F0
Black with #D479F0
Text Example
Text Example
White with #D479F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479F0; }
p { color: rgb(212,121,240); }
H1.HeaderClassName
{
color: #D479F0;
}
.AnyTagClassName
{
color: #D479F0;
}
</style>
background-color css
<style>
a { background-color: #D479F0; }
a { background-color: rgb(212,121,240); }
div.DivClassName
{
background-color: #D479F0;
}
.BgClassName
{
background-color: #D479F0;
}
</style>
border-color css
<style>
span { border-color: #D479F0; }
span { border-color: rgb(212,121,240); }
td.TdClassName
{
border-color: #D479F0;
}
.TagClassName
{
border-color: #D479F0;
}
</style>