Shades of Heliotrope #D34DFC
Tints of Heliotrope #D34DFC
RGB
CMYK
RGB Variations
Color information
#D34DFC (or 0xD34DFC) is known color: Heliotrope. HEX triplet: D3, 4D and FC. RGB value is (211,77,252). Sum of RGB (Red+Green+Blue) = 211+77+252=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 77 (30.47% from 255 or 14.26% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #D34DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34DFC is #2CB203. Grayscale: #888888. Windows color (decimal): -2929156 or 16534995. OLE color: 16534995.
HSL color Cylindrical-coordinate representation of color #D34DFC: hue angle of 285.94º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34DFC is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 77 | 252 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.01 |
| HSL | 285.94º | 0.97% | 0.65% | - |
| HSV(B) | 285.94º | 0.69% | 0.99% | - |
| XYZ | 47.09 | 26.18 | 94.67 | - |
| YUV | 137.02 | 192.89 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 252 | 0.16 | 0.69 | 0 | 0.01 | 285.94 | 0.97 | 0.65 |
| Hex | D3 | 4D | FC | 10 | 45 | 0 | 1 | 11E | 61 | 41 |
| Octal | 323 | 115 | 374 | 20 | 105 | 0 | 1 | 436 | 141 | 101 |
| Binary | 11010011 | 1001101 | 11111100 | 10000 | 1000101 | 0 | 1 | 100011110 | 1100001 | 1000001 |
Color Harmonies of #D34DFC
Complementary color
Monochromatic Colors of #D34DFC
Black with #D34DFC
Text Example
Text Example
White with #D34DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DFC; }
p { color: rgb(211,77,252); }
H1.HeaderClassName
{
color: #D34DFC;
}
.AnyTagClassName
{
color: #D34DFC;
}
</style>
background-color css
<style>
a { background-color: #D34DFC; }
a { background-color: rgb(211,77,252); }
div.DivClassName
{
background-color: #D34DFC;
}
.BgClassName
{
background-color: #D34DFC;
}
</style>
border-color css
<style>
span { border-color: #D34DFC; }
span { border-color: rgb(211,77,252); }
td.TdClassName
{
border-color: #D34DFC;
}
.TagClassName
{
border-color: #D34DFC;
}
</style>