Shades of Heliotrope #D479FA
Tints of Heliotrope #D479FA
RGB
CMYK
RGB Variations
Color information
#D479FA (or 0xD479FA) is known color: Heliotrope. HEX triplet: D4, 79 and FA. RGB value is (212,121,250). Sum of RGB (Red+Green+Blue) = 212+121+250=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 121 (47.66% from 255 or 20.75% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #D479FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D479FA is #2B8605. Grayscale: #A2A2A2. Windows color (decimal): -2852358 or 16415188. OLE color: 16415188.
HSL color Cylindrical-coordinate representation of color #D479FA: hue angle of 282.33º 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 #D479FA is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 121 | 250 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.02 |
| HSL | 282.33º | 0.93% | 0.73% | - |
| HSV(B) | 282.33º | 0.52% | 0.98% | - |
| XYZ | 51.24 | 34.57 | 94.42 | - |
| YUV | 162.92 | 177.15 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 250 | 0.15 | 0.52 | 0 | 0.02 | 282.33 | 0.93 | 0.73 |
| Hex | D4 | 79 | FA | F | 34 | 0 | 2 | 11A | 5D | 49 |
| Octal | 324 | 171 | 372 | 17 | 64 | 0 | 2 | 432 | 135 | 111 |
| Binary | 11010100 | 1111001 | 11111010 | 1111 | 110100 | 0 | 10 | 100011010 | 1011101 | 1001001 |
Color Harmonies of #D479FA
Complementary color
Monochromatic Colors of #D479FA
Black with #D479FA
Text Example
Text Example
White with #D479FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479FA; }
p { color: rgb(212,121,250); }
H1.HeaderClassName
{
color: #D479FA;
}
.AnyTagClassName
{
color: #D479FA;
}
</style>
background-color css
<style>
a { background-color: #D479FA; }
a { background-color: rgb(212,121,250); }
div.DivClassName
{
background-color: #D479FA;
}
.BgClassName
{
background-color: #D479FA;
}
</style>
border-color css
<style>
span { border-color: #D479FA; }
span { border-color: rgb(212,121,250); }
td.TdClassName
{
border-color: #D479FA;
}
.TagClassName
{
border-color: #D479FA;
}
</style>