Shades of Heliotrope #D56DFD
Tints of Heliotrope #D56DFD
RGB
CMYK
RGB Variations
Color information
#D56DFD (or 0xD56DFD) is known color: Heliotrope. HEX triplet: D5, 6D and FD. RGB value is (213,109,253). Sum of RGB (Red+Green+Blue) = 213+109+253=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 253 (99.22% from 255 or 44% from 575); Max value from RGB is 253 - color contains mainly: blue. Hex color #D56DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56DFD is #2A9202. Grayscale: #9C9C9C. Windows color (decimal): -2789891 or 16608725. OLE color: 16608725.
HSL color Cylindrical-coordinate representation of color #D56DFD: hue angle of 283.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D56DFD is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 109 | 253 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.01 |
| HSL | 283.33º | 0.97% | 0.71% | - |
| HSV(B) | 283.33º | 0.57% | 0.99% | - |
| XYZ | 50.64 | 32.18 | 96.47 | - |
| YUV | 156.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 109 | 253 | 0.16 | 0.57 | 0 | 0.01 | 283.33 | 0.97 | 0.71 |
| Hex | D5 | 6D | FD | 10 | 39 | 0 | 1 | 11B | 61 | 47 |
| Octal | 325 | 155 | 375 | 20 | 71 | 0 | 1 | 433 | 141 | 107 |
| Binary | 11010101 | 1101101 | 11111101 | 10000 | 111001 | 0 | 1 | 100011011 | 1100001 | 1000111 |
Color Harmonies of #D56DFD
Complementary color
Monochromatic Colors of #D56DFD
Black with #D56DFD
Text Example
Text Example
White with #D56DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56DFD; }
p { color: rgb(213,109,253); }
H1.HeaderClassName
{
color: #D56DFD;
}
.AnyTagClassName
{
color: #D56DFD;
}
</style>
background-color css
<style>
a { background-color: #D56DFD; }
a { background-color: rgb(213,109,253); }
div.DivClassName
{
background-color: #D56DFD;
}
.BgClassName
{
background-color: #D56DFD;
}
</style>
border-color css
<style>
span { border-color: #D56DFD; }
span { border-color: rgb(213,109,253); }
td.TdClassName
{
border-color: #D56DFD;
}
.TagClassName
{
border-color: #D56DFD;
}
</style>