Shades of Heliotrope #DC64FD
Tints of Heliotrope #DC64FD
RGB
CMYK
RGB Variations
Color information
#DC64FD (or 0xDC64FD) is known color: Heliotrope. HEX triplet: DC, 64 and FD. RGB value is (220,100,253). Sum of RGB (Red+Green+Blue) = 220+100+253=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 100 (39.45% from 255 or 17.45% from 573); Blue value is 253 (99.22% from 255 or 44.15% from 573); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC64FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC64FD is #239B02. Grayscale: #989898. Windows color (decimal): -2333443 or 16606428. OLE color: 16606428.
HSL color Cylindrical-coordinate representation of color #DC64FD: hue angle of 287.06º 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 #DC64FD is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 100 | 253 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.01 |
| HSL | 287.06º | 0.97% | 0.69% | - |
| HSV(B) | 287.06º | 0.6% | 0.99% | - |
| XYZ | 51.8 | 31.42 | 96.26 | - |
| YUV | 153.32 | 184.26 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 253 | 0.13 | 0.60 | 0 | 0.01 | 287.06 | 0.97 | 0.69 |
| Hex | DC | 64 | FD | D | 3C | 0 | 1 | 11F | 61 | 45 |
| Octal | 334 | 144 | 375 | 15 | 74 | 0 | 1 | 437 | 141 | 105 |
| Binary | 11011100 | 1100100 | 11111101 | 1101 | 111100 | 0 | 1 | 100011111 | 1100001 | 1000101 |
Color Harmonies of #DC64FD
Complementary color
Monochromatic Colors of #DC64FD
Black with #DC64FD
Text Example
Text Example
White with #DC64FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC64FD; }
p { color: rgb(220,100,253); }
H1.HeaderClassName
{
color: #DC64FD;
}
.AnyTagClassName
{
color: #DC64FD;
}
</style>
background-color css
<style>
a { background-color: #DC64FD; }
a { background-color: rgb(220,100,253); }
div.DivClassName
{
background-color: #DC64FD;
}
.BgClassName
{
background-color: #DC64FD;
}
</style>
border-color css
<style>
span { border-color: #DC64FD; }
span { border-color: rgb(220,100,253); }
td.TdClassName
{
border-color: #DC64FD;
}
.TagClassName
{
border-color: #DC64FD;
}
</style>