Shades of Heliotrope #DD85F7
Tints of Heliotrope #DD85F7
RGB
CMYK
RGB Variations
Color information
#DD85F7 (or 0xDD85F7) is known color: Heliotrope. HEX triplet: DD, 85 and F7. RGB value is (221,133,247). Sum of RGB (Red+Green+Blue) = 221+133+247=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD85F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85F7 is #227A08. Grayscale: #ABABAB. Windows color (decimal): -2259465 or 16221661. OLE color: 16221661.
HSL color Cylindrical-coordinate representation of color #DD85F7: hue angle of 286.32º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD85F7 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 133 | 247 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.03 |
| HSL | 286.32º | 0.88% | 0.75% | - |
| HSV(B) | 286.32º | 0.46% | 0.97% | - |
| XYZ | 54.99 | 38.86 | 92.6 | - |
| YUV | 172.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 247 | 0.11 | 0.46 | 0 | 0.03 | 286.32 | 0.88 | 0.75 |
| Hex | DD | 85 | F7 | B | 2E | 0 | 3 | 11E | 58 | 4B |
| Octal | 335 | 205 | 367 | 13 | 56 | 0 | 3 | 436 | 130 | 113 |
| Binary | 11011101 | 10000101 | 11110111 | 1011 | 101110 | 0 | 11 | 100011110 | 1011000 | 1001011 |
Color Harmonies of #DD85F7
Complementary color
Monochromatic Colors of #DD85F7
Black with #DD85F7
Text Example
Text Example
White with #DD85F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85F7; }
p { color: rgb(221,133,247); }
H1.HeaderClassName
{
color: #DD85F7;
}
.AnyTagClassName
{
color: #DD85F7;
}
</style>
background-color css
<style>
a { background-color: #DD85F7; }
a { background-color: rgb(221,133,247); }
div.DivClassName
{
background-color: #DD85F7;
}
.BgClassName
{
background-color: #DD85F7;
}
</style>
border-color css
<style>
span { border-color: #DD85F7; }
span { border-color: rgb(221,133,247); }
td.TdClassName
{
border-color: #DD85F7;
}
.TagClassName
{
border-color: #DD85F7;
}
</style>