Shades of Heliotrope #DD86FA
Tints of Heliotrope #DD86FA
RGB
CMYK
RGB Variations
Color information
#DD86FA (or 0xDD86FA) is known color: Heliotrope. HEX triplet: DD, 86 and FA. RGB value is (221,134,250). Sum of RGB (Red+Green+Blue) = 221+134+250=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86FA is #227905. Grayscale: #ACACAC. Windows color (decimal): -2259206 or 16418525. OLE color: 16418525.
HSL color Cylindrical-coordinate representation of color #DD86FA: hue angle of 285º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD86FA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 134 | 250 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.02 |
| HSL | 285º | 0.92% | 0.75% | - |
| HSV(B) | 285º | 0.46% | 0.98% | - |
| XYZ | 55.6 | 39.32 | 95.1 | - |
| YUV | 173.24 | 171.32 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 250 | 0.12 | 0.46 | 0 | 0.02 | 285 | 0.92 | 0.75 |
| Hex | DD | 86 | FA | C | 2E | 0 | 2 | 11D | 5C | 4B |
| Octal | 335 | 206 | 372 | 14 | 56 | 0 | 2 | 435 | 134 | 113 |
| Binary | 11011101 | 10000110 | 11111010 | 1100 | 101110 | 0 | 10 | 100011101 | 1011100 | 1001011 |
Color Harmonies of #DD86FA
Complementary color
Monochromatic Colors of #DD86FA
Black with #DD86FA
Text Example
Text Example
White with #DD86FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86FA; }
p { color: rgb(221,134,250); }
H1.HeaderClassName
{
color: #DD86FA;
}
.AnyTagClassName
{
color: #DD86FA;
}
</style>
background-color css
<style>
a { background-color: #DD86FA; }
a { background-color: rgb(221,134,250); }
div.DivClassName
{
background-color: #DD86FA;
}
.BgClassName
{
background-color: #DD86FA;
}
</style>
border-color css
<style>
span { border-color: #DD86FA; }
span { border-color: rgb(221,134,250); }
td.TdClassName
{
border-color: #DD86FA;
}
.TagClassName
{
border-color: #DD86FA;
}
</style>