Shades of Heliotrope #DD6DF0
Tints of Heliotrope #DD6DF0
RGB
CMYK
RGB Variations
Color information
#DD6DF0 (or 0xDD6DF0) is known color: Heliotrope. HEX triplet: DD, 6D and F0. RGB value is (221,109,240). Sum of RGB (Red+Green+Blue) = 221+109+240=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD6DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DF0 is #22920F. Grayscale: #9D9D9D. Windows color (decimal): -2265616 or 15756765. OLE color: 15756765.
HSL color Cylindrical-coordinate representation of color #DD6DF0: hue angle of 291.3º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6DF0 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 109 | 240 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.06 |
| HSL | 291.3º | 0.81% | 0.68% | - |
| HSV(B) | 291.3º | 0.55% | 0.94% | - |
| XYZ | 51.02 | 32.6 | 86.04 | - |
| YUV | 157.42 | 174.61 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 240 | 0.08 | 0.55 | 0 | 0.06 | 291.3 | 0.81 | 0.68 |
| Hex | DD | 6D | F0 | 8 | 37 | 0 | 6 | 123 | 51 | 44 |
| Octal | 335 | 155 | 360 | 10 | 67 | 0 | 6 | 443 | 121 | 104 |
| Binary | 11011101 | 1101101 | 11110000 | 1000 | 110111 | 0 | 110 | 100100011 | 1010001 | 1000100 |
Color Harmonies of #DD6DF0
Complementary color
Monochromatic Colors of #DD6DF0
Black with #DD6DF0
Text Example
Text Example
White with #DD6DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DF0; }
p { color: rgb(221,109,240); }
H1.HeaderClassName
{
color: #DD6DF0;
}
.AnyTagClassName
{
color: #DD6DF0;
}
</style>
background-color css
<style>
a { background-color: #DD6DF0; }
a { background-color: rgb(221,109,240); }
div.DivClassName
{
background-color: #DD6DF0;
}
.BgClassName
{
background-color: #DD6DF0;
}
</style>
border-color css
<style>
span { border-color: #DD6DF0; }
span { border-color: rgb(221,109,240); }
td.TdClassName
{
border-color: #DD6DF0;
}
.TagClassName
{
border-color: #DD6DF0;
}
</style>