Shades of Heliotrope #D38DFD
Tints of Heliotrope #D38DFD
RGB
CMYK
RGB Variations
Color information
#D38DFD (or 0xD38DFD) is known color: Heliotrope. HEX triplet: D3, 8D and FD. RGB value is (211,141,253). Sum of RGB (Red+Green+Blue) = 211+141+253=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #D38DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D38DFD is #2C7202. Grayscale: #AEAEAE. Windows color (decimal): -2912771 or 16616915. OLE color: 16616915.
HSL color Cylindrical-coordinate representation of color #D38DFD: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D38DFD is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 141 | 253 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.01 |
| HSL | 277.5º | 0.97% | 0.77% | - |
| HSV(B) | 277.5º | 0.44% | 0.99% | - |
| XYZ | 54.12 | 39.99 | 97.8 | - |
| YUV | 174.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 141 | 253 | 0.17 | 0.44 | 0 | 0.01 | 277.5 | 0.97 | 0.77 |
| Hex | D3 | 8D | FD | 11 | 2C | 0 | 1 | 116 | 61 | 4D |
| Octal | 323 | 215 | 375 | 21 | 54 | 0 | 1 | 426 | 141 | 115 |
| Binary | 11010011 | 10001101 | 11111101 | 10001 | 101100 | 0 | 1 | 100010110 | 1100001 | 1001101 |
Color Harmonies of #D38DFD
Complementary color
Monochromatic Colors of #D38DFD
Black with #D38DFD
Text Example
Text Example
White with #D38DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38DFD; }
p { color: rgb(211,141,253); }
H1.HeaderClassName
{
color: #D38DFD;
}
.AnyTagClassName
{
color: #D38DFD;
}
</style>
background-color css
<style>
a { background-color: #D38DFD; }
a { background-color: rgb(211,141,253); }
div.DivClassName
{
background-color: #D38DFD;
}
.BgClassName
{
background-color: #D38DFD;
}
</style>
border-color css
<style>
span { border-color: #D38DFD; }
span { border-color: rgb(211,141,253); }
td.TdClassName
{
border-color: #D38DFD;
}
.TagClassName
{
border-color: #D38DFD;
}
</style>