Shades of Heliotrope #D58DFD
Tints of Heliotrope #D58DFD
RGB
CMYK
RGB Variations
Color information
#D58DFD (or 0xD58DFD) is known color: Heliotrope. HEX triplet: D5, 8D and FD. RGB value is (213,141,253). Sum of RGB (Red+Green+Blue) = 213+141+253=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 141 (55.47% from 255 or 23.23% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D58DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58DFD is #2A7202. Grayscale: #AEAEAE. Windows color (decimal): -2781699 or 16616917. OLE color: 16616917.
HSL color Cylindrical-coordinate representation of color #D58DFD: hue angle of 278.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D58DFD is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 141 | 253 | - |
| CMYK | 0.16 | 0.44 | 0 | 0.01 |
| HSL | 278.57º | 0.97% | 0.77% | - |
| HSV(B) | 278.57º | 0.44% | 0.99% | - |
| XYZ | 54.7 | 40.29 | 97.82 | - |
| YUV | 175.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 253 | 0.16 | 0.44 | 0 | 0.01 | 278.57 | 0.97 | 0.77 |
| Hex | D5 | 8D | FD | 10 | 2C | 0 | 1 | 117 | 61 | 4D |
| Octal | 325 | 215 | 375 | 20 | 54 | 0 | 1 | 427 | 141 | 115 |
| Binary | 11010101 | 10001101 | 11111101 | 10000 | 101100 | 0 | 1 | 100010111 | 1100001 | 1001101 |
Color Harmonies of #D58DFD
Complementary color
Monochromatic Colors of #D58DFD
Black with #D58DFD
Text Example
Text Example
White with #D58DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DFD; }
p { color: rgb(213,141,253); }
H1.HeaderClassName
{
color: #D58DFD;
}
.AnyTagClassName
{
color: #D58DFD;
}
</style>
background-color css
<style>
a { background-color: #D58DFD; }
a { background-color: rgb(213,141,253); }
div.DivClassName
{
background-color: #D58DFD;
}
.BgClassName
{
background-color: #D58DFD;
}
</style>
border-color css
<style>
span { border-color: #D58DFD; }
span { border-color: rgb(213,141,253); }
td.TdClassName
{
border-color: #D58DFD;
}
.TagClassName
{
border-color: #D58DFD;
}
</style>