Shades of Heliotrope #D581EB
Tints of Heliotrope #D581EB
RGB
CMYK
RGB Variations
Color information
#D581EB (or 0xD581EB) is known color: Heliotrope. HEX triplet: D5, 81 and EB. RGB value is (213,129,235). Sum of RGB (Red+Green+Blue) = 213+129+235=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #D581EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D581EB is #2A7E14. Grayscale: #A5A5A5. Windows color (decimal): -2784789 or 15434197. OLE color: 15434197.
HSL color Cylindrical-coordinate representation of color #D581EB: hue angle of 287.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D581EB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 129 | 235 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.08 |
| HSL | 287.55º | 0.73% | 0.71% | - |
| HSV(B) | 287.55º | 0.45% | 0.92% | - |
| XYZ | 50.29 | 35.84 | 82.87 | - |
| YUV | 166.2 | 166.83 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 129 | 235 | 0.09 | 0.45 | 0 | 0.08 | 287.55 | 0.73 | 0.71 |
| Hex | D5 | 81 | EB | 9 | 2D | 0 | 8 | 120 | 49 | 47 |
| Octal | 325 | 201 | 353 | 11 | 55 | 0 | 10 | 440 | 111 | 107 |
| Binary | 11010101 | 10000001 | 11101011 | 1001 | 101101 | 0 | 1000 | 100100000 | 1001001 | 1000111 |
Color Harmonies of #D581EB
Complementary color
Monochromatic Colors of #D581EB
Black with #D581EB
Text Example
Text Example
White with #D581EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D581EB; }
p { color: rgb(213,129,235); }
H1.HeaderClassName
{
color: #D581EB;
}
.AnyTagClassName
{
color: #D581EB;
}
</style>
background-color css
<style>
a { background-color: #D581EB; }
a { background-color: rgb(213,129,235); }
div.DivClassName
{
background-color: #D581EB;
}
.BgClassName
{
background-color: #D581EB;
}
</style>
border-color css
<style>
span { border-color: #D581EB; }
span { border-color: rgb(213,129,235); }
td.TdClassName
{
border-color: #D581EB;
}
.TagClassName
{
border-color: #D581EB;
}
</style>