Shades of Heliotrope #DD64FC
Tints of Heliotrope #DD64FC
RGB
CMYK
RGB Variations
Color information
#DD64FC (or 0xDD64FC) is known color: Heliotrope. HEX triplet: DD, 64 and FC. RGB value is (221,100,252). Sum of RGB (Red+Green+Blue) = 221+100+252=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #DD64FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64FC is #229B03. Grayscale: #999999. Windows color (decimal): -2267908 or 16540893. OLE color: 16540893.
HSL color Cylindrical-coordinate representation of color #DD64FC: hue angle of 287.76º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD64FC is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 100 | 252 | - |
| CMYK | 0.12 | 0.60 | 0 | 0.01 |
| HSL | 287.76º | 0.96% | 0.69% | - |
| HSV(B) | 287.76º | 0.6% | 0.99% | - |
| XYZ | 51.95 | 31.51 | 95.44 | - |
| YUV | 153.51 | 183.59 | 176.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 252 | 0.12 | 0.60 | 0 | 0.01 | 287.76 | 0.96 | 0.69 |
| Hex | DD | 64 | FC | C | 3C | 0 | 1 | 120 | 60 | 45 |
| Octal | 335 | 144 | 374 | 14 | 74 | 0 | 1 | 440 | 140 | 105 |
| Binary | 11011101 | 1100100 | 11111100 | 1100 | 111100 | 0 | 1 | 100100000 | 1100000 | 1000101 |
Color Harmonies of #DD64FC
Complementary color
Monochromatic Colors of #DD64FC
Black with #DD64FC
Text Example
Text Example
White with #DD64FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64FC; }
p { color: rgb(221,100,252); }
H1.HeaderClassName
{
color: #DD64FC;
}
.AnyTagClassName
{
color: #DD64FC;
}
</style>
background-color css
<style>
a { background-color: #DD64FC; }
a { background-color: rgb(221,100,252); }
div.DivClassName
{
background-color: #DD64FC;
}
.BgClassName
{
background-color: #DD64FC;
}
</style>
border-color css
<style>
span { border-color: #DD64FC; }
span { border-color: rgb(221,100,252); }
td.TdClassName
{
border-color: #DD64FC;
}
.TagClassName
{
border-color: #DD64FC;
}
</style>