Shades of Heliotrope #D080F1
Tints of Heliotrope #D080F1
RGB
CMYK
RGB Variations
Color information
#D080F1 (or 0xD080F1) is known color: Heliotrope. HEX triplet: D0, 80 and F1. RGB value is (208,128,241). Sum of RGB (Red+Green+Blue) = 208+128+241=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 128 (50.39% from 255 or 22.18% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #D080F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D080F1 is #2F7F0E. Grayscale: #A4A4A4. Windows color (decimal): -3112719 or 15827152. OLE color: 15827152.
HSL color Cylindrical-coordinate representation of color #D080F1: hue angle of 282.48º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D080F1 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 208 | 128 | 241 | - |
| CMYK | 0.14 | 0.47 | 0 | 0.05 |
| HSL | 282.48º | 0.8% | 0.72% | - |
| HSV(B) | 282.48º | 0.47% | 0.95% | - |
| XYZ | 49.61 | 35.2 | 87.4 | - |
| YUV | 164.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 241 | 0.14 | 0.47 | 0 | 0.05 | 282.48 | 0.8 | 0.72 |
| Hex | D0 | 80 | F1 | E | 2F | 0 | 5 | 11A | 50 | 48 |
| Octal | 320 | 200 | 361 | 16 | 57 | 0 | 5 | 432 | 120 | 110 |
| Binary | 11010000 | 10000000 | 11110001 | 1110 | 101111 | 0 | 101 | 100011010 | 1010000 | 1001000 |
Color Harmonies of #D080F1
Complementary color
Monochromatic Colors of #D080F1
Black with #D080F1
Text Example
Text Example
White with #D080F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080F1; }
p { color: rgb(208,128,241); }
H1.HeaderClassName
{
color: #D080F1;
}
.AnyTagClassName
{
color: #D080F1;
}
</style>
background-color css
<style>
a { background-color: #D080F1; }
a { background-color: rgb(208,128,241); }
div.DivClassName
{
background-color: #D080F1;
}
.BgClassName
{
background-color: #D080F1;
}
</style>
border-color css
<style>
span { border-color: #D080F1; }
span { border-color: rgb(208,128,241); }
td.TdClassName
{
border-color: #D080F1;
}
.TagClassName
{
border-color: #D080F1;
}
</style>