Shades of Heliotrope #DD68EE
Tints of Heliotrope #DD68EE
RGB
CMYK
RGB Variations
Color information
#DD68EE (or 0xDD68EE) is known color: Heliotrope. HEX triplet: DD, 68 and EE. RGB value is (221,104,238). Sum of RGB (Red+Green+Blue) = 221+104+238=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68EE is #229711. Grayscale: #999999. Windows color (decimal): -2266898 or 15624413. OLE color: 15624413.
HSL color Cylindrical-coordinate representation of color #DD68EE: hue angle of 292.39º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD68EE is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 104 | 238 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.07 |
| HSL | 292.39º | 0.8% | 0.67% | - |
| HSV(B) | 292.39º | 0.56% | 0.93% | - |
| XYZ | 50.2 | 31.45 | 84.31 | - |
| YUV | 154.26 | 175.26 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 238 | 0.07 | 0.56 | 0 | 0.07 | 292.39 | 0.8 | 0.67 |
| Hex | DD | 68 | EE | 7 | 38 | 0 | 7 | 124 | 50 | 43 |
| Octal | 335 | 150 | 356 | 7 | 70 | 0 | 7 | 444 | 120 | 103 |
| Binary | 11011101 | 1101000 | 11101110 | 111 | 111000 | 0 | 111 | 100100100 | 1010000 | 1000011 |
Color Harmonies of #DD68EE
Complementary color
Monochromatic Colors of #DD68EE
Black with #DD68EE
Text Example
Text Example
White with #DD68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68EE; }
p { color: rgb(221,104,238); }
H1.HeaderClassName
{
color: #DD68EE;
}
.AnyTagClassName
{
color: #DD68EE;
}
</style>
background-color css
<style>
a { background-color: #DD68EE; }
a { background-color: rgb(221,104,238); }
div.DivClassName
{
background-color: #DD68EE;
}
.BgClassName
{
background-color: #DD68EE;
}
</style>
border-color css
<style>
span { border-color: #DD68EE; }
span { border-color: rgb(221,104,238); }
td.TdClassName
{
border-color: #DD68EE;
}
.TagClassName
{
border-color: #DD68EE;
}
</style>