Shades of Heliotrope #DD68F8
Tints of Heliotrope #DD68F8
RGB
CMYK
RGB Variations
Color information
#DD68F8 (or 0xDD68F8) is known color: Heliotrope. HEX triplet: DD, 68 and F8. RGB value is (221,104,248). Sum of RGB (Red+Green+Blue) = 221+104+248=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 104 (41.02% from 255 or 18.15% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD68F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD68F8 is #229707. Grayscale: #9A9A9A. Windows color (decimal): -2266888 or 16279773. OLE color: 16279773.
HSL color Cylindrical-coordinate representation of color #DD68F8: hue angle of 288.75º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD68F8 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 104 | 248 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.03 |
| HSL | 288.75º | 0.91% | 0.69% | - |
| HSV(B) | 288.75º | 0.58% | 0.97% | - |
| XYZ | 51.71 | 32.05 | 92.27 | - |
| YUV | 155.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 248 | 0.11 | 0.58 | 0 | 0.03 | 288.75 | 0.91 | 0.69 |
| Hex | DD | 68 | F8 | B | 3A | 0 | 3 | 121 | 5B | 45 |
| Octal | 335 | 150 | 370 | 13 | 72 | 0 | 3 | 441 | 133 | 105 |
| Binary | 11011101 | 1101000 | 11111000 | 1011 | 111010 | 0 | 11 | 100100001 | 1011011 | 1000101 |
Color Harmonies of #DD68F8
Complementary color
Monochromatic Colors of #DD68F8
Black with #DD68F8
Text Example
Text Example
White with #DD68F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68F8; }
p { color: rgb(221,104,248); }
H1.HeaderClassName
{
color: #DD68F8;
}
.AnyTagClassName
{
color: #DD68F8;
}
</style>
background-color css
<style>
a { background-color: #DD68F8; }
a { background-color: rgb(221,104,248); }
div.DivClassName
{
background-color: #DD68F8;
}
.BgClassName
{
background-color: #DD68F8;
}
</style>
border-color css
<style>
span { border-color: #DD68F8; }
span { border-color: rgb(221,104,248); }
td.TdClassName
{
border-color: #DD68F8;
}
.TagClassName
{
border-color: #DD68F8;
}
</style>