Shades of Heliotrope #D585EB
Tints of Heliotrope #D585EB
RGB
CMYK
RGB Variations
Color information
#D585EB (or 0xD585EB) is known color: Heliotrope. HEX triplet: D5, 85 and EB. RGB value is (213,133,235). Sum of RGB (Red+Green+Blue) = 213+133+235=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #D585EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585EB is #2A7A14. Grayscale: #A8A8A8. Windows color (decimal): -2783765 or 15435221. OLE color: 15435221.
HSL color Cylindrical-coordinate representation of color #D585EB: hue angle of 287.06º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D585EB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 133 | 235 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.08 |
| HSL | 287.06º | 0.72% | 0.72% | - |
| HSV(B) | 287.06º | 0.43% | 0.92% | - |
| XYZ | 50.82 | 36.92 | 83.04 | - |
| YUV | 168.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 133 | 235 | 0.09 | 0.43 | 0 | 0.08 | 287.06 | 0.72 | 0.72 |
| Hex | D5 | 85 | EB | 9 | 2B | 0 | 8 | 11F | 48 | 48 |
| Octal | 325 | 205 | 353 | 11 | 53 | 0 | 10 | 437 | 110 | 110 |
| Binary | 11010101 | 10000101 | 11101011 | 1001 | 101011 | 0 | 1000 | 100011111 | 1001000 | 1001000 |
Color Harmonies of #D585EB
Complementary color
Monochromatic Colors of #D585EB
Black with #D585EB
Text Example
Text Example
White with #D585EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D585EB; }
p { color: rgb(213,133,235); }
H1.HeaderClassName
{
color: #D585EB;
}
.AnyTagClassName
{
color: #D585EB;
}
</style>
background-color css
<style>
a { background-color: #D585EB; }
a { background-color: rgb(213,133,235); }
div.DivClassName
{
background-color: #D585EB;
}
.BgClassName
{
background-color: #D585EB;
}
</style>
border-color css
<style>
span { border-color: #D585EB; }
span { border-color: rgb(213,133,235); }
td.TdClassName
{
border-color: #D585EB;
}
.TagClassName
{
border-color: #D585EB;
}
</style>