Shades of Heliotrope #DD86F4
Tints of Heliotrope #DD86F4
RGB
CMYK
RGB Variations
Color information
#DD86F4 (or 0xDD86F4) is known color: Heliotrope. HEX triplet: DD, 86 and F4. RGB value is (221,134,244). Sum of RGB (Red+Green+Blue) = 221+134+244=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 134 (52.73% from 255 or 22.37% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD86F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD86F4 is #22790B. Grayscale: #ACACAC. Windows color (decimal): -2259212 or 16025309. OLE color: 16025309.
HSL color Cylindrical-coordinate representation of color #DD86F4: hue angle of 287.45º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD86F4 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 134 | 244 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.04 |
| HSL | 287.45º | 0.83% | 0.74% | - |
| HSV(B) | 287.45º | 0.45% | 0.96% | - |
| XYZ | 54.67 | 38.95 | 90.23 | - |
| YUV | 172.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 244 | 0.09 | 0.45 | 0 | 0.04 | 287.45 | 0.83 | 0.74 |
| Hex | DD | 86 | F4 | 9 | 2D | 0 | 4 | 11F | 53 | 4A |
| Octal | 335 | 206 | 364 | 11 | 55 | 0 | 4 | 437 | 123 | 112 |
| Binary | 11011101 | 10000110 | 11110100 | 1001 | 101101 | 0 | 100 | 100011111 | 1010011 | 1001010 |
Color Harmonies of #DD86F4
Complementary color
Monochromatic Colors of #DD86F4
Black with #DD86F4
Text Example
Text Example
White with #DD86F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD86F4; }
p { color: rgb(221,134,244); }
H1.HeaderClassName
{
color: #DD86F4;
}
.AnyTagClassName
{
color: #DD86F4;
}
</style>
background-color css
<style>
a { background-color: #DD86F4; }
a { background-color: rgb(221,134,244); }
div.DivClassName
{
background-color: #DD86F4;
}
.BgClassName
{
background-color: #DD86F4;
}
</style>
border-color css
<style>
span { border-color: #DD86F4; }
span { border-color: rgb(221,134,244); }
td.TdClassName
{
border-color: #DD86F4;
}
.TagClassName
{
border-color: #DD86F4;
}
</style>