Shades of Heliotrope #D38AFF
Tints of Heliotrope #D38AFF
RGB
CMYK
RGB Variations
Color information
#D38AFF (or 0xD38AFF) is known color: Heliotrope. HEX triplet: D3, 8A and FF. RGB value is (211,138,255). Sum of RGB (Red+Green+Blue) = 211+138+255=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #D38AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38AFF is #2C7500. Grayscale: #ACACAC. Windows color (decimal): -2913537 or 16747219. OLE color: 16747219.
HSL color Cylindrical-coordinate representation of color #D38AFF: hue angle of 277.44º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D38AFF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 138 | 255 | - |
| CMYK | 0.17 | 0.46 | 0 | 0 |
| HSL | 277.44º | 1% | 0.77% | - |
| HSV(B) | 277.44º | 0.46% | 1% | - |
| XYZ | 54 | 39.25 | 99.34 | - |
| YUV | 173.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 255 | 0.17 | 0.46 | 0 | 0 | 277.44 | 1 | 0.77 |
| Hex | D3 | 8A | FF | 11 | 2E | 0 | 0 | 115 | 64 | 4D |
| Octal | 323 | 212 | 377 | 21 | 56 | 0 | 0 | 425 | 144 | 115 |
| Binary | 11010011 | 10001010 | 11111111 | 10001 | 101110 | 0 | 0 | 100010101 | 1100100 | 1001101 |
Color Harmonies of #D38AFF
Complementary color
Monochromatic Colors of #D38AFF
Black with #D38AFF
Text Example
Text Example
White with #D38AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38AFF; }
p { color: rgb(211,138,255); }
H1.HeaderClassName
{
color: #D38AFF;
}
.AnyTagClassName
{
color: #D38AFF;
}
</style>
background-color css
<style>
a { background-color: #D38AFF; }
a { background-color: rgb(211,138,255); }
div.DivClassName
{
background-color: #D38AFF;
}
.BgClassName
{
background-color: #D38AFF;
}
</style>
border-color css
<style>
span { border-color: #D38AFF; }
span { border-color: rgb(211,138,255); }
td.TdClassName
{
border-color: #D38AFF;
}
.TagClassName
{
border-color: #D38AFF;
}
</style>