Shades of Heliotrope #D388EF
Tints of Heliotrope #D388EF
RGB
CMYK
RGB Variations
Color information
#D388EF (or 0xD388EF) is known color: Heliotrope. HEX triplet: D3, 88 and EF. RGB value is (211,136,239). Sum of RGB (Red+Green+Blue) = 211+136+239=586 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.01% from 586); Green value is 136 (53.52% from 255 or 23.21% from 586); Blue value is 239 (93.75% from 255 or 40.78% from 586); Max value from RGB is 239 - color contains mainly: blue. Hex color #D388EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D388EF is #2C7710. Grayscale: #A9A9A9. Windows color (decimal): -2914065 or 15698131. OLE color: 15698131.
HSL color Cylindrical-coordinate representation of color #D388EF: hue angle of 283.69º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D388EF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 136 | 239 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.06 |
| HSL | 283.69º | 0.76% | 0.74% | - |
| HSV(B) | 283.69º | 0.43% | 0.94% | - |
| XYZ | 51.25 | 37.69 | 86.24 | - |
| YUV | 170.17 | 166.85 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 239 | 0.12 | 0.43 | 0 | 0.06 | 283.69 | 0.76 | 0.74 |
| Hex | D3 | 88 | EF | C | 2B | 0 | 6 | 11C | 4C | 4A |
| Octal | 323 | 210 | 357 | 14 | 53 | 0 | 6 | 434 | 114 | 112 |
| Binary | 11010011 | 10001000 | 11101111 | 1100 | 101011 | 0 | 110 | 100011100 | 1001100 | 1001010 |
Color Harmonies of #D388EF
Complementary color
Monochromatic Colors of #D388EF
Black with #D388EF
Text Example
Text Example
White with #D388EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D388EF; }
p { color: rgb(211,136,239); }
H1.HeaderClassName
{
color: #D388EF;
}
.AnyTagClassName
{
color: #D388EF;
}
</style>
background-color css
<style>
a { background-color: #D388EF; }
a { background-color: rgb(211,136,239); }
div.DivClassName
{
background-color: #D388EF;
}
.BgClassName
{
background-color: #D388EF;
}
</style>
border-color css
<style>
span { border-color: #D388EF; }
span { border-color: rgb(211,136,239); }
td.TdClassName
{
border-color: #D388EF;
}
.TagClassName
{
border-color: #D388EF;
}
</style>