Shades of Heliotrope #DD64EC
Tints of Heliotrope #DD64EC
RGB
CMYK
RGB Variations
Color information
#DD64EC (or 0xDD64EC) is known color: Heliotrope. HEX triplet: DD, 64 and EC. RGB value is (221,100,236). Sum of RGB (Red+Green+Blue) = 221+100+236=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64EC is #229B13. Grayscale: #979797. Windows color (decimal): -2267924 or 15492317. OLE color: 15492317.
HSL color Cylindrical-coordinate representation of color #DD64EC: hue angle of 293.38º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD64EC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 100 | 236 | - |
CMYK | 0.06 | 0.58 | 0 | 0.07 |
HSL | 293.38º | 0.78% | 0.66% | - |
HSV(B) | 293.38º | 0.58% | 0.93% | - |
XYZ | 49.52 | 30.54 | 82.64 | - |
YUV | 151.68 | 175.59 | 177.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 100 | 236 | 0.06 | 0.58 | 0 | 0.07 | 293.38 | 0.78 | 0.66 |
Hex | DD | 64 | EC | 6 | 3A | 0 | 7 | 125 | 4E | 42 |
Octal | 335 | 144 | 354 | 6 | 72 | 0 | 7 | 445 | 116 | 102 |
Binary | 11011101 | 1100100 | 11101100 | 110 | 111010 | 0 | 111 | 100100101 | 1001110 | 1000010 |
Color Harmonies of #DD64EC
Complementary color
Monochromatic Colors of #DD64EC
Black with #DD64EC
Text Example
Text Example
White with #DD64EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64EC; }
p { color: rgb(221,100,236); }
H1.HeaderClassName
{
color: #DD64EC;
}
.AnyTagClassName
{
color: #DD64EC;
}
</style>
background-color css
<style>
a { background-color: #DD64EC; }
a { background-color: rgb(221,100,236); }
div.DivClassName
{
background-color: #DD64EC;
}
.BgClassName
{
background-color: #DD64EC;
}
</style>
border-color css
<style>
span { border-color: #DD64EC; }
span { border-color: rgb(221,100,236); }
td.TdClassName
{
border-color: #DD64EC;
}
.TagClassName
{
border-color: #DD64EC;
}
</style>