Shades of Heliotrope #D564F7
Tints of Heliotrope #D564F7
RGB
CMYK
RGB Variations
Color information
#D564F7 (or 0xD564F7) is known color: Heliotrope. HEX triplet: D5, 64 and F7. RGB value is (213,100,247). Sum of RGB (Red+Green+Blue) = 213+100+247=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #D564F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D564F7 is #2A9B08. Grayscale: #969696. Windows color (decimal): -2792201 or 16213205. OLE color: 16213205.
HSL color Cylindrical-coordinate representation of color #D564F7: hue angle of 286.12º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D564F7 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 100 | 247 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.03 |
| HSL | 286.12º | 0.9% | 0.68% | - |
| HSV(B) | 286.12º | 0.6% | 0.97% | - |
| XYZ | 48.79 | 29.98 | 91.21 | - |
| YUV | 150.55 | 182.44 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 247 | 0.14 | 0.60 | 0 | 0.03 | 286.12 | 0.9 | 0.68 |
| Hex | D5 | 64 | F7 | E | 3C | 0 | 3 | 11E | 5A | 44 |
| Octal | 325 | 144 | 367 | 16 | 74 | 0 | 3 | 436 | 132 | 104 |
| Binary | 11010101 | 1100100 | 11110111 | 1110 | 111100 | 0 | 11 | 100011110 | 1011010 | 1000100 |
Color Harmonies of #D564F7
Complementary color
Monochromatic Colors of #D564F7
Black with #D564F7
Text Example
Text Example
White with #D564F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D564F7; }
p { color: rgb(213,100,247); }
H1.HeaderClassName
{
color: #D564F7;
}
.AnyTagClassName
{
color: #D564F7;
}
</style>
background-color css
<style>
a { background-color: #D564F7; }
a { background-color: rgb(213,100,247); }
div.DivClassName
{
background-color: #D564F7;
}
.BgClassName
{
background-color: #D564F7;
}
</style>
border-color css
<style>
span { border-color: #D564F7; }
span { border-color: rgb(213,100,247); }
td.TdClassName
{
border-color: #D564F7;
}
.TagClassName
{
border-color: #D564F7;
}
</style>