Shades of Heliotrope #DD64FD
Tints of Heliotrope #DD64FD
RGB
CMYK
RGB Variations
Color information
#DD64FD (or 0xDD64FD) is known color: Heliotrope. HEX triplet: DD, 64 and FD. RGB value is (221,100,253). Sum of RGB (Red+Green+Blue) = 221+100+253=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 100 (39.45% from 255 or 17.42% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD64FD is #229B02. Grayscale: #999999. Windows color (decimal): -2267907 or 16606429. OLE color: 16606429.
HSL color Cylindrical-coordinate representation of color #DD64FD: hue angle of 287.45º degrees, saturation: 0.97, 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 #DD64FD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 100 | 253 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.01 |
| HSL | 287.45º | 0.97% | 0.69% | - |
| HSV(B) | 287.45º | 0.6% | 0.99% | - |
| XYZ | 52.11 | 31.58 | 96.28 | - |
| YUV | 153.62 | 184.09 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 100 | 253 | 0.13 | 0.60 | 0 | 0.01 | 287.45 | 0.97 | 0.69 |
| Hex | DD | 64 | FD | D | 3C | 0 | 1 | 11F | 61 | 45 |
| Octal | 335 | 144 | 375 | 15 | 74 | 0 | 1 | 437 | 141 | 105 |
| Binary | 11011101 | 1100100 | 11111101 | 1101 | 111100 | 0 | 1 | 100011111 | 1100001 | 1000101 |
Color Harmonies of #DD64FD
Complementary color
Monochromatic Colors of #DD64FD
Black with #DD64FD
Text Example
Text Example
White with #DD64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD64FD; }
p { color: rgb(221,100,253); }
H1.HeaderClassName
{
color: #DD64FD;
}
.AnyTagClassName
{
color: #DD64FD;
}
</style>
background-color css
<style>
a { background-color: #DD64FD; }
a { background-color: rgb(221,100,253); }
div.DivClassName
{
background-color: #DD64FD;
}
.BgClassName
{
background-color: #DD64FD;
}
</style>
border-color css
<style>
span { border-color: #DD64FD; }
span { border-color: rgb(221,100,253); }
td.TdClassName
{
border-color: #DD64FD;
}
.TagClassName
{
border-color: #DD64FD;
}
</style>