Shades of Heliotrope #DD6DFF
Tints of Heliotrope #DD6DFF
RGB
CMYK
RGB Variations
Color information
#DD6DFF (or 0xDD6DFF) is known color: Heliotrope. HEX triplet: DD, 6D and FF. RGB value is (221,109,255). Sum of RGB (Red+Green+Blue) = 221+109+255=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 109 (42.97% from 255 or 18.63% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD6DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DFF is #229200. Grayscale: #9E9E9E. Windows color (decimal): -2265601 or 16739805. OLE color: 16739805.
HSL color Cylindrical-coordinate representation of color #DD6DFF: hue angle of 286.03º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD6DFF is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 109 | 255 | - |
| CMYK | 0.13 | 0.57 | 0 | 0 |
| HSL | 286.03º | 1% | 0.71% | - |
| HSV(B) | 286.03º | 0.57% | 1% | - |
| XYZ | 53.34 | 33.53 | 98.27 | - |
| YUV | 159.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 109 | 255 | 0.13 | 0.57 | 0 | 0 | 286.03 | 1 | 0.71 |
| Hex | DD | 6D | FF | D | 39 | 0 | 0 | 11E | 64 | 47 |
| Octal | 335 | 155 | 377 | 15 | 71 | 0 | 0 | 436 | 144 | 107 |
| Binary | 11011101 | 1101101 | 11111111 | 1101 | 111001 | 0 | 0 | 100011110 | 1100100 | 1000111 |
Color Harmonies of #DD6DFF
Complementary color
Monochromatic Colors of #DD6DFF
Black with #DD6DFF
Text Example
Text Example
White with #DD6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6DFF; }
p { color: rgb(221,109,255); }
H1.HeaderClassName
{
color: #DD6DFF;
}
.AnyTagClassName
{
color: #DD6DFF;
}
</style>
background-color css
<style>
a { background-color: #DD6DFF; }
a { background-color: rgb(221,109,255); }
div.DivClassName
{
background-color: #DD6DFF;
}
.BgClassName
{
background-color: #DD6DFF;
}
</style>
border-color css
<style>
span { border-color: #DD6DFF; }
span { border-color: rgb(221,109,255); }
td.TdClassName
{
border-color: #DD6DFF;
}
.TagClassName
{
border-color: #DD6DFF;
}
</style>