Shades of Heliotrope #D34AFB
Tints of Heliotrope #D34AFB
RGB
CMYK
RGB Variations
Color information
#D34AFB (or 0xD34AFB) is known color: Heliotrope. HEX triplet: D3, 4A and FB. RGB value is (211,74,251). Sum of RGB (Red+Green+Blue) = 211+74+251=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 74 (29.30% from 255 or 13.81% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #D34AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AFB is #2CB504. Grayscale: #868686. Windows color (decimal): -2929925 or 16468691. OLE color: 16468691.
HSL color Cylindrical-coordinate representation of color #D34AFB: hue angle of 286.44º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D34AFB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 74 | 251 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.02 |
| HSL | 286.44º | 0.96% | 0.64% | - |
| HSV(B) | 286.44º | 0.71% | 0.98% | - |
| XYZ | 46.73 | 25.71 | 93.77 | - |
| YUV | 135.14 | 193.39 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 251 | 0.16 | 0.71 | 0 | 0.02 | 286.44 | 0.96 | 0.64 |
| Hex | D3 | 4A | FB | 10 | 47 | 0 | 2 | 11E | 60 | 40 |
| Octal | 323 | 112 | 373 | 20 | 107 | 0 | 2 | 436 | 140 | 100 |
| Binary | 11010011 | 1001010 | 11111011 | 10000 | 1000111 | 0 | 10 | 100011110 | 1100000 | 1000000 |
Color Harmonies of #D34AFB
Complementary color
Monochromatic Colors of #D34AFB
Black with #D34AFB
Text Example
Text Example
White with #D34AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34AFB; }
p { color: rgb(211,74,251); }
H1.HeaderClassName
{
color: #D34AFB;
}
.AnyTagClassName
{
color: #D34AFB;
}
</style>
background-color css
<style>
a { background-color: #D34AFB; }
a { background-color: rgb(211,74,251); }
div.DivClassName
{
background-color: #D34AFB;
}
.BgClassName
{
background-color: #D34AFB;
}
</style>
border-color css
<style>
span { border-color: #D34AFB; }
span { border-color: rgb(211,74,251); }
td.TdClassName
{
border-color: #D34AFB;
}
.TagClassName
{
border-color: #D34AFB;
}
</style>