Shades of Heliotrope #DD68EB
Tints of Heliotrope #DD68EB
RGB
CMYK
RGB Variations
Color information
#DD68EB (or 0xDD68EB) is known color: Heliotrope. HEX triplet: DD, 68 and EB. RGB value is (221,104,235). Sum of RGB (Red+Green+Blue) = 221+104+235=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 235 (92.19% from 255 or 41.96% from 560); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68EB is #229714. Grayscale: #999999. Windows color (decimal): -2266901 or 15427805. OLE color: 15427805.
HSL color Cylindrical-coordinate representation of color #DD68EB: hue angle of 293.59º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD68EB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 104 | 235 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.08 |
| HSL | 293.59º | 0.77% | 0.66% | - |
| HSV(B) | 293.59º | 0.56% | 0.92% | - |
| XYZ | 49.76 | 31.27 | 82.01 | - |
| YUV | 153.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 235 | 0.06 | 0.56 | 0 | 0.08 | 293.59 | 0.77 | 0.66 |
| Hex | DD | 68 | EB | 6 | 38 | 0 | 8 | 126 | 4D | 42 |
| Octal | 335 | 150 | 353 | 6 | 70 | 0 | 10 | 446 | 115 | 102 |
| Binary | 11011101 | 1101000 | 11101011 | 110 | 111000 | 0 | 1000 | 100100110 | 1001101 | 1000010 |
Color Harmonies of #DD68EB
Complementary color
Monochromatic Colors of #DD68EB
Black with #DD68EB
Text Example
Text Example
White with #DD68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68EB; }
p { color: rgb(221,104,235); }
H1.HeaderClassName
{
color: #DD68EB;
}
.AnyTagClassName
{
color: #DD68EB;
}
</style>
background-color css
<style>
a { background-color: #DD68EB; }
a { background-color: rgb(221,104,235); }
div.DivClassName
{
background-color: #DD68EB;
}
.BgClassName
{
background-color: #DD68EB;
}
</style>
border-color css
<style>
span { border-color: #DD68EB; }
span { border-color: rgb(221,104,235); }
td.TdClassName
{
border-color: #DD68EB;
}
.TagClassName
{
border-color: #DD68EB;
}
</style>