Shades of Heliotrope #D34BF7
Tints of Heliotrope #D34BF7
RGB
CMYK
RGB Variations
Color information
#D34BF7 (or 0xD34BF7) is known color: Heliotrope. HEX triplet: D3, 4B and F7. RGB value is (211,75,247). Sum of RGB (Red+Green+Blue) = 211+75+247=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 75 (29.69% from 255 or 14.07% from 533); Blue value is 247 (96.88% from 255 or 46.34% from 533); Max value from RGB is 247 - color contains mainly: blue. Hex color #D34BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34BF7 is #2CB408. Grayscale: #868686. Windows color (decimal): -2929673 or 16206803. OLE color: 16206803.
HSL color Cylindrical-coordinate representation of color #D34BF7: hue angle of 287.44º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34BF7 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 75 | 247 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.03 |
| HSL | 287.44º | 0.91% | 0.63% | - |
| HSV(B) | 287.44º | 0.7% | 0.97% | - |
| XYZ | 46.17 | 25.6 | 90.5 | - |
| YUV | 135.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 247 | 0.15 | 0.70 | 0 | 0.03 | 287.44 | 0.91 | 0.63 |
| Hex | D3 | 4B | F7 | F | 46 | 0 | 3 | 11F | 5B | 3F |
| Octal | 323 | 113 | 367 | 17 | 106 | 0 | 3 | 437 | 133 | 77 |
| Binary | 11010011 | 1001011 | 11110111 | 1111 | 1000110 | 0 | 11 | 100011111 | 1011011 | 111111 |
Color Harmonies of #D34BF7
Complementary color
Monochromatic Colors of #D34BF7
Black with #D34BF7
Text Example
Text Example
White with #D34BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BF7; }
p { color: rgb(211,75,247); }
H1.HeaderClassName
{
color: #D34BF7;
}
.AnyTagClassName
{
color: #D34BF7;
}
</style>
background-color css
<style>
a { background-color: #D34BF7; }
a { background-color: rgb(211,75,247); }
div.DivClassName
{
background-color: #D34BF7;
}
.BgClassName
{
background-color: #D34BF7;
}
</style>
border-color css
<style>
span { border-color: #D34BF7; }
span { border-color: rgb(211,75,247); }
td.TdClassName
{
border-color: #D34BF7;
}
.TagClassName
{
border-color: #D34BF7;
}
</style>