Shades of Heliotrope #D080F0
Tints of Heliotrope #D080F0
RGB
CMYK
RGB Variations
Color information
#D080F0 (or 0xD080F0) is known color: Heliotrope. HEX triplet: D0, 80 and F0. RGB value is (208,128,240). Sum of RGB (Red+Green+Blue) = 208+128+240=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 128 (50.39% from 255 or 22.22% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #D080F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080F0 is #2F7F0F. Grayscale: #A4A4A4. Windows color (decimal): -3112720 or 15761616. OLE color: 15761616.
HSL color Cylindrical-coordinate representation of color #D080F0: hue angle of 282.86º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D080F0 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 128 | 240 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.06 |
| HSL | 282.86º | 0.79% | 0.72% | - |
| HSV(B) | 282.86º | 0.47% | 0.94% | - |
| XYZ | 49.46 | 35.14 | 86.61 | - |
| YUV | 164.69 | 170.5 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 240 | 0.13 | 0.47 | 0 | 0.06 | 282.86 | 0.79 | 0.72 |
| Hex | D0 | 80 | F0 | D | 2F | 0 | 6 | 11B | 4F | 48 |
| Octal | 320 | 200 | 360 | 15 | 57 | 0 | 6 | 433 | 117 | 110 |
| Binary | 11010000 | 10000000 | 11110000 | 1101 | 101111 | 0 | 110 | 100011011 | 1001111 | 1001000 |
Color Harmonies of #D080F0
Complementary color
Monochromatic Colors of #D080F0
Black with #D080F0
Text Example
Text Example
White with #D080F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080F0; }
p { color: rgb(208,128,240); }
H1.HeaderClassName
{
color: #D080F0;
}
.AnyTagClassName
{
color: #D080F0;
}
</style>
background-color css
<style>
a { background-color: #D080F0; }
a { background-color: rgb(208,128,240); }
div.DivClassName
{
background-color: #D080F0;
}
.BgClassName
{
background-color: #D080F0;
}
</style>
border-color css
<style>
span { border-color: #D080F0; }
span { border-color: rgb(208,128,240); }
td.TdClassName
{
border-color: #D080F0;
}
.TagClassName
{
border-color: #D080F0;
}
</style>