Shades of Heliotrope #D38BF6
Tints of Heliotrope #D38BF6
RGB
CMYK
RGB Variations
Color information
#D38BF6 (or 0xD38BF6) is known color: Heliotrope. HEX triplet: D3, 8B and F6. RGB value is (211,139,246). Sum of RGB (Red+Green+Blue) = 211+139+246=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #D38BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38BF6 is #2C7409. Grayscale: #ACACAC. Windows color (decimal): -2913290 or 16157651. OLE color: 16157651.
HSL color Cylindrical-coordinate representation of color #D38BF6: hue angle of 280.37º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D38BF6 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 139 | 246 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.04 |
| HSL | 280.37º | 0.86% | 0.75% | - |
| HSV(B) | 280.37º | 0.43% | 0.96% | - |
| XYZ | 52.73 | 38.97 | 91.93 | - |
| YUV | 172.73 | 169.35 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 246 | 0.14 | 0.43 | 0 | 0.04 | 280.37 | 0.86 | 0.75 |
| Hex | D3 | 8B | F6 | E | 2B | 0 | 4 | 118 | 56 | 4B |
| Octal | 323 | 213 | 366 | 16 | 53 | 0 | 4 | 430 | 126 | 113 |
| Binary | 11010011 | 10001011 | 11110110 | 1110 | 101011 | 0 | 100 | 100011000 | 1010110 | 1001011 |
Color Harmonies of #D38BF6
Complementary color
Monochromatic Colors of #D38BF6
Black with #D38BF6
Text Example
Text Example
White with #D38BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38BF6; }
p { color: rgb(211,139,246); }
H1.HeaderClassName
{
color: #D38BF6;
}
.AnyTagClassName
{
color: #D38BF6;
}
</style>
background-color css
<style>
a { background-color: #D38BF6; }
a { background-color: rgb(211,139,246); }
div.DivClassName
{
background-color: #D38BF6;
}
.BgClassName
{
background-color: #D38BF6;
}
</style>
border-color css
<style>
span { border-color: #D38BF6; }
span { border-color: rgb(211,139,246); }
td.TdClassName
{
border-color: #D38BF6;
}
.TagClassName
{
border-color: #D38BF6;
}
</style>