Shades of Heliotrope #D181ED
Tints of Heliotrope #D181ED
RGB
CMYK
RGB Variations
Color information
#D181ED (or 0xD181ED) is known color: Heliotrope. HEX triplet: D1, 81 and ED. RGB value is (209,129,237). Sum of RGB (Red+Green+Blue) = 209+129+237=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #D181ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D181ED is #2E7E12. Grayscale: #A4A4A4. Windows color (decimal): -3046931 or 15565265. OLE color: 15565265.
HSL color Cylindrical-coordinate representation of color #D181ED: hue angle of 284.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D181ED is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 129 | 237 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.07 |
| HSL | 284.44º | 0.75% | 0.72% | - |
| HSV(B) | 284.44º | 0.46% | 0.93% | - |
| XYZ | 49.43 | 35.37 | 84.34 | - |
| YUV | 165.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 237 | 0.12 | 0.46 | 0 | 0.07 | 284.44 | 0.75 | 0.72 |
| Hex | D1 | 81 | ED | C | 2E | 0 | 7 | 11C | 4B | 48 |
| Octal | 321 | 201 | 355 | 14 | 56 | 0 | 7 | 434 | 113 | 110 |
| Binary | 11010001 | 10000001 | 11101101 | 1100 | 101110 | 0 | 111 | 100011100 | 1001011 | 1001000 |
Color Harmonies of #D181ED
Complementary color
Monochromatic Colors of #D181ED
Black with #D181ED
Text Example
Text Example
White with #D181ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181ED; }
p { color: rgb(209,129,237); }
H1.HeaderClassName
{
color: #D181ED;
}
.AnyTagClassName
{
color: #D181ED;
}
</style>
background-color css
<style>
a { background-color: #D181ED; }
a { background-color: rgb(209,129,237); }
div.DivClassName
{
background-color: #D181ED;
}
.BgClassName
{
background-color: #D181ED;
}
</style>
border-color css
<style>
span { border-color: #D181ED; }
span { border-color: rgb(209,129,237); }
td.TdClassName
{
border-color: #D181ED;
}
.TagClassName
{
border-color: #D181ED;
}
</style>