Shades of Heliotrope #D38EFB
Tints of Heliotrope #D38EFB
RGB
CMYK
RGB Variations
Color information
#D38EFB (or 0xD38EFB) is known color: Heliotrope. HEX triplet: D3, 8E and FB. RGB value is (211,142,251). Sum of RGB (Red+Green+Blue) = 211+142+251=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 142 (55.86% from 255 or 23.51% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #D38EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38EFB is #2C7104. Grayscale: #AEAEAE. Windows color (decimal): -2912517 or 16486099. OLE color: 16486099.
HSL color Cylindrical-coordinate representation of color #D38EFB: hue angle of 277.98º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D38EFB is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 142 | 251 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.02 |
| HSL | 277.98º | 0.93% | 0.77% | - |
| HSV(B) | 277.98º | 0.43% | 0.98% | - |
| XYZ | 53.95 | 40.16 | 96.17 | - |
| YUV | 175.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 142 | 251 | 0.16 | 0.43 | 0 | 0.02 | 277.98 | 0.93 | 0.77 |
| Hex | D3 | 8E | FB | 10 | 2B | 0 | 2 | 116 | 5D | 4D |
| Octal | 323 | 216 | 373 | 20 | 53 | 0 | 2 | 426 | 135 | 115 |
| Binary | 11010011 | 10001110 | 11111011 | 10000 | 101011 | 0 | 10 | 100010110 | 1011101 | 1001101 |
Color Harmonies of #D38EFB
Complementary color
Monochromatic Colors of #D38EFB
Black with #D38EFB
Text Example
Text Example
White with #D38EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38EFB; }
p { color: rgb(211,142,251); }
H1.HeaderClassName
{
color: #D38EFB;
}
.AnyTagClassName
{
color: #D38EFB;
}
</style>
background-color css
<style>
a { background-color: #D38EFB; }
a { background-color: rgb(211,142,251); }
div.DivClassName
{
background-color: #D38EFB;
}
.BgClassName
{
background-color: #D38EFB;
}
</style>
border-color css
<style>
span { border-color: #D38EFB; }
span { border-color: rgb(211,142,251); }
td.TdClassName
{
border-color: #D38EFB;
}
.TagClassName
{
border-color: #D38EFB;
}
</style>