Shades of Heliotrope #DD6EF3
Tints of Heliotrope #DD6EF3
RGB
CMYK
RGB Variations
Color information
#DD6EF3 (or 0xDD6EF3) is known color: Heliotrope. HEX triplet: DD, 6E and F3. RGB value is (221,110,243). Sum of RGB (Red+Green+Blue) = 221+110+243=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 110 (43.36% from 255 or 19.16% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD6EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EF3 is #22910C. Grayscale: #9D9D9D. Windows color (decimal): -2265357 or 15953629. OLE color: 15953629.
HSL color Cylindrical-coordinate representation of color #DD6EF3: hue angle of 290.08º 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 #DD6EF3 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 110 | 243 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.05 |
| HSL | 290.08º | 0.85% | 0.69% | - |
| HSV(B) | 290.08º | 0.55% | 0.95% | - |
| XYZ | 51.57 | 33 | 88.44 | - |
| YUV | 158.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 110 | 243 | 0.09 | 0.55 | 0 | 0.05 | 290.08 | 0.85 | 0.69 |
| Hex | DD | 6E | F3 | 9 | 37 | 0 | 5 | 122 | 55 | 45 |
| Octal | 335 | 156 | 363 | 11 | 67 | 0 | 5 | 442 | 125 | 105 |
| Binary | 11011101 | 1101110 | 11110011 | 1001 | 110111 | 0 | 101 | 100100010 | 1010101 | 1000101 |
Color Harmonies of #DD6EF3
Complementary color
Monochromatic Colors of #DD6EF3
Black with #DD6EF3
Text Example
Text Example
White with #DD6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6EF3; }
p { color: rgb(221,110,243); }
H1.HeaderClassName
{
color: #DD6EF3;
}
.AnyTagClassName
{
color: #DD6EF3;
}
</style>
background-color css
<style>
a { background-color: #DD6EF3; }
a { background-color: rgb(221,110,243); }
div.DivClassName
{
background-color: #DD6EF3;
}
.BgClassName
{
background-color: #DD6EF3;
}
</style>
border-color css
<style>
span { border-color: #DD6EF3; }
span { border-color: rgb(221,110,243); }
td.TdClassName
{
border-color: #DD6EF3;
}
.TagClassName
{
border-color: #DD6EF3;
}
</style>