Shades of Heliotrope #D882F0
Tints of Heliotrope #D882F0
RGB
CMYK
RGB Variations
Color information
#D882F0 (or 0xD882F0) is known color: Heliotrope. HEX triplet: D8, 82 and F0. RGB value is (216,130,240). Sum of RGB (Red+Green+Blue) = 216+130+240=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 130 (51.17% from 255 or 22.18% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #D882F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882F0 is #277D0F. Grayscale: #A7A7A7. Windows color (decimal): -2587920 or 15762136. OLE color: 15762136.
HSL color Cylindrical-coordinate representation of color #D882F0: hue angle of 286.91º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D882F0 is Cyan = 0.1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 130 | 240 | - |
| CMYK | 0.1 | 0.46 | 0 | 0.06 |
| HSL | 286.91º | 0.79% | 0.73% | - |
| HSV(B) | 286.91º | 0.46% | 0.94% | - |
| XYZ | 52.03 | 36.86 | 86.81 | - |
| YUV | 168.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 240 | 0.1 | 0.46 | 0 | 0.06 | 286.91 | 0.79 | 0.73 |
| Hex | D8 | 82 | F0 | A | 2E | 0 | 6 | 11F | 4F | 49 |
| Octal | 330 | 202 | 360 | 12 | 56 | 0 | 6 | 437 | 117 | 111 |
| Binary | 11011000 | 10000010 | 11110000 | 1010 | 101110 | 0 | 110 | 100011111 | 1001111 | 1001001 |
Color Harmonies of #D882F0
Complementary color
Monochromatic Colors of #D882F0
Black with #D882F0
Text Example
Text Example
White with #D882F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882F0; }
p { color: rgb(216,130,240); }
H1.HeaderClassName
{
color: #D882F0;
}
.AnyTagClassName
{
color: #D882F0;
}
</style>
background-color css
<style>
a { background-color: #D882F0; }
a { background-color: rgb(216,130,240); }
div.DivClassName
{
background-color: #D882F0;
}
.BgClassName
{
background-color: #D882F0;
}
</style>
border-color css
<style>
span { border-color: #D882F0; }
span { border-color: rgb(216,130,240); }
td.TdClassName
{
border-color: #D882F0;
}
.TagClassName
{
border-color: #D882F0;
}
</style>