Shades of Heliotrope #DD68F2
Tints of Heliotrope #DD68F2
RGB
CMYK
RGB Variations
Color information
#DD68F2 (or 0xDD68F2) is known color: Heliotrope. HEX triplet: DD, 68 and F2. RGB value is (221,104,242). Sum of RGB (Red+Green+Blue) = 221+104+242=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD68F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68F2 is #22970D. Grayscale: #9A9A9A. Windows color (decimal): -2266894 or 15886557. OLE color: 15886557.
HSL color Cylindrical-coordinate representation of color #DD68F2: hue angle of 290.87º degrees, saturation: 0.84, 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 #DD68F2 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 104 | 242 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.05 |
| HSL | 290.87º | 0.84% | 0.68% | - |
| HSV(B) | 290.87º | 0.57% | 0.95% | - |
| XYZ | 50.8 | 31.68 | 87.44 | - |
| YUV | 154.72 | 177.26 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 242 | 0.09 | 0.57 | 0 | 0.05 | 290.87 | 0.84 | 0.68 |
| Hex | DD | 68 | F2 | 9 | 39 | 0 | 5 | 123 | 54 | 44 |
| Octal | 335 | 150 | 362 | 11 | 71 | 0 | 5 | 443 | 124 | 104 |
| Binary | 11011101 | 1101000 | 11110010 | 1001 | 111001 | 0 | 101 | 100100011 | 1010100 | 1000100 |
Color Harmonies of #DD68F2
Complementary color
Monochromatic Colors of #DD68F2
Black with #DD68F2
Text Example
Text Example
White with #DD68F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68F2; }
p { color: rgb(221,104,242); }
H1.HeaderClassName
{
color: #DD68F2;
}
.AnyTagClassName
{
color: #DD68F2;
}
</style>
background-color css
<style>
a { background-color: #DD68F2; }
a { background-color: rgb(221,104,242); }
div.DivClassName
{
background-color: #DD68F2;
}
.BgClassName
{
background-color: #DD68F2;
}
</style>
border-color css
<style>
span { border-color: #DD68F2; }
span { border-color: rgb(221,104,242); }
td.TdClassName
{
border-color: #DD68F2;
}
.TagClassName
{
border-color: #DD68F2;
}
</style>