Shades of Heliotrope #D34AF6
Tints of Heliotrope #D34AF6
RGB
CMYK
RGB Variations
Color information
#D34AF6 (or 0xD34AF6) is known color: Heliotrope. HEX triplet: D3, 4A and F6. RGB value is (211,74,246). Sum of RGB (Red+Green+Blue) = 211+74+246=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 74 (29.30% from 255 or 13.94% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #D34AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AF6 is #2CB509. Grayscale: #868686. Windows color (decimal): -2929930 or 16141011. OLE color: 16141011.
HSL color Cylindrical-coordinate representation of color #D34AF6: hue angle of 287.79º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34AF6 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 74 | 246 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.04 |
| HSL | 287.79º | 0.91% | 0.63% | - |
| HSV(B) | 287.79º | 0.7% | 0.96% | - |
| XYZ | 45.95 | 25.4 | 89.67 | - |
| YUV | 134.57 | 190.89 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 246 | 0.14 | 0.70 | 0 | 0.04 | 287.79 | 0.91 | 0.63 |
| Hex | D3 | 4A | F6 | E | 46 | 0 | 4 | 120 | 5B | 3F |
| Octal | 323 | 112 | 366 | 16 | 106 | 0 | 4 | 440 | 133 | 77 |
| Binary | 11010011 | 1001010 | 11110110 | 1110 | 1000110 | 0 | 100 | 100100000 | 1011011 | 111111 |
Color Harmonies of #D34AF6
Complementary color
Monochromatic Colors of #D34AF6
Black with #D34AF6
Text Example
Text Example
White with #D34AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34AF6; }
p { color: rgb(211,74,246); }
H1.HeaderClassName
{
color: #D34AF6;
}
.AnyTagClassName
{
color: #D34AF6;
}
</style>
background-color css
<style>
a { background-color: #D34AF6; }
a { background-color: rgb(211,74,246); }
div.DivClassName
{
background-color: #D34AF6;
}
.BgClassName
{
background-color: #D34AF6;
}
</style>
border-color css
<style>
span { border-color: #D34AF6; }
span { border-color: rgb(211,74,246); }
td.TdClassName
{
border-color: #D34AF6;
}
.TagClassName
{
border-color: #D34AF6;
}
</style>