Shades of Heliotrope #DD64EF
Tints of Heliotrope #DD64EF
RGB
CMYK
RGB Variations
Color information
#DD64EF (or 0xDD64EF) is known color: Heliotrope. HEX triplet: DD, 64 and EF. RGB value is (221,100,239). Sum of RGB (Red+Green+Blue) = 221+100+239=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD64EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64EF is #229B10. Grayscale: #979797. Windows color (decimal): -2267921 or 15688925. OLE color: 15688925.
HSL color Cylindrical-coordinate representation of color #DD64EF: hue angle of 292.23º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD64EF is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 100 | 239 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.06 |
| HSL | 292.23º | 0.81% | 0.66% | - |
| HSV(B) | 292.23º | 0.58% | 0.94% | - |
| XYZ | 49.96 | 30.72 | 84.96 | - |
| YUV | 152.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 239 | 0.08 | 0.58 | 0 | 0.06 | 292.23 | 0.81 | 0.66 |
| Hex | DD | 64 | EF | 8 | 3A | 0 | 6 | 124 | 51 | 42 |
| Octal | 335 | 144 | 357 | 10 | 72 | 0 | 6 | 444 | 121 | 102 |
| Binary | 11011101 | 1100100 | 11101111 | 1000 | 111010 | 0 | 110 | 100100100 | 1010001 | 1000010 |
Color Harmonies of #DD64EF
Complementary color
Monochromatic Colors of #DD64EF
Black with #DD64EF
Text Example
Text Example
White with #DD64EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64EF; }
p { color: rgb(221,100,239); }
H1.HeaderClassName
{
color: #DD64EF;
}
.AnyTagClassName
{
color: #DD64EF;
}
</style>
background-color css
<style>
a { background-color: #DD64EF; }
a { background-color: rgb(221,100,239); }
div.DivClassName
{
background-color: #DD64EF;
}
.BgClassName
{
background-color: #DD64EF;
}
</style>
border-color css
<style>
span { border-color: #DD64EF; }
span { border-color: rgb(221,100,239); }
td.TdClassName
{
border-color: #DD64EF;
}
.TagClassName
{
border-color: #DD64EF;
}
</style>