Shades of Heliotrope #D34CFB
Tints of Heliotrope #D34CFB
RGB
CMYK
RGB Variations
Color information
#D34CFB (or 0xD34CFB) is known color: Heliotrope. HEX triplet: D3, 4C and FB. RGB value is (211,76,251). Sum of RGB (Red+Green+Blue) = 211+76+251=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 76 (30.08% from 255 or 14.13% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #D34CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34CFB is #2CB304. Grayscale: #878787. Windows color (decimal): -2929413 or 16469203. OLE color: 16469203.
HSL color Cylindrical-coordinate representation of color #D34CFB: hue angle of 286.29º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34CFB is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 76 | 251 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.02 |
| HSL | 286.29º | 0.96% | 0.64% | - |
| HSV(B) | 286.29º | 0.7% | 0.98% | - |
| XYZ | 46.86 | 25.98 | 93.81 | - |
| YUV | 136.32 | 192.73 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 76 | 251 | 0.16 | 0.70 | 0 | 0.02 | 286.29 | 0.96 | 0.64 |
| Hex | D3 | 4C | FB | 10 | 46 | 0 | 2 | 11E | 60 | 40 |
| Octal | 323 | 114 | 373 | 20 | 106 | 0 | 2 | 436 | 140 | 100 |
| Binary | 11010011 | 1001100 | 11111011 | 10000 | 1000110 | 0 | 10 | 100011110 | 1100000 | 1000000 |
Color Harmonies of #D34CFB
Complementary color
Monochromatic Colors of #D34CFB
Black with #D34CFB
Text Example
Text Example
White with #D34CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34CFB; }
p { color: rgb(211,76,251); }
H1.HeaderClassName
{
color: #D34CFB;
}
.AnyTagClassName
{
color: #D34CFB;
}
</style>
background-color css
<style>
a { background-color: #D34CFB; }
a { background-color: rgb(211,76,251); }
div.DivClassName
{
background-color: #D34CFB;
}
.BgClassName
{
background-color: #D34CFB;
}
</style>
border-color css
<style>
span { border-color: #D34CFB; }
span { border-color: rgb(211,76,251); }
td.TdClassName
{
border-color: #D34CFB;
}
.TagClassName
{
border-color: #D34CFB;
}
</style>