Shades of Heliotrope #DD85F6
Tints of Heliotrope #DD85F6
RGB
CMYK
RGB Variations
Color information
#DD85F6 (or 0xDD85F6) is known color: Heliotrope. HEX triplet: DD, 85 and F6. RGB value is (221,133,246). Sum of RGB (Red+Green+Blue) = 221+133+246=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD85F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD85F6 is #227A09. Grayscale: #ABABAB. Windows color (decimal): -2259466 or 16156125. OLE color: 16156125.
HSL color Cylindrical-coordinate representation of color #DD85F6: hue angle of 286.73º 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 #DD85F6 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 133 | 246 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.04 |
| HSL | 286.73º | 0.86% | 0.74% | - |
| HSV(B) | 286.73º | 0.46% | 0.96% | - |
| XYZ | 54.84 | 38.8 | 91.79 | - |
| YUV | 172.19 | 169.65 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 246 | 0.10 | 0.46 | 0 | 0.04 | 286.73 | 0.86 | 0.74 |
| Hex | DD | 85 | F6 | A | 2E | 0 | 4 | 11F | 56 | 4A |
| Octal | 335 | 205 | 366 | 12 | 56 | 0 | 4 | 437 | 126 | 112 |
| Binary | 11011101 | 10000101 | 11110110 | 1010 | 101110 | 0 | 100 | 100011111 | 1010110 | 1001010 |
Color Harmonies of #DD85F6
Complementary color
Monochromatic Colors of #DD85F6
Black with #DD85F6
Text Example
Text Example
White with #DD85F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD85F6; }
p { color: rgb(221,133,246); }
H1.HeaderClassName
{
color: #DD85F6;
}
.AnyTagClassName
{
color: #DD85F6;
}
</style>
background-color css
<style>
a { background-color: #DD85F6; }
a { background-color: rgb(221,133,246); }
div.DivClassName
{
background-color: #DD85F6;
}
.BgClassName
{
background-color: #DD85F6;
}
</style>
border-color css
<style>
span { border-color: #DD85F6; }
span { border-color: rgb(221,133,246); }
td.TdClassName
{
border-color: #DD85F6;
}
.TagClassName
{
border-color: #DD85F6;
}
</style>