Shades of Heliotrope #D18AF3
Tints of Heliotrope #D18AF3
RGB
CMYK
RGB Variations
Color information
#D18AF3 (or 0xD18AF3) is known color: Heliotrope. HEX triplet: D1, 8A and F3. RGB value is (209,138,243). Sum of RGB (Red+Green+Blue) = 209+138+243=590 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.42% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #D18AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D18AF3 is #2E750C. Grayscale: #AAAAAA. Windows color (decimal): -3044621 or 15960785. OLE color: 15960785.
HSL color Cylindrical-coordinate representation of color #D18AF3: hue angle of 280.57º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D18AF3 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 138 | 243 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.05 |
| HSL | 280.57º | 0.81% | 0.75% | - |
| HSV(B) | 280.57º | 0.43% | 0.95% | - |
| XYZ | 51.56 | 38.2 | 89.45 | - |
| YUV | 171.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 138 | 243 | 0.14 | 0.43 | 0 | 0.05 | 280.57 | 0.81 | 0.75 |
| Hex | D1 | 8A | F3 | E | 2B | 0 | 5 | 119 | 51 | 4B |
| Octal | 321 | 212 | 363 | 16 | 53 | 0 | 5 | 431 | 121 | 113 |
| Binary | 11010001 | 10001010 | 11110011 | 1110 | 101011 | 0 | 101 | 100011001 | 1010001 | 1001011 |
Color Harmonies of #D18AF3
Complementary color
Monochromatic Colors of #D18AF3
Black with #D18AF3
Text Example
Text Example
White with #D18AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18AF3; }
p { color: rgb(209,138,243); }
H1.HeaderClassName
{
color: #D18AF3;
}
.AnyTagClassName
{
color: #D18AF3;
}
</style>
background-color css
<style>
a { background-color: #D18AF3; }
a { background-color: rgb(209,138,243); }
div.DivClassName
{
background-color: #D18AF3;
}
.BgClassName
{
background-color: #D18AF3;
}
</style>
border-color css
<style>
span { border-color: #D18AF3; }
span { border-color: rgb(209,138,243); }
td.TdClassName
{
border-color: #D18AF3;
}
.TagClassName
{
border-color: #D18AF3;
}
</style>