Shades of Heliotrope #DD83F0
Tints of Heliotrope #DD83F0
RGB
CMYK
RGB Variations
Color information
#DD83F0 (or 0xDD83F0) is known color: Heliotrope. HEX triplet: DD, 83 and F0. RGB value is (221,131,240). Sum of RGB (Red+Green+Blue) = 221+131+240=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD83F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD83F0 is #227C0F. Grayscale: #A9A9A9. Windows color (decimal): -2259984 or 15762397. OLE color: 15762397.
HSL color Cylindrical-coordinate representation of color #DD83F0: hue angle of 289.54º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD83F0 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 131 | 240 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.06 |
| HSL | 289.54º | 0.78% | 0.73% | - |
| HSV(B) | 289.54º | 0.45% | 0.94% | - |
| XYZ | 53.66 | 37.9 | 86.92 | - |
| YUV | 170.34 | 167.32 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 240 | 0.08 | 0.45 | 0 | 0.06 | 289.54 | 0.78 | 0.73 |
| Hex | DD | 83 | F0 | 8 | 2D | 0 | 6 | 122 | 4E | 49 |
| Octal | 335 | 203 | 360 | 10 | 55 | 0 | 6 | 442 | 116 | 111 |
| Binary | 11011101 | 10000011 | 11110000 | 1000 | 101101 | 0 | 110 | 100100010 | 1001110 | 1001001 |
Color Harmonies of #DD83F0
Complementary color
Monochromatic Colors of #DD83F0
Black with #DD83F0
Text Example
Text Example
White with #DD83F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83F0; }
p { color: rgb(221,131,240); }
H1.HeaderClassName
{
color: #DD83F0;
}
.AnyTagClassName
{
color: #DD83F0;
}
</style>
background-color css
<style>
a { background-color: #DD83F0; }
a { background-color: rgb(221,131,240); }
div.DivClassName
{
background-color: #DD83F0;
}
.BgClassName
{
background-color: #DD83F0;
}
</style>
border-color css
<style>
span { border-color: #DD83F0; }
span { border-color: rgb(221,131,240); }
td.TdClassName
{
border-color: #DD83F0;
}
.TagClassName
{
border-color: #DD83F0;
}
</style>