Shades of Heliotrope #DD68F3
Tints of Heliotrope #DD68F3
RGB
CMYK
RGB Variations
Color information
#DD68F3 (or 0xDD68F3) is known color: Heliotrope. HEX triplet: DD, 68 and F3. RGB value is (221,104,243). Sum of RGB (Red+Green+Blue) = 221+104+243=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 104 (41.02% from 255 or 18.31% from 568); Blue value is 243 (95.31% from 255 or 42.78% from 568); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD68F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68F3 is #22970C. Grayscale: #9A9A9A. Windows color (decimal): -2266893 or 15952093. OLE color: 15952093.
HSL color Cylindrical-coordinate representation of color #DD68F3: hue angle of 290.5º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD68F3 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 104 | 243 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.05 |
| HSL | 290.5º | 0.85% | 0.68% | - |
| HSV(B) | 290.5º | 0.57% | 0.95% | - |
| XYZ | 50.95 | 31.74 | 88.24 | - |
| YUV | 154.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 243 | 0.09 | 0.57 | 0 | 0.05 | 290.5 | 0.85 | 0.68 |
| Hex | DD | 68 | F3 | 9 | 39 | 0 | 5 | 123 | 55 | 44 |
| Octal | 335 | 150 | 363 | 11 | 71 | 0 | 5 | 443 | 125 | 104 |
| Binary | 11011101 | 1101000 | 11110011 | 1001 | 111001 | 0 | 101 | 100100011 | 1010101 | 1000100 |
Color Harmonies of #DD68F3
Complementary color
Monochromatic Colors of #DD68F3
Black with #DD68F3
Text Example
Text Example
White with #DD68F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68F3; }
p { color: rgb(221,104,243); }
H1.HeaderClassName
{
color: #DD68F3;
}
.AnyTagClassName
{
color: #DD68F3;
}
</style>
background-color css
<style>
a { background-color: #DD68F3; }
a { background-color: rgb(221,104,243); }
div.DivClassName
{
background-color: #DD68F3;
}
.BgClassName
{
background-color: #DD68F3;
}
</style>
border-color css
<style>
span { border-color: #DD68F3; }
span { border-color: rgb(221,104,243); }
td.TdClassName
{
border-color: #DD68F3;
}
.TagClassName
{
border-color: #DD68F3;
}
</style>