Shades of Heliotrope #D384EB
Tints of Heliotrope #D384EB
RGB
CMYK
RGB Variations
Color information
#D384EB (or 0xD384EB) is known color: Heliotrope. HEX triplet: D3, 84 and EB. RGB value is (211,132,235). Sum of RGB (Red+Green+Blue) = 211+132+235=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #D384EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D384EB is #2C7B14. Grayscale: #A7A7A7. Windows color (decimal): -2915093 or 15434963. OLE color: 15434963.
HSL color Cylindrical-coordinate representation of color #D384EB: hue angle of 286.02º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D384EB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 132 | 235 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.08 |
| HSL | 286.02º | 0.72% | 0.72% | - |
| HSV(B) | 286.02º | 0.44% | 0.92% | - |
| XYZ | 50.11 | 36.35 | 82.97 | - |
| YUV | 167.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 132 | 235 | 0.10 | 0.44 | 0 | 0.08 | 286.02 | 0.72 | 0.72 |
| Hex | D3 | 84 | EB | A | 2C | 0 | 8 | 11E | 48 | 48 |
| Octal | 323 | 204 | 353 | 12 | 54 | 0 | 10 | 436 | 110 | 110 |
| Binary | 11010011 | 10000100 | 11101011 | 1010 | 101100 | 0 | 1000 | 100011110 | 1001000 | 1001000 |
Color Harmonies of #D384EB
Complementary color
Monochromatic Colors of #D384EB
Black with #D384EB
Text Example
Text Example
White with #D384EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D384EB; }
p { color: rgb(211,132,235); }
H1.HeaderClassName
{
color: #D384EB;
}
.AnyTagClassName
{
color: #D384EB;
}
</style>
background-color css
<style>
a { background-color: #D384EB; }
a { background-color: rgb(211,132,235); }
div.DivClassName
{
background-color: #D384EB;
}
.BgClassName
{
background-color: #D384EB;
}
</style>
border-color css
<style>
span { border-color: #D384EB; }
span { border-color: rgb(211,132,235); }
td.TdClassName
{
border-color: #D384EB;
}
.TagClassName
{
border-color: #D384EB;
}
</style>