Shades of Heliotrope #D881F0
Tints of Heliotrope #D881F0
RGB
CMYK
RGB Variations
Color information
#D881F0 (or 0xD881F0) is known color: Heliotrope. HEX triplet: D8, 81 and F0. RGB value is (216,129,240). Sum of RGB (Red+Green+Blue) = 216+129+240=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 240 (94.14% from 255 or 41.03% from 585); Max value from RGB is 240 - color contains mainly: blue. Hex color #D881F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D881F0 is #277E0F. Grayscale: #A7A7A7. Windows color (decimal): -2588176 or 15761880. OLE color: 15761880.
HSL color Cylindrical-coordinate representation of color #D881F0: hue angle of 287.03º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D881F0 is Cyan = 0.1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 129 | 240 | - |
| CMYK | 0.1 | 0.46 | 0 | 0.06 |
| HSL | 287.03º | 0.79% | 0.72% | - |
| HSV(B) | 287.03º | 0.46% | 0.94% | - |
| XYZ | 51.9 | 36.59 | 86.77 | - |
| YUV | 167.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 240 | 0.1 | 0.46 | 0 | 0.06 | 287.03 | 0.79 | 0.72 |
| Hex | D8 | 81 | F0 | A | 2E | 0 | 6 | 11F | 4F | 48 |
| Octal | 330 | 201 | 360 | 12 | 56 | 0 | 6 | 437 | 117 | 110 |
| Binary | 11011000 | 10000001 | 11110000 | 1010 | 101110 | 0 | 110 | 100011111 | 1001111 | 1001000 |
Color Harmonies of #D881F0
Complementary color
Monochromatic Colors of #D881F0
Black with #D881F0
Text Example
Text Example
White with #D881F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881F0; }
p { color: rgb(216,129,240); }
H1.HeaderClassName
{
color: #D881F0;
}
.AnyTagClassName
{
color: #D881F0;
}
</style>
background-color css
<style>
a { background-color: #D881F0; }
a { background-color: rgb(216,129,240); }
div.DivClassName
{
background-color: #D881F0;
}
.BgClassName
{
background-color: #D881F0;
}
</style>
border-color css
<style>
span { border-color: #D881F0; }
span { border-color: rgb(216,129,240); }
td.TdClassName
{
border-color: #D881F0;
}
.TagClassName
{
border-color: #D881F0;
}
</style>