Shades of Heliotrope #D579FE
Tints of Heliotrope #D579FE
RGB
CMYK
RGB Variations
Color information
#D579FE (or 0xD579FE) is known color: Heliotrope. HEX triplet: D5, 79 and FE. RGB value is (213,121,254). Sum of RGB (Red+Green+Blue) = 213+121+254=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 121 (47.66% from 255 or 20.58% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #D579FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D579FE is #2A8601. Grayscale: #A3A3A3. Windows color (decimal): -2786818 or 16677333. OLE color: 16677333.
HSL color Cylindrical-coordinate representation of color #D579FE: hue angle of 281.5º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D579FE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 121 | 254 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.00 |
| HSL | 281.5º | 0.99% | 0.74% | - |
| HSV(B) | 281.5º | 0.52% | 1% | - |
| XYZ | 52.17 | 34.98 | 97.77 | - |
| YUV | 163.67 | 178.98 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 254 | 0.16 | 0.52 | 0 | 0.00 | 281.5 | 0.99 | 0.74 |
| Hex | D5 | 79 | FE | 10 | 34 | 0 | 0 | 11A | 63 | 4A |
| Octal | 325 | 171 | 376 | 20 | 64 | 0 | 0 | 432 | 143 | 112 |
| Binary | 11010101 | 1111001 | 11111110 | 10000 | 110100 | 0 | 0 | 100011010 | 1100011 | 1001010 |
Color Harmonies of #D579FE
Complementary color
Monochromatic Colors of #D579FE
Black with #D579FE
Text Example
Text Example
White with #D579FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D579FE; }
p { color: rgb(213,121,254); }
H1.HeaderClassName
{
color: #D579FE;
}
.AnyTagClassName
{
color: #D579FE;
}
</style>
background-color css
<style>
a { background-color: #D579FE; }
a { background-color: rgb(213,121,254); }
div.DivClassName
{
background-color: #D579FE;
}
.BgClassName
{
background-color: #D579FE;
}
</style>
border-color css
<style>
span { border-color: #D579FE; }
span { border-color: rgb(213,121,254); }
td.TdClassName
{
border-color: #D579FE;
}
.TagClassName
{
border-color: #D579FE;
}
</style>