Shades of Heliotrope #D180FA
Tints of Heliotrope #D180FA
RGB
CMYK
RGB Variations
Color information
#D180FA (or 0xD180FA) is known color: Heliotrope. HEX triplet: D1, 80 and FA. RGB value is (209,128,250). Sum of RGB (Red+Green+Blue) = 209+128+250=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 128 (50.39% from 255 or 21.81% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #D180FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D180FA is #2E7F05. Grayscale: #A5A5A5. Windows color (decimal): -3047174 or 16416977. OLE color: 16416977.
HSL color Cylindrical-coordinate representation of color #D180FA: hue angle of 279.84º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D180FA is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 128 | 250 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.02 |
| HSL | 279.84º | 0.92% | 0.74% | - |
| HSV(B) | 279.84º | 0.49% | 0.98% | - |
| XYZ | 51.27 | 35.9 | 94.67 | - |
| YUV | 166.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 128 | 250 | 0.16 | 0.49 | 0 | 0.02 | 279.84 | 0.92 | 0.74 |
| Hex | D1 | 80 | FA | 10 | 31 | 0 | 2 | 118 | 5C | 4A |
| Octal | 321 | 200 | 372 | 20 | 61 | 0 | 2 | 430 | 134 | 112 |
| Binary | 11010001 | 10000000 | 11111010 | 10000 | 110001 | 0 | 10 | 100011000 | 1011100 | 1001010 |
Color Harmonies of #D180FA
Complementary color
Monochromatic Colors of #D180FA
Black with #D180FA
Text Example
Text Example
White with #D180FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D180FA; }
p { color: rgb(209,128,250); }
H1.HeaderClassName
{
color: #D180FA;
}
.AnyTagClassName
{
color: #D180FA;
}
</style>
background-color css
<style>
a { background-color: #D180FA; }
a { background-color: rgb(209,128,250); }
div.DivClassName
{
background-color: #D180FA;
}
.BgClassName
{
background-color: #D180FA;
}
</style>
border-color css
<style>
span { border-color: #D180FA; }
span { border-color: rgb(209,128,250); }
td.TdClassName
{
border-color: #D180FA;
}
.TagClassName
{
border-color: #D180FA;
}
</style>