Shades of Heliotrope #D285EF
Tints of Heliotrope #D285EF
RGB
CMYK
RGB Variations
Color information
#D285EF (or 0xD285EF) is known color: Heliotrope. HEX triplet: D2, 85 and EF. RGB value is (210,133,239). Sum of RGB (Red+Green+Blue) = 210+133+239=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #D285EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D285EF is #2D7A10. Grayscale: #A7A7A7. Windows color (decimal): -2980369 or 15697362. OLE color: 15697362.
HSL color Cylindrical-coordinate representation of color #D285EF: hue angle of 283.58º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D285EF is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 133 | 239 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.06 |
| HSL | 283.58º | 0.77% | 0.73% | - |
| HSV(B) | 283.58º | 0.44% | 0.94% | - |
| XYZ | 50.55 | 36.71 | 86.08 | - |
| YUV | 168.11 | 168.01 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 239 | 0.12 | 0.44 | 0 | 0.06 | 283.58 | 0.77 | 0.73 |
| Hex | D2 | 85 | EF | C | 2C | 0 | 6 | 11C | 4D | 49 |
| Octal | 322 | 205 | 357 | 14 | 54 | 0 | 6 | 434 | 115 | 111 |
| Binary | 11010010 | 10000101 | 11101111 | 1100 | 101100 | 0 | 110 | 100011100 | 1001101 | 1001001 |
Color Harmonies of #D285EF
Complementary color
Monochromatic Colors of #D285EF
Black with #D285EF
Text Example
Text Example
White with #D285EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D285EF; }
p { color: rgb(210,133,239); }
H1.HeaderClassName
{
color: #D285EF;
}
.AnyTagClassName
{
color: #D285EF;
}
</style>
background-color css
<style>
a { background-color: #D285EF; }
a { background-color: rgb(210,133,239); }
div.DivClassName
{
background-color: #D285EF;
}
.BgClassName
{
background-color: #D285EF;
}
</style>
border-color css
<style>
span { border-color: #D285EF; }
span { border-color: rgb(210,133,239); }
td.TdClassName
{
border-color: #D285EF;
}
.TagClassName
{
border-color: #D285EF;
}
</style>