Shades of Heliotrope #D34FF6
Tints of Heliotrope #D34FF6
RGB
CMYK
RGB Variations
Color information
#D34FF6 (or 0xD34FF6) is known color: Heliotrope. HEX triplet: D3, 4F and F6. RGB value is (211,79,246). Sum of RGB (Red+Green+Blue) = 211+79+246=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 79 (31.25% from 255 or 14.74% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #D34FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34FF6 is #2CB009. Grayscale: #888888. Windows color (decimal): -2928650 or 16142291. OLE color: 16142291.
HSL color Cylindrical-coordinate representation of color #D34FF6: hue angle of 287.43º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34FF6 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 79 | 246 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.04 |
| HSL | 287.43º | 0.9% | 0.64% | - |
| HSV(B) | 287.43º | 0.68% | 0.96% | - |
| XYZ | 46.29 | 26.09 | 89.79 | - |
| YUV | 137.51 | 189.23 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 246 | 0.14 | 0.68 | 0 | 0.04 | 287.43 | 0.9 | 0.64 |
| Hex | D3 | 4F | F6 | E | 44 | 0 | 4 | 11F | 5A | 40 |
| Octal | 323 | 117 | 366 | 16 | 104 | 0 | 4 | 437 | 132 | 100 |
| Binary | 11010011 | 1001111 | 11110110 | 1110 | 1000100 | 0 | 100 | 100011111 | 1011010 | 1000000 |
Color Harmonies of #D34FF6
Complementary color
Monochromatic Colors of #D34FF6
Black with #D34FF6
Text Example
Text Example
White with #D34FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FF6; }
p { color: rgb(211,79,246); }
H1.HeaderClassName
{
color: #D34FF6;
}
.AnyTagClassName
{
color: #D34FF6;
}
</style>
background-color css
<style>
a { background-color: #D34FF6; }
a { background-color: rgb(211,79,246); }
div.DivClassName
{
background-color: #D34FF6;
}
.BgClassName
{
background-color: #D34FF6;
}
</style>
border-color css
<style>
span { border-color: #D34FF6; }
span { border-color: rgb(211,79,246); }
td.TdClassName
{
border-color: #D34FF6;
}
.TagClassName
{
border-color: #D34FF6;
}
</style>