Shades of Heliotrope #D34DFE
Tints of Heliotrope #D34DFE
RGB
CMYK
RGB Variations
Color information
#D34DFE (or 0xD34DFE) is known color: Heliotrope. HEX triplet: D3, 4D and FE. RGB value is (211,77,254). Sum of RGB (Red+Green+Blue) = 211+77+254=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 77 (30.47% from 255 or 14.21% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #D34DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34DFE is #2CB201. Grayscale: #888888. Windows color (decimal): -2929154 or 16666067. OLE color: 16666067.
HSL color Cylindrical-coordinate representation of color #D34DFE: hue angle of 285.42º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34DFE is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 77 | 254 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.00 |
| HSL | 285.42º | 0.99% | 0.65% | - |
| HSV(B) | 285.42º | 0.7% | 1% | - |
| XYZ | 47.41 | 26.31 | 96.35 | - |
| YUV | 137.24 | 193.89 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 254 | 0.17 | 0.70 | 0 | 0.00 | 285.42 | 0.99 | 0.65 |
| Hex | D3 | 4D | FE | 11 | 46 | 0 | 0 | 11D | 63 | 41 |
| Octal | 323 | 115 | 376 | 21 | 106 | 0 | 0 | 435 | 143 | 101 |
| Binary | 11010011 | 1001101 | 11111110 | 10001 | 1000110 | 0 | 0 | 100011101 | 1100011 | 1000001 |
Color Harmonies of #D34DFE
Complementary color
Monochromatic Colors of #D34DFE
Black with #D34DFE
Text Example
Text Example
White with #D34DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34DFE; }
p { color: rgb(211,77,254); }
H1.HeaderClassName
{
color: #D34DFE;
}
.AnyTagClassName
{
color: #D34DFE;
}
</style>
background-color css
<style>
a { background-color: #D34DFE; }
a { background-color: rgb(211,77,254); }
div.DivClassName
{
background-color: #D34DFE;
}
.BgClassName
{
background-color: #D34DFE;
}
</style>
border-color css
<style>
span { border-color: #D34DFE; }
span { border-color: rgb(211,77,254); }
td.TdClassName
{
border-color: #D34DFE;
}
.TagClassName
{
border-color: #D34DFE;
}
</style>