Shades of Heliotrope #D385EB
Tints of Heliotrope #D385EB
RGB
CMYK
RGB Variations
Color information
#D385EB (or 0xD385EB) is known color: Heliotrope. HEX triplet: D3, 85 and EB. RGB value is (211,133,235). Sum of RGB (Red+Green+Blue) = 211+133+235=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 133 (52.34% from 255 or 22.97% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #D385EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D385EB is #2C7A14. Grayscale: #A7A7A7. Windows color (decimal): -2914837 or 15435219. OLE color: 15435219.
HSL color Cylindrical-coordinate representation of color #D385EB: hue angle of 285.88º 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 #D385EB is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 133 | 235 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.08 |
| HSL | 285.88º | 0.72% | 0.72% | - |
| HSV(B) | 285.88º | 0.43% | 0.92% | - |
| XYZ | 50.25 | 36.62 | 83.02 | - |
| YUV | 167.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 235 | 0.10 | 0.43 | 0 | 0.08 | 285.88 | 0.72 | 0.72 |
| Hex | D3 | 85 | EB | A | 2B | 0 | 8 | 11E | 48 | 48 |
| Octal | 323 | 205 | 353 | 12 | 53 | 0 | 10 | 436 | 110 | 110 |
| Binary | 11010011 | 10000101 | 11101011 | 1010 | 101011 | 0 | 1000 | 100011110 | 1001000 | 1001000 |
Color Harmonies of #D385EB
Complementary color
Monochromatic Colors of #D385EB
Black with #D385EB
Text Example
Text Example
White with #D385EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D385EB; }
p { color: rgb(211,133,235); }
H1.HeaderClassName
{
color: #D385EB;
}
.AnyTagClassName
{
color: #D385EB;
}
</style>
background-color css
<style>
a { background-color: #D385EB; }
a { background-color: rgb(211,133,235); }
div.DivClassName
{
background-color: #D385EB;
}
.BgClassName
{
background-color: #D385EB;
}
</style>
border-color css
<style>
span { border-color: #D385EB; }
span { border-color: rgb(211,133,235); }
td.TdClassName
{
border-color: #D385EB;
}
.TagClassName
{
border-color: #D385EB;
}
</style>