Shades of Heliotrope #DD85F8
Tints of Heliotrope #DD85F8
RGB
CMYK
RGB Variations
Color information
#DD85F8 (or 0xDD85F8) is known color: Heliotrope. HEX triplet: DD, 85 and F8. RGB value is (221,133,248). Sum of RGB (Red+Green+Blue) = 221+133+248=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 133 (52.34% from 255 or 22.09% from 602); Blue value is 248 (97.27% from 255 or 41.20% from 602); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD85F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85F8 is #227A07. Grayscale: #ACACAC. Windows color (decimal): -2259464 or 16287197. OLE color: 16287197.
HSL color Cylindrical-coordinate representation of color #DD85F8: hue angle of 285.91º degrees, saturation: 0.89, 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 #DD85F8 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 133 | 248 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.03 |
| HSL | 285.91º | 0.89% | 0.75% | - |
| HSV(B) | 285.91º | 0.46% | 0.97% | - |
| XYZ | 55.15 | 38.92 | 93.41 | - |
| YUV | 172.42 | 170.65 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 248 | 0.11 | 0.46 | 0 | 0.03 | 285.91 | 0.89 | 0.75 |
| Hex | DD | 85 | F8 | B | 2E | 0 | 3 | 11E | 59 | 4B |
| Octal | 335 | 205 | 370 | 13 | 56 | 0 | 3 | 436 | 131 | 113 |
| Binary | 11011101 | 10000101 | 11111000 | 1011 | 101110 | 0 | 11 | 100011110 | 1011001 | 1001011 |
Color Harmonies of #DD85F8
Complementary color
Monochromatic Colors of #DD85F8
Black with #DD85F8
Text Example
Text Example
White with #DD85F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85F8; }
p { color: rgb(221,133,248); }
H1.HeaderClassName
{
color: #DD85F8;
}
.AnyTagClassName
{
color: #DD85F8;
}
</style>
background-color css
<style>
a { background-color: #DD85F8; }
a { background-color: rgb(221,133,248); }
div.DivClassName
{
background-color: #DD85F8;
}
.BgClassName
{
background-color: #DD85F8;
}
</style>
border-color css
<style>
span { border-color: #DD85F8; }
span { border-color: rgb(221,133,248); }
td.TdClassName
{
border-color: #DD85F8;
}
.TagClassName
{
border-color: #DD85F8;
}
</style>