Shades of Heliotrope #D34AFC
Tints of Heliotrope #D34AFC
RGB
CMYK
RGB Variations
Color information
#D34AFC (or 0xD34AFC) is known color: Heliotrope. HEX triplet: D3, 4A and FC. RGB value is (211,74,252). Sum of RGB (Red+Green+Blue) = 211+74+252=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 74 (29.30% from 255 or 13.78% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #D34AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AFC is #2CB503. Grayscale: #868686. Windows color (decimal): -2929924 or 16534227. OLE color: 16534227.
HSL color Cylindrical-coordinate representation of color #D34AFC: hue angle of 286.18º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D34AFC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 74 | 252 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.01 |
| HSL | 286.18º | 0.97% | 0.64% | - |
| HSV(B) | 286.18º | 0.71% | 0.99% | - |
| XYZ | 46.88 | 25.77 | 94.6 | - |
| YUV | 135.26 | 193.89 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 252 | 0.16 | 0.71 | 0 | 0.01 | 286.18 | 0.97 | 0.64 |
| Hex | D3 | 4A | FC | 10 | 47 | 0 | 1 | 11E | 61 | 40 |
| Octal | 323 | 112 | 374 | 20 | 107 | 0 | 1 | 436 | 141 | 100 |
| Binary | 11010011 | 1001010 | 11111100 | 10000 | 1000111 | 0 | 1 | 100011110 | 1100001 | 1000000 |
Color Harmonies of #D34AFC
Complementary color
Monochromatic Colors of #D34AFC
Black with #D34AFC
Text Example
Text Example
White with #D34AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34AFC; }
p { color: rgb(211,74,252); }
H1.HeaderClassName
{
color: #D34AFC;
}
.AnyTagClassName
{
color: #D34AFC;
}
</style>
background-color css
<style>
a { background-color: #D34AFC; }
a { background-color: rgb(211,74,252); }
div.DivClassName
{
background-color: #D34AFC;
}
.BgClassName
{
background-color: #D34AFC;
}
</style>
border-color css
<style>
span { border-color: #D34AFC; }
span { border-color: rgb(211,74,252); }
td.TdClassName
{
border-color: #D34AFC;
}
.TagClassName
{
border-color: #D34AFC;
}
</style>