Shades of Heliotrope #D382EB
Tints of Heliotrope #D382EB
RGB
CMYK
RGB Variations
Color information
#D382EB (or 0xD382EB) is known color: Heliotrope. HEX triplet: D3, 82 and EB. RGB value is (211,130,235). Sum of RGB (Red+Green+Blue) = 211+130+235=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 130 (51.17% from 255 or 22.57% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #D382EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D382EB is #2C7D14. Grayscale: #A5A5A5. Windows color (decimal): -2915605 or 15434451. OLE color: 15434451.
HSL color Cylindrical-coordinate representation of color #D382EB: hue angle of 286.29º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D382EB is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 130 | 235 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.08 |
| HSL | 286.29º | 0.72% | 0.72% | - |
| HSV(B) | 286.29º | 0.45% | 0.92% | - |
| XYZ | 49.84 | 35.81 | 82.88 | - |
| YUV | 166.19 | 166.84 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 130 | 235 | 0.10 | 0.45 | 0 | 0.08 | 286.29 | 0.72 | 0.72 |
| Hex | D3 | 82 | EB | A | 2D | 0 | 8 | 11E | 48 | 48 |
| Octal | 323 | 202 | 353 | 12 | 55 | 0 | 10 | 436 | 110 | 110 |
| Binary | 11010011 | 10000010 | 11101011 | 1010 | 101101 | 0 | 1000 | 100011110 | 1001000 | 1001000 |
Color Harmonies of #D382EB
Complementary color
Monochromatic Colors of #D382EB
Black with #D382EB
Text Example
Text Example
White with #D382EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D382EB; }
p { color: rgb(211,130,235); }
H1.HeaderClassName
{
color: #D382EB;
}
.AnyTagClassName
{
color: #D382EB;
}
</style>
background-color css
<style>
a { background-color: #D382EB; }
a { background-color: rgb(211,130,235); }
div.DivClassName
{
background-color: #D382EB;
}
.BgClassName
{
background-color: #D382EB;
}
</style>
border-color css
<style>
span { border-color: #D382EB; }
span { border-color: rgb(211,130,235); }
td.TdClassName
{
border-color: #D382EB;
}
.TagClassName
{
border-color: #D382EB;
}
</style>