Shades of Heliotrope #DD6DF3
Tints of Heliotrope #DD6DF3
RGB
CMYK
RGB Variations
Color information
#DD6DF3 (or 0xDD6DF3) is known color: Heliotrope. HEX triplet: DD, 6D and F3. RGB value is (221,109,243). Sum of RGB (Red+Green+Blue) = 221+109+243=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD6DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DF3 is #22920C. Grayscale: #9D9D9D. Windows color (decimal): -2265613 or 15953373. OLE color: 15953373.
HSL color Cylindrical-coordinate representation of color #DD6DF3: hue angle of 290.15º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6DF3 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 109 | 243 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.05 |
| HSL | 290.15º | 0.85% | 0.69% | - |
| HSV(B) | 290.15º | 0.55% | 0.95% | - |
| XYZ | 51.47 | 32.78 | 88.41 | - |
| YUV | 157.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 243 | 0.09 | 0.55 | 0 | 0.05 | 290.15 | 0.85 | 0.69 |
| Hex | DD | 6D | F3 | 9 | 37 | 0 | 5 | 122 | 55 | 45 |
| Octal | 335 | 155 | 363 | 11 | 67 | 0 | 5 | 442 | 125 | 105 |
| Binary | 11011101 | 1101101 | 11110011 | 1001 | 110111 | 0 | 101 | 100100010 | 1010101 | 1000101 |
Color Harmonies of #DD6DF3
Complementary color
Monochromatic Colors of #DD6DF3
Black with #DD6DF3
Text Example
Text Example
White with #DD6DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DF3; }
p { color: rgb(221,109,243); }
H1.HeaderClassName
{
color: #DD6DF3;
}
.AnyTagClassName
{
color: #DD6DF3;
}
</style>
background-color css
<style>
a { background-color: #DD6DF3; }
a { background-color: rgb(221,109,243); }
div.DivClassName
{
background-color: #DD6DF3;
}
.BgClassName
{
background-color: #DD6DF3;
}
</style>
border-color css
<style>
span { border-color: #DD6DF3; }
span { border-color: rgb(221,109,243); }
td.TdClassName
{
border-color: #DD6DF3;
}
.TagClassName
{
border-color: #DD6DF3;
}
</style>