Shades of Heliotrope #D882F1
Tints of Heliotrope #D882F1
RGB
CMYK
RGB Variations
Color information
#D882F1 (or 0xD882F1) is known color: Heliotrope. HEX triplet: D8, 82 and F1. RGB value is (216,130,241). Sum of RGB (Red+Green+Blue) = 216+130+241=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 130 (51.17% from 255 or 22.15% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #D882F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882F1 is #277D0E. Grayscale: #A8A8A8. Windows color (decimal): -2587919 or 15827672. OLE color: 15827672.
HSL color Cylindrical-coordinate representation of color #D882F1: hue angle of 286.49º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D882F1 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 130 | 241 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.05 |
| HSL | 286.49º | 0.8% | 0.73% | - |
| HSV(B) | 286.49º | 0.46% | 0.95% | - |
| XYZ | 52.18 | 36.92 | 87.59 | - |
| YUV | 168.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 241 | 0.10 | 0.46 | 0 | 0.05 | 286.49 | 0.8 | 0.73 |
| Hex | D8 | 82 | F1 | A | 2E | 0 | 5 | 11E | 50 | 49 |
| Octal | 330 | 202 | 361 | 12 | 56 | 0 | 5 | 436 | 120 | 111 |
| Binary | 11011000 | 10000010 | 11110001 | 1010 | 101110 | 0 | 101 | 100011110 | 1010000 | 1001001 |
Color Harmonies of #D882F1
Complementary color
Monochromatic Colors of #D882F1
Black with #D882F1
Text Example
Text Example
White with #D882F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882F1; }
p { color: rgb(216,130,241); }
H1.HeaderClassName
{
color: #D882F1;
}
.AnyTagClassName
{
color: #D882F1;
}
</style>
background-color css
<style>
a { background-color: #D882F1; }
a { background-color: rgb(216,130,241); }
div.DivClassName
{
background-color: #D882F1;
}
.BgClassName
{
background-color: #D882F1;
}
</style>
border-color css
<style>
span { border-color: #D882F1; }
span { border-color: rgb(216,130,241); }
td.TdClassName
{
border-color: #D882F1;
}
.TagClassName
{
border-color: #D882F1;
}
</style>