Shades of Heliotrope #DD83F9
Tints of Heliotrope #DD83F9
RGB
CMYK
RGB Variations
Color information
#DD83F9 (or 0xDD83F9) is known color: Heliotrope. HEX triplet: DD, 83 and F9. RGB value is (221,131,249). Sum of RGB (Red+Green+Blue) = 221+131+249=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 131 (51.56% from 255 or 21.80% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD83F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83F9 is #227C06. Grayscale: #AAAAAA. Windows color (decimal): -2259975 or 16352221. OLE color: 16352221.
HSL color Cylindrical-coordinate representation of color #DD83F9: hue angle of 285.76º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD83F9 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 131 | 249 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.02 |
| HSL | 285.76º | 0.91% | 0.75% | - |
| HSV(B) | 285.76º | 0.47% | 0.98% | - |
| XYZ | 55.03 | 38.44 | 94.14 | - |
| YUV | 171.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 249 | 0.11 | 0.47 | 0 | 0.02 | 285.76 | 0.91 | 0.75 |
| Hex | DD | 83 | F9 | B | 2F | 0 | 2 | 11E | 5B | 4B |
| Octal | 335 | 203 | 371 | 13 | 57 | 0 | 2 | 436 | 133 | 113 |
| Binary | 11011101 | 10000011 | 11111001 | 1011 | 101111 | 0 | 10 | 100011110 | 1011011 | 1001011 |
Color Harmonies of #DD83F9
Complementary color
Monochromatic Colors of #DD83F9
Black with #DD83F9
Text Example
Text Example
White with #DD83F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83F9; }
p { color: rgb(221,131,249); }
H1.HeaderClassName
{
color: #DD83F9;
}
.AnyTagClassName
{
color: #DD83F9;
}
</style>
background-color css
<style>
a { background-color: #DD83F9; }
a { background-color: rgb(221,131,249); }
div.DivClassName
{
background-color: #DD83F9;
}
.BgClassName
{
background-color: #DD83F9;
}
</style>
border-color css
<style>
span { border-color: #DD83F9; }
span { border-color: rgb(221,131,249); }
td.TdClassName
{
border-color: #DD83F9;
}
.TagClassName
{
border-color: #DD83F9;
}
</style>