Shades of Heliotrope #D580ED
Tints of Heliotrope #D580ED
RGB
CMYK
RGB Variations
Color information
#D580ED (or 0xD580ED) is known color: Heliotrope. HEX triplet: D5, 80 and ED. RGB value is (213,128,237). Sum of RGB (Red+Green+Blue) = 213+128+237=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 128 (50.39% from 255 or 22.15% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #D580ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D580ED is #2A7F12. Grayscale: #A5A5A5. Windows color (decimal): -2785043 or 15565013. OLE color: 15565013.
HSL color Cylindrical-coordinate representation of color #D580ED: hue angle of 286.79º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D580ED is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 128 | 237 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.07 |
| HSL | 286.79º | 0.75% | 0.72% | - |
| HSV(B) | 286.79º | 0.46% | 0.93% | - |
| XYZ | 50.45 | 35.7 | 84.35 | - |
| YUV | 165.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 237 | 0.10 | 0.46 | 0 | 0.07 | 286.79 | 0.75 | 0.72 |
| Hex | D5 | 80 | ED | A | 2E | 0 | 7 | 11F | 4B | 48 |
| Octal | 325 | 200 | 355 | 12 | 56 | 0 | 7 | 437 | 113 | 110 |
| Binary | 11010101 | 10000000 | 11101101 | 1010 | 101110 | 0 | 111 | 100011111 | 1001011 | 1001000 |
Color Harmonies of #D580ED
Complementary color
Monochromatic Colors of #D580ED
Black with #D580ED
Text Example
Text Example
White with #D580ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580ED; }
p { color: rgb(213,128,237); }
H1.HeaderClassName
{
color: #D580ED;
}
.AnyTagClassName
{
color: #D580ED;
}
</style>
background-color css
<style>
a { background-color: #D580ED; }
a { background-color: rgb(213,128,237); }
div.DivClassName
{
background-color: #D580ED;
}
.BgClassName
{
background-color: #D580ED;
}
</style>
border-color css
<style>
span { border-color: #D580ED; }
span { border-color: rgb(213,128,237); }
td.TdClassName
{
border-color: #D580ED;
}
.TagClassName
{
border-color: #D580ED;
}
</style>