Shades of Heliotrope #D579FC
Tints of Heliotrope #D579FC
RGB
CMYK
RGB Variations
Color information
#D579FC (or 0xD579FC) is known color: Heliotrope. HEX triplet: D5, 79 and FC. RGB value is (213,121,252). Sum of RGB (Red+Green+Blue) = 213+121+252=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 121 (47.66% from 255 or 20.65% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #D579FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D579FC is #2A8603. Grayscale: #A3A3A3. Windows color (decimal): -2786820 or 16546261. OLE color: 16546261.
HSL color Cylindrical-coordinate representation of color #D579FC: hue angle of 282.14º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D579FC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 121 | 252 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.01 |
| HSL | 282.14º | 0.96% | 0.73% | - |
| HSV(B) | 282.14º | 0.52% | 0.99% | - |
| XYZ | 51.85 | 34.85 | 96.09 | - |
| YUV | 163.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 252 | 0.15 | 0.52 | 0 | 0.01 | 282.14 | 0.96 | 0.73 |
| Hex | D5 | 79 | FC | F | 34 | 0 | 1 | 11A | 60 | 49 |
| Octal | 325 | 171 | 374 | 17 | 64 | 0 | 1 | 432 | 140 | 111 |
| Binary | 11010101 | 1111001 | 11111100 | 1111 | 110100 | 0 | 1 | 100011010 | 1100000 | 1001001 |
Color Harmonies of #D579FC
Complementary color
Monochromatic Colors of #D579FC
Black with #D579FC
Text Example
Text Example
White with #D579FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579FC; }
p { color: rgb(213,121,252); }
H1.HeaderClassName
{
color: #D579FC;
}
.AnyTagClassName
{
color: #D579FC;
}
</style>
background-color css
<style>
a { background-color: #D579FC; }
a { background-color: rgb(213,121,252); }
div.DivClassName
{
background-color: #D579FC;
}
.BgClassName
{
background-color: #D579FC;
}
</style>
border-color css
<style>
span { border-color: #D579FC; }
span { border-color: rgb(213,121,252); }
td.TdClassName
{
border-color: #D579FC;
}
.TagClassName
{
border-color: #D579FC;
}
</style>