Shades of Heliotrope #D285EC
Tints of Heliotrope #D285EC
RGB
CMYK
RGB Variations
Color information
#D285EC (or 0xD285EC) is known color: Heliotrope. HEX triplet: D2, 85 and EC. RGB value is (210,133,236). Sum of RGB (Red+Green+Blue) = 210+133+236=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #D285EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285EC is #2D7A13. Grayscale: #A7A7A7. Windows color (decimal): -2980372 or 15500754. OLE color: 15500754.
HSL color Cylindrical-coordinate representation of color #D285EC: hue angle of 284.85º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D285EC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 133 | 236 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.07 |
| HSL | 284.85º | 0.73% | 0.72% | - |
| HSV(B) | 284.85º | 0.44% | 0.93% | - |
| XYZ | 50.11 | 36.53 | 83.77 | - |
| YUV | 167.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 236 | 0.11 | 0.44 | 0 | 0.07 | 284.85 | 0.73 | 0.72 |
| Hex | D2 | 85 | EC | B | 2C | 0 | 7 | 11D | 49 | 48 |
| Octal | 322 | 205 | 354 | 13 | 54 | 0 | 7 | 435 | 111 | 110 |
| Binary | 11010010 | 10000101 | 11101100 | 1011 | 101100 | 0 | 111 | 100011101 | 1001001 | 1001000 |
Color Harmonies of #D285EC
Complementary color
Monochromatic Colors of #D285EC
Black with #D285EC
Text Example
Text Example
White with #D285EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285EC; }
p { color: rgb(210,133,236); }
H1.HeaderClassName
{
color: #D285EC;
}
.AnyTagClassName
{
color: #D285EC;
}
</style>
background-color css
<style>
a { background-color: #D285EC; }
a { background-color: rgb(210,133,236); }
div.DivClassName
{
background-color: #D285EC;
}
.BgClassName
{
background-color: #D285EC;
}
</style>
border-color css
<style>
span { border-color: #D285EC; }
span { border-color: rgb(210,133,236); }
td.TdClassName
{
border-color: #D285EC;
}
.TagClassName
{
border-color: #D285EC;
}
</style>