Shades of Heliotrope #D884FF
Tints of Heliotrope #D884FF
RGB
CMYK
RGB Variations
Color information
#D884FF (or 0xD884FF) is known color: Heliotrope. HEX triplet: D8, 84 and FF. RGB value is (216,132,255). Sum of RGB (Red+Green+Blue) = 216+132+255=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #D884FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D884FF is #277B00. Grayscale: #AAAAAA. Windows color (decimal): -2587393 or 16745688. OLE color: 16745688.
HSL color Cylindrical-coordinate representation of color #D884FF: hue angle of 280.98º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D884FF is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 132 | 255 | - |
| CMYK | 0.15 | 0.48 | 0 | 0 |
| HSL | 280.98º | 1% | 0.76% | - |
| HSV(B) | 280.98º | 0.48% | 1% | - |
| XYZ | 54.62 | 38.32 | 99.13 | - |
| YUV | 171.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 132 | 255 | 0.15 | 0.48 | 0 | 0 | 280.98 | 1 | 0.76 |
| Hex | D8 | 84 | FF | F | 30 | 0 | 0 | 119 | 64 | 4C |
| Octal | 330 | 204 | 377 | 17 | 60 | 0 | 0 | 431 | 144 | 114 |
| Binary | 11011000 | 10000100 | 11111111 | 1111 | 110000 | 0 | 0 | 100011001 | 1100100 | 1001100 |
Color Harmonies of #D884FF
Complementary color
Monochromatic Colors of #D884FF
Black with #D884FF
Text Example
Text Example
White with #D884FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D884FF; }
p { color: rgb(216,132,255); }
H1.HeaderClassName
{
color: #D884FF;
}
.AnyTagClassName
{
color: #D884FF;
}
</style>
background-color css
<style>
a { background-color: #D884FF; }
a { background-color: rgb(216,132,255); }
div.DivClassName
{
background-color: #D884FF;
}
.BgClassName
{
background-color: #D884FF;
}
</style>
border-color css
<style>
span { border-color: #D884FF; }
span { border-color: rgb(216,132,255); }
td.TdClassName
{
border-color: #D884FF;
}
.TagClassName
{
border-color: #D884FF;
}
</style>