Shades of Heliotrope #D34EFF
Tints of Heliotrope #D34EFF
RGB
CMYK
RGB Variations
Color information
#D34EFF (or 0xD34EFF) is known color: Heliotrope. HEX triplet: D3, 4E and FF. RGB value is (211,78,255). Sum of RGB (Red+Green+Blue) = 211+78+255=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 78 (30.86% from 255 or 14.34% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #D34EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34EFF is #2CB100. Grayscale: #898989. Windows color (decimal): -2928897 or 16731859. OLE color: 16731859.
HSL color Cylindrical-coordinate representation of color #D34EFF: hue angle of 285.08º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34EFF is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 78 | 255 | - |
| CMYK | 0.17 | 0.69 | 0 | 0 |
| HSL | 285.08º | 1% | 0.65% | - |
| HSV(B) | 285.08º | 0.69% | 1% | - |
| XYZ | 47.64 | 26.52 | 97.22 | - |
| YUV | 137.95 | 194.06 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 78 | 255 | 0.17 | 0.69 | 0 | 0 | 285.08 | 1 | 0.65 |
| Hex | D3 | 4E | FF | 11 | 45 | 0 | 0 | 11D | 64 | 41 |
| Octal | 323 | 116 | 377 | 21 | 105 | 0 | 0 | 435 | 144 | 101 |
| Binary | 11010011 | 1001110 | 11111111 | 10001 | 1000101 | 0 | 0 | 100011101 | 1100100 | 1000001 |
Color Harmonies of #D34EFF
Complementary color
Monochromatic Colors of #D34EFF
Black with #D34EFF
Text Example
Text Example
White with #D34EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34EFF; }
p { color: rgb(211,78,255); }
H1.HeaderClassName
{
color: #D34EFF;
}
.AnyTagClassName
{
color: #D34EFF;
}
</style>
background-color css
<style>
a { background-color: #D34EFF; }
a { background-color: rgb(211,78,255); }
div.DivClassName
{
background-color: #D34EFF;
}
.BgClassName
{
background-color: #D34EFF;
}
</style>
border-color css
<style>
span { border-color: #D34EFF; }
span { border-color: rgb(211,78,255); }
td.TdClassName
{
border-color: #D34EFF;
}
.TagClassName
{
border-color: #D34EFF;
}
</style>