Shades of Heliotrope #D882F7
Tints of Heliotrope #D882F7
RGB
CMYK
RGB Variations
Color information
#D882F7 (or 0xD882F7) is known color: Heliotrope. HEX triplet: D8, 82 and F7. RGB value is (216,130,247). Sum of RGB (Red+Green+Blue) = 216+130+247=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 247 (96.88% from 255 or 41.65% from 593); Max value from RGB is 247 - color contains mainly: blue. Hex color #D882F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882F7 is #277D08. Grayscale: #A8A8A8. Windows color (decimal): -2587913 or 16220888. OLE color: 16220888.
HSL color Cylindrical-coordinate representation of color #D882F7: hue angle of 284.1º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D882F7 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 130 | 247 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.03 |
| HSL | 284.1º | 0.88% | 0.74% | - |
| HSV(B) | 284.1º | 0.47% | 0.97% | - |
| XYZ | 53.09 | 37.28 | 92.39 | - |
| YUV | 169.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 247 | 0.13 | 0.47 | 0 | 0.03 | 284.1 | 0.88 | 0.74 |
| Hex | D8 | 82 | F7 | D | 2F | 0 | 3 | 11C | 58 | 4A |
| Octal | 330 | 202 | 367 | 15 | 57 | 0 | 3 | 434 | 130 | 112 |
| Binary | 11011000 | 10000010 | 11110111 | 1101 | 101111 | 0 | 11 | 100011100 | 1011000 | 1001010 |
Color Harmonies of #D882F7
Complementary color
Monochromatic Colors of #D882F7
Black with #D882F7
Text Example
Text Example
White with #D882F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882F7; }
p { color: rgb(216,130,247); }
H1.HeaderClassName
{
color: #D882F7;
}
.AnyTagClassName
{
color: #D882F7;
}
</style>
background-color css
<style>
a { background-color: #D882F7; }
a { background-color: rgb(216,130,247); }
div.DivClassName
{
background-color: #D882F7;
}
.BgClassName
{
background-color: #D882F7;
}
</style>
border-color css
<style>
span { border-color: #D882F7; }
span { border-color: rgb(216,130,247); }
td.TdClassName
{
border-color: #D882F7;
}
.TagClassName
{
border-color: #D882F7;
}
</style>