Shades of Heliotrope #D080E8
Tints of Heliotrope #D080E8
RGB
CMYK
RGB Variations
Color information
#D080E8 (or 0xD080E8) is known color: Heliotrope. HEX triplet: D0, 80 and E8. RGB value is (208,128,232). Sum of RGB (Red+Green+Blue) = 208+128+232=568 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.62% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 232 (91.02% from 255 or 40.85% from 568); Max value from RGB is 232 - color contains mainly: blue. Hex color #D080E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080E8 is #2F7F17. Grayscale: #A3A3A3. Windows color (decimal): -3112728 or 15237328. OLE color: 15237328.
HSL color Cylindrical-coordinate representation of color #D080E8: hue angle of 286.15º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D080E8 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 128 | 232 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.09 |
| HSL | 286.15º | 0.69% | 0.71% | - |
| HSV(B) | 286.15º | 0.45% | 0.91% | - |
| XYZ | 48.3 | 34.67 | 80.49 | - |
| YUV | 163.78 | 166.5 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 232 | 0.10 | 0.45 | 0 | 0.09 | 286.15 | 0.69 | 0.71 |
| Hex | D0 | 80 | E8 | A | 2D | 0 | 9 | 11E | 45 | 47 |
| Octal | 320 | 200 | 350 | 12 | 55 | 0 | 11 | 436 | 105 | 107 |
| Binary | 11010000 | 10000000 | 11101000 | 1010 | 101101 | 0 | 1001 | 100011110 | 1000101 | 1000111 |
Color Harmonies of #D080E8
Complementary color
Monochromatic Colors of #D080E8
Black with #D080E8
Text Example
Text Example
White with #D080E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080E8; }
p { color: rgb(208,128,232); }
H1.HeaderClassName
{
color: #D080E8;
}
.AnyTagClassName
{
color: #D080E8;
}
</style>
background-color css
<style>
a { background-color: #D080E8; }
a { background-color: rgb(208,128,232); }
div.DivClassName
{
background-color: #D080E8;
}
.BgClassName
{
background-color: #D080E8;
}
</style>
border-color css
<style>
span { border-color: #D080E8; }
span { border-color: rgb(208,128,232); }
td.TdClassName
{
border-color: #D080E8;
}
.TagClassName
{
border-color: #D080E8;
}
</style>