Shades of Heliotrope #D080FE
Tints of Heliotrope #D080FE
RGB
CMYK
RGB Variations
Color information
#D080FE (or 0xD080FE) is known color: Heliotrope. HEX triplet: D0, 80 and FE. RGB value is (208,128,254). Sum of RGB (Red+Green+Blue) = 208+128+254=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 128 (50.39% from 255 or 21.69% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #D080FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080FE is #2F7F01. Grayscale: #A5A5A5. Windows color (decimal): -3112706 or 16679120. OLE color: 16679120.
HSL color Cylindrical-coordinate representation of color #D080FE: hue angle of 278.1º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D080FE is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 128 | 254 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.00 |
| HSL | 278.1º | 0.98% | 0.75% | - |
| HSV(B) | 278.1º | 0.5% | 1% | - |
| XYZ | 51.62 | 36 | 97.99 | - |
| YUV | 166.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 254 | 0.18 | 0.50 | 0 | 0.00 | 278.1 | 0.98 | 0.75 |
| Hex | D0 | 80 | FE | 12 | 32 | 0 | 0 | 116 | 62 | 4B |
| Octal | 320 | 200 | 376 | 22 | 62 | 0 | 0 | 426 | 142 | 113 |
| Binary | 11010000 | 10000000 | 11111110 | 10010 | 110010 | 0 | 0 | 100010110 | 1100010 | 1001011 |
Color Harmonies of #D080FE
Complementary color
Monochromatic Colors of #D080FE
Black with #D080FE
Text Example
Text Example
White with #D080FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080FE; }
p { color: rgb(208,128,254); }
H1.HeaderClassName
{
color: #D080FE;
}
.AnyTagClassName
{
color: #D080FE;
}
</style>
background-color css
<style>
a { background-color: #D080FE; }
a { background-color: rgb(208,128,254); }
div.DivClassName
{
background-color: #D080FE;
}
.BgClassName
{
background-color: #D080FE;
}
</style>
border-color css
<style>
span { border-color: #D080FE; }
span { border-color: rgb(208,128,254); }
td.TdClassName
{
border-color: #D080FE;
}
.TagClassName
{
border-color: #D080FE;
}
</style>