Shades of Heliotrope #D882F3
Tints of Heliotrope #D882F3
RGB
CMYK
RGB Variations
Color information
#D882F3 (or 0xD882F3) is known color: Heliotrope. HEX triplet: D8, 82 and F3. RGB value is (216,130,243). Sum of RGB (Red+Green+Blue) = 216+130+243=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 130 (51.17% from 255 or 22.07% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #D882F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882F3 is #277D0C. Grayscale: #A8A8A8. Windows color (decimal): -2587917 or 15958744. OLE color: 15958744.
HSL color Cylindrical-coordinate representation of color #D882F3: hue angle of 285.66º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D882F3 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 130 | 243 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.05 |
| HSL | 285.66º | 0.82% | 0.73% | - |
| HSV(B) | 285.66º | 0.47% | 0.95% | - |
| XYZ | 52.48 | 37.04 | 89.18 | - |
| YUV | 168.6 | 169.99 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 243 | 0.11 | 0.47 | 0 | 0.05 | 285.66 | 0.82 | 0.73 |
| Hex | D8 | 82 | F3 | B | 2F | 0 | 5 | 11E | 52 | 49 |
| Octal | 330 | 202 | 363 | 13 | 57 | 0 | 5 | 436 | 122 | 111 |
| Binary | 11011000 | 10000010 | 11110011 | 1011 | 101111 | 0 | 101 | 100011110 | 1010010 | 1001001 |
Color Harmonies of #D882F3
Complementary color
Monochromatic Colors of #D882F3
Black with #D882F3
Text Example
Text Example
White with #D882F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882F3; }
p { color: rgb(216,130,243); }
H1.HeaderClassName
{
color: #D882F3;
}
.AnyTagClassName
{
color: #D882F3;
}
</style>
background-color css
<style>
a { background-color: #D882F3; }
a { background-color: rgb(216,130,243); }
div.DivClassName
{
background-color: #D882F3;
}
.BgClassName
{
background-color: #D882F3;
}
</style>
border-color css
<style>
span { border-color: #D882F3; }
span { border-color: rgb(216,130,243); }
td.TdClassName
{
border-color: #D882F3;
}
.TagClassName
{
border-color: #D882F3;
}
</style>