Shades of Heliotrope #D34FFC
Tints of Heliotrope #D34FFC
RGB
CMYK
RGB Variations
Color information
#D34FFC (or 0xD34FFC) is known color: Heliotrope. HEX triplet: D3, 4F and FC. RGB value is (211,79,252). Sum of RGB (Red+Green+Blue) = 211+79+252=542 (71% of max value = 765). Red value is 211 (82.81% from 255 or 38.93% from 542); Green value is 79 (31.25% from 255 or 14.58% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #D34FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D34FFC is #2CB003. Grayscale: #898989. Windows color (decimal): -2928644 or 16535507. OLE color: 16535507.
HSL color Cylindrical-coordinate representation of color #D34FFC: hue angle of 285.78º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34FFC is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 79 | 252 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.01 |
| HSL | 285.78º | 0.97% | 0.65% | - |
| HSV(B) | 285.78º | 0.69% | 0.99% | - |
| XYZ | 47.23 | 26.47 | 94.72 | - |
| YUV | 138.19 | 192.23 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 79 | 252 | 0.16 | 0.69 | 0 | 0.01 | 285.78 | 0.97 | 0.65 |
| Hex | D3 | 4F | FC | 10 | 45 | 0 | 1 | 11E | 61 | 41 |
| Octal | 323 | 117 | 374 | 20 | 105 | 0 | 1 | 436 | 141 | 101 |
| Binary | 11010011 | 1001111 | 11111100 | 10000 | 1000101 | 0 | 1 | 100011110 | 1100001 | 1000001 |
Color Harmonies of #D34FFC
Complementary color
Monochromatic Colors of #D34FFC
Black with #D34FFC
Text Example
Text Example
White with #D34FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34FFC; }
p { color: rgb(211,79,252); }
H1.HeaderClassName
{
color: #D34FFC;
}
.AnyTagClassName
{
color: #D34FFC;
}
</style>
background-color css
<style>
a { background-color: #D34FFC; }
a { background-color: rgb(211,79,252); }
div.DivClassName
{
background-color: #D34FFC;
}
.BgClassName
{
background-color: #D34FFC;
}
</style>
border-color css
<style>
span { border-color: #D34FFC; }
span { border-color: rgb(211,79,252); }
td.TdClassName
{
border-color: #D34FFC;
}
.TagClassName
{
border-color: #D34FFC;
}
</style>