Shades of Heliotrope #D58AED
Tints of Heliotrope #D58AED
RGB
CMYK
RGB Variations
Color information
#D58AED (or 0xD58AED) is known color: Heliotrope. HEX triplet: D5, 8A and ED. RGB value is (213,138,237). Sum of RGB (Red+Green+Blue) = 213+138+237=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #D58AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AED is #2A7512. Grayscale: #ABABAB. Windows color (decimal): -2782483 or 15567573. OLE color: 15567573.
HSL color Cylindrical-coordinate representation of color #D58AED: hue angle of 285.45º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D58AED is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 138 | 237 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.07 |
| HSL | 285.45º | 0.73% | 0.74% | - |
| HSV(B) | 285.45º | 0.42% | 0.93% | - |
| XYZ | 51.82 | 38.44 | 84.81 | - |
| YUV | 171.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 237 | 0.10 | 0.42 | 0 | 0.07 | 285.45 | 0.73 | 0.74 |
| Hex | D5 | 8A | ED | A | 2A | 0 | 7 | 11D | 49 | 4A |
| Octal | 325 | 212 | 355 | 12 | 52 | 0 | 7 | 435 | 111 | 112 |
| Binary | 11010101 | 10001010 | 11101101 | 1010 | 101010 | 0 | 111 | 100011101 | 1001001 | 1001010 |
Color Harmonies of #D58AED
Complementary color
Monochromatic Colors of #D58AED
Black with #D58AED
Text Example
Text Example
White with #D58AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AED; }
p { color: rgb(213,138,237); }
H1.HeaderClassName
{
color: #D58AED;
}
.AnyTagClassName
{
color: #D58AED;
}
</style>
background-color css
<style>
a { background-color: #D58AED; }
a { background-color: rgb(213,138,237); }
div.DivClassName
{
background-color: #D58AED;
}
.BgClassName
{
background-color: #D58AED;
}
</style>
border-color css
<style>
span { border-color: #D58AED; }
span { border-color: rgb(213,138,237); }
td.TdClassName
{
border-color: #D58AED;
}
.TagClassName
{
border-color: #D58AED;
}
</style>