Shades of Heliotrope #D34BF5
Tints of Heliotrope #D34BF5
RGB
CMYK
RGB Variations
Color information
#D34BF5 (or 0xD34BF5) is known color: Heliotrope. HEX triplet: D3, 4B and F5. RGB value is (211,75,245). Sum of RGB (Red+Green+Blue) = 211+75+245=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 245 (96.09% from 255 or 46.14% from 531); Max value from RGB is 245 - color contains mainly: blue. Hex color #D34BF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34BF5 is #2CB40A. Grayscale: #868686. Windows color (decimal): -2929675 or 16075731. OLE color: 16075731.
HSL color Cylindrical-coordinate representation of color #D34BF5: hue angle of 288º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34BF5 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 75 | 245 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.04 |
| HSL | 288º | 0.89% | 0.63% | - |
| HSV(B) | 288º | 0.69% | 0.96% | - |
| XYZ | 45.86 | 25.47 | 88.89 | - |
| YUV | 135.04 | 190.06 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 245 | 0.14 | 0.69 | 0 | 0.04 | 288 | 0.89 | 0.63 |
| Hex | D3 | 4B | F5 | E | 45 | 0 | 4 | 120 | 59 | 3F |
| Octal | 323 | 113 | 365 | 16 | 105 | 0 | 4 | 440 | 131 | 77 |
| Binary | 11010011 | 1001011 | 11110101 | 1110 | 1000101 | 0 | 100 | 100100000 | 1011001 | 111111 |
Color Harmonies of #D34BF5
Complementary color
Monochromatic Colors of #D34BF5
Black with #D34BF5
Text Example
Text Example
White with #D34BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BF5; }
p { color: rgb(211,75,245); }
H1.HeaderClassName
{
color: #D34BF5;
}
.AnyTagClassName
{
color: #D34BF5;
}
</style>
background-color css
<style>
a { background-color: #D34BF5; }
a { background-color: rgb(211,75,245); }
div.DivClassName
{
background-color: #D34BF5;
}
.BgClassName
{
background-color: #D34BF5;
}
</style>
border-color css
<style>
span { border-color: #D34BF5; }
span { border-color: rgb(211,75,245); }
td.TdClassName
{
border-color: #D34BF5;
}
.TagClassName
{
border-color: #D34BF5;
}
</style>