Shades of Heliotrope #D181FA
Tints of Heliotrope #D181FA
RGB
CMYK
RGB Variations
Color information
#D181FA (or 0xD181FA) is known color: Heliotrope. HEX triplet: D1, 81 and FA. RGB value is (209,129,250). Sum of RGB (Red+Green+Blue) = 209+129+250=588 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.54% from 588); Green value is 129 (50.78% from 255 or 21.94% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #D181FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D181FA is #2E7E05. Grayscale: #A6A6A6. Windows color (decimal): -3046918 or 16417233. OLE color: 16417233.
HSL color Cylindrical-coordinate representation of color #D181FA: hue angle of 279.67º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D181FA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 129 | 250 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.02 |
| HSL | 279.67º | 0.92% | 0.74% | - |
| HSV(B) | 279.67º | 0.48% | 0.98% | - |
| XYZ | 51.4 | 36.16 | 94.71 | - |
| YUV | 166.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 129 | 250 | 0.16 | 0.48 | 0 | 0.02 | 279.67 | 0.92 | 0.74 |
| Hex | D1 | 81 | FA | 10 | 30 | 0 | 2 | 118 | 5C | 4A |
| Octal | 321 | 201 | 372 | 20 | 60 | 0 | 2 | 430 | 134 | 112 |
| Binary | 11010001 | 10000001 | 11111010 | 10000 | 110000 | 0 | 10 | 100011000 | 1011100 | 1001010 |
Color Harmonies of #D181FA
Complementary color
Monochromatic Colors of #D181FA
Black with #D181FA
Text Example
Text Example
White with #D181FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D181FA; }
p { color: rgb(209,129,250); }
H1.HeaderClassName
{
color: #D181FA;
}
.AnyTagClassName
{
color: #D181FA;
}
</style>
background-color css
<style>
a { background-color: #D181FA; }
a { background-color: rgb(209,129,250); }
div.DivClassName
{
background-color: #D181FA;
}
.BgClassName
{
background-color: #D181FA;
}
</style>
border-color css
<style>
span { border-color: #D181FA; }
span { border-color: rgb(209,129,250); }
td.TdClassName
{
border-color: #D181FA;
}
.TagClassName
{
border-color: #D181FA;
}
</style>