Shades of Heliotrope #D885F6
Tints of Heliotrope #D885F6
RGB
CMYK
RGB Variations
Color information
#D885F6 (or 0xD885F6) is known color: Heliotrope. HEX triplet: D8, 85 and F6. RGB value is (216,133,246). Sum of RGB (Red+Green+Blue) = 216+133+246=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 133 (52.34% from 255 or 22.35% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #D885F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D885F6 is #277A09. Grayscale: #AAAAAA. Windows color (decimal): -2587146 or 16156120. OLE color: 16156120.
HSL color Cylindrical-coordinate representation of color #D885F6: hue angle of 284.07º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D885F6 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 133 | 246 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.04 |
| HSL | 284.07º | 0.86% | 0.74% | - |
| HSV(B) | 284.07º | 0.46% | 0.96% | - |
| XYZ | 53.34 | 38.03 | 91.72 | - |
| YUV | 170.7 | 170.5 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 246 | 0.12 | 0.46 | 0 | 0.04 | 284.07 | 0.86 | 0.74 |
| Hex | D8 | 85 | F6 | C | 2E | 0 | 4 | 11C | 56 | 4A |
| Octal | 330 | 205 | 366 | 14 | 56 | 0 | 4 | 434 | 126 | 112 |
| Binary | 11011000 | 10000101 | 11110110 | 1100 | 101110 | 0 | 100 | 100011100 | 1010110 | 1001010 |
Color Harmonies of #D885F6
Complementary color
Monochromatic Colors of #D885F6
Black with #D885F6
Text Example
Text Example
White with #D885F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D885F6; }
p { color: rgb(216,133,246); }
H1.HeaderClassName
{
color: #D885F6;
}
.AnyTagClassName
{
color: #D885F6;
}
</style>
background-color css
<style>
a { background-color: #D885F6; }
a { background-color: rgb(216,133,246); }
div.DivClassName
{
background-color: #D885F6;
}
.BgClassName
{
background-color: #D885F6;
}
</style>
border-color css
<style>
span { border-color: #D885F6; }
span { border-color: rgb(216,133,246); }
td.TdClassName
{
border-color: #D885F6;
}
.TagClassName
{
border-color: #D885F6;
}
</style>