Shades of Heliotrope #D58DFE
Tints of Heliotrope #D58DFE
RGB
CMYK
RGB Variations
Color information
#D58DFE (or 0xD58DFE) is known color: Heliotrope. HEX triplet: D5, 8D and FE. RGB value is (213,141,254). Sum of RGB (Red+Green+Blue) = 213+141+254=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #D58DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DFE is #2A7201. Grayscale: #AFAFAF. Windows color (decimal): -2781698 or 16682453. OLE color: 16682453.
HSL color Cylindrical-coordinate representation of color #D58DFE: hue angle of 278.23º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D58DFE is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 141 | 254 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.00 |
| HSL | 278.23º | 0.98% | 0.77% | - |
| HSV(B) | 278.23º | 0.44% | 1% | - |
| XYZ | 54.85 | 40.35 | 98.66 | - |
| YUV | 175.41 | 172.35 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 254 | 0.16 | 0.44 | 0 | 0.00 | 278.23 | 0.98 | 0.77 |
| Hex | D5 | 8D | FE | 10 | 2C | 0 | 0 | 116 | 62 | 4D |
| Octal | 325 | 215 | 376 | 20 | 54 | 0 | 0 | 426 | 142 | 115 |
| Binary | 11010101 | 10001101 | 11111110 | 10000 | 101100 | 0 | 0 | 100010110 | 1100010 | 1001101 |
Color Harmonies of #D58DFE
Complementary color
Monochromatic Colors of #D58DFE
Black with #D58DFE
Text Example
Text Example
White with #D58DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DFE; }
p { color: rgb(213,141,254); }
H1.HeaderClassName
{
color: #D58DFE;
}
.AnyTagClassName
{
color: #D58DFE;
}
</style>
background-color css
<style>
a { background-color: #D58DFE; }
a { background-color: rgb(213,141,254); }
div.DivClassName
{
background-color: #D58DFE;
}
.BgClassName
{
background-color: #D58DFE;
}
</style>
border-color css
<style>
span { border-color: #D58DFE; }
span { border-color: rgb(213,141,254); }
td.TdClassName
{
border-color: #D58DFE;
}
.TagClassName
{
border-color: #D58DFE;
}
</style>