Shades of Heliotrope #D34BFC
Tints of Heliotrope #D34BFC
RGB
CMYK
RGB Variations
Color information
#D34BFC (or 0xD34BFC) is known color: Heliotrope. HEX triplet: D3, 4B and FC. RGB value is (211,75,252). Sum of RGB (Red+Green+Blue) = 211+75+252=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 75 (29.69% from 255 or 13.94% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #D34BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34BFC is #2CB403. Grayscale: #878787. Windows color (decimal): -2929668 or 16534483. OLE color: 16534483.
HSL color Cylindrical-coordinate representation of color #D34BFC: hue angle of 286.1º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34BFC is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 75 | 252 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.01 |
| HSL | 286.1º | 0.97% | 0.64% | - |
| HSV(B) | 286.1º | 0.7% | 0.99% | - |
| XYZ | 46.95 | 25.91 | 94.62 | - |
| YUV | 135.84 | 193.56 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 75 | 252 | 0.16 | 0.70 | 0 | 0.01 | 286.1 | 0.97 | 0.64 |
| Hex | D3 | 4B | FC | 10 | 46 | 0 | 1 | 11E | 61 | 40 |
| Octal | 323 | 113 | 374 | 20 | 106 | 0 | 1 | 436 | 141 | 100 |
| Binary | 11010011 | 1001011 | 11111100 | 10000 | 1000110 | 0 | 1 | 100011110 | 1100001 | 1000000 |
Color Harmonies of #D34BFC
Complementary color
Monochromatic Colors of #D34BFC
Black with #D34BFC
Text Example
Text Example
White with #D34BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34BFC; }
p { color: rgb(211,75,252); }
H1.HeaderClassName
{
color: #D34BFC;
}
.AnyTagClassName
{
color: #D34BFC;
}
</style>
background-color css
<style>
a { background-color: #D34BFC; }
a { background-color: rgb(211,75,252); }
div.DivClassName
{
background-color: #D34BFC;
}
.BgClassName
{
background-color: #D34BFC;
}
</style>
border-color css
<style>
span { border-color: #D34BFC; }
span { border-color: rgb(211,75,252); }
td.TdClassName
{
border-color: #D34BFC;
}
.TagClassName
{
border-color: #D34BFC;
}
</style>