Shades of Heliotrope #D580EC
Tints of Heliotrope #D580EC
RGB
CMYK
RGB Variations
Color information
#D580EC (or 0xD580EC) is known color: Heliotrope. HEX triplet: D5, 80 and EC. RGB value is (213,128,236). Sum of RGB (Red+Green+Blue) = 213+128+236=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #D580EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D580EC is #2A7F13. Grayscale: #A5A5A5. Windows color (decimal): -2785044 or 15499477. OLE color: 15499477.
HSL color Cylindrical-coordinate representation of color #D580EC: hue angle of 287.22º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D580EC is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 128 | 236 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.07 |
| HSL | 287.22º | 0.74% | 0.71% | - |
| HSV(B) | 287.22º | 0.46% | 0.93% | - |
| XYZ | 50.3 | 35.64 | 83.59 | - |
| YUV | 165.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 236 | 0.10 | 0.46 | 0 | 0.07 | 287.22 | 0.74 | 0.71 |
| Hex | D5 | 80 | EC | A | 2E | 0 | 7 | 11F | 4A | 47 |
| Octal | 325 | 200 | 354 | 12 | 56 | 0 | 7 | 437 | 112 | 107 |
| Binary | 11010101 | 10000000 | 11101100 | 1010 | 101110 | 0 | 111 | 100011111 | 1001010 | 1000111 |
Color Harmonies of #D580EC
Complementary color
Monochromatic Colors of #D580EC
Black with #D580EC
Text Example
Text Example
White with #D580EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D580EC; }
p { color: rgb(213,128,236); }
H1.HeaderClassName
{
color: #D580EC;
}
.AnyTagClassName
{
color: #D580EC;
}
</style>
background-color css
<style>
a { background-color: #D580EC; }
a { background-color: rgb(213,128,236); }
div.DivClassName
{
background-color: #D580EC;
}
.BgClassName
{
background-color: #D580EC;
}
</style>
border-color css
<style>
span { border-color: #D580EC; }
span { border-color: rgb(213,128,236); }
td.TdClassName
{
border-color: #D580EC;
}
.TagClassName
{
border-color: #D580EC;
}
</style>