Shades of Heliotrope #D080EA
Tints of Heliotrope #D080EA
RGB
CMYK
RGB Variations
Color information
#D080EA (or 0xD080EA) is known color: Heliotrope. HEX triplet: D0, 80 and EA. RGB value is (208,128,234). Sum of RGB (Red+Green+Blue) = 208+128+234=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #D080EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080EA is #2F7F15. Grayscale: #A3A3A3. Windows color (decimal): -3112726 or 15368400. OLE color: 15368400.
HSL color Cylindrical-coordinate representation of color #D080EA: hue angle of 285.28º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D080EA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 128 | 234 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.08 |
| HSL | 285.28º | 0.72% | 0.71% | - |
| HSV(B) | 285.28º | 0.45% | 0.92% | - |
| XYZ | 48.58 | 34.79 | 82 | - |
| YUV | 164 | 167.5 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 234 | 0.11 | 0.45 | 0 | 0.08 | 285.28 | 0.72 | 0.71 |
| Hex | D0 | 80 | EA | B | 2D | 0 | 8 | 11D | 48 | 47 |
| Octal | 320 | 200 | 352 | 13 | 55 | 0 | 10 | 435 | 110 | 107 |
| Binary | 11010000 | 10000000 | 11101010 | 1011 | 101101 | 0 | 1000 | 100011101 | 1001000 | 1000111 |
Color Harmonies of #D080EA
Complementary color
Monochromatic Colors of #D080EA
Black with #D080EA
Text Example
Text Example
White with #D080EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080EA; }
p { color: rgb(208,128,234); }
H1.HeaderClassName
{
color: #D080EA;
}
.AnyTagClassName
{
color: #D080EA;
}
</style>
background-color css
<style>
a { background-color: #D080EA; }
a { background-color: rgb(208,128,234); }
div.DivClassName
{
background-color: #D080EA;
}
.BgClassName
{
background-color: #D080EA;
}
</style>
border-color css
<style>
span { border-color: #D080EA; }
span { border-color: rgb(208,128,234); }
td.TdClassName
{
border-color: #D080EA;
}
.TagClassName
{
border-color: #D080EA;
}
</style>