Shades of Heliotrope #D485ED
Tints of Heliotrope #D485ED
RGB
CMYK
RGB Variations
Color information
#D485ED (or 0xD485ED) is known color: Heliotrope. HEX triplet: D4, 85 and ED. RGB value is (212,133,237). Sum of RGB (Red+Green+Blue) = 212+133+237=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #D485ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D485ED is #2B7A12. Grayscale: #A8A8A8. Windows color (decimal): -2849299 or 15566292. OLE color: 15566292.
HSL color Cylindrical-coordinate representation of color #D485ED: hue angle of 285.58º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D485ED is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 133 | 237 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.07 |
| HSL | 285.58º | 0.74% | 0.73% | - |
| HSV(B) | 285.58º | 0.44% | 0.93% | - |
| XYZ | 50.82 | 36.89 | 84.56 | - |
| YUV | 168.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 237 | 0.11 | 0.44 | 0 | 0.07 | 285.58 | 0.74 | 0.73 |
| Hex | D4 | 85 | ED | B | 2C | 0 | 7 | 11E | 4A | 49 |
| Octal | 324 | 205 | 355 | 13 | 54 | 0 | 7 | 436 | 112 | 111 |
| Binary | 11010100 | 10000101 | 11101101 | 1011 | 101100 | 0 | 111 | 100011110 | 1001010 | 1001001 |
Color Harmonies of #D485ED
Complementary color
Monochromatic Colors of #D485ED
Black with #D485ED
Text Example
Text Example
White with #D485ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D485ED; }
p { color: rgb(212,133,237); }
H1.HeaderClassName
{
color: #D485ED;
}
.AnyTagClassName
{
color: #D485ED;
}
</style>
background-color css
<style>
a { background-color: #D485ED; }
a { background-color: rgb(212,133,237); }
div.DivClassName
{
background-color: #D485ED;
}
.BgClassName
{
background-color: #D485ED;
}
</style>
border-color css
<style>
span { border-color: #D485ED; }
span { border-color: rgb(212,133,237); }
td.TdClassName
{
border-color: #D485ED;
}
.TagClassName
{
border-color: #D485ED;
}
</style>