Shades of Heliotrope #D080FF
Tints of Heliotrope #D080FF
RGB
CMYK
RGB Variations
Color information
#D080FF (or 0xD080FF) is known color: Heliotrope. HEX triplet: D0, 80 and FF. RGB value is (208,128,255). Sum of RGB (Red+Green+Blue) = 208+128+255=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #D080FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080FF is #2F7F00. Grayscale: #A5A5A5. Windows color (decimal): -3112705 or 16744656. OLE color: 16744656.
HSL color Cylindrical-coordinate representation of color #D080FF: hue angle of 277.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D080FF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 128 | 255 | - |
| CMYK | 0.18 | 0.50 | 0 | 0 |
| HSL | 277.8º | 1% | 0.75% | - |
| HSV(B) | 277.8º | 0.5% | 1% | - |
| XYZ | 51.78 | 36.07 | 98.84 | - |
| YUV | 166.4 | 178 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 255 | 0.18 | 0.50 | 0 | 0 | 277.8 | 1 | 0.75 |
| Hex | D0 | 80 | FF | 12 | 32 | 0 | 0 | 116 | 64 | 4B |
| Octal | 320 | 200 | 377 | 22 | 62 | 0 | 0 | 426 | 144 | 113 |
| Binary | 11010000 | 10000000 | 11111111 | 10010 | 110010 | 0 | 0 | 100010110 | 1100100 | 1001011 |
Color Harmonies of #D080FF
Complementary color
Monochromatic Colors of #D080FF
Black with #D080FF
Text Example
Text Example
White with #D080FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080FF; }
p { color: rgb(208,128,255); }
H1.HeaderClassName
{
color: #D080FF;
}
.AnyTagClassName
{
color: #D080FF;
}
</style>
background-color css
<style>
a { background-color: #D080FF; }
a { background-color: rgb(208,128,255); }
div.DivClassName
{
background-color: #D080FF;
}
.BgClassName
{
background-color: #D080FF;
}
</style>
border-color css
<style>
span { border-color: #D080FF; }
span { border-color: rgb(208,128,255); }
td.TdClassName
{
border-color: #D080FF;
}
.TagClassName
{
border-color: #D080FF;
}
</style>