Shades of Heliotrope #D347FA
Tints of Heliotrope #D347FA
RGB
CMYK
RGB Variations
Color information
#D347FA (or 0xD347FA) is known color: Heliotrope. HEX triplet: D3, 47 and FA. RGB value is (211,71,250). Sum of RGB (Red+Green+Blue) = 211+71+250=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #D347FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D347FA is #2CB805. Grayscale: #848484. Windows color (decimal): -2930694 or 16402387. OLE color: 16402387.
HSL color Cylindrical-coordinate representation of color #D347FA: hue angle of 286.93º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D347FA is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 71 | 250 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.02 |
| HSL | 286.93º | 0.95% | 0.63% | - |
| HSV(B) | 286.93º | 0.72% | 0.98% | - |
| XYZ | 46.37 | 25.26 | 92.87 | - |
| YUV | 133.27 | 193.88 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 250 | 0.16 | 0.72 | 0 | 0.02 | 286.93 | 0.95 | 0.63 |
| Hex | D3 | 47 | FA | 10 | 48 | 0 | 2 | 11F | 5F | 3F |
| Octal | 323 | 107 | 372 | 20 | 110 | 0 | 2 | 437 | 137 | 77 |
| Binary | 11010011 | 1000111 | 11111010 | 10000 | 1001000 | 0 | 10 | 100011111 | 1011111 | 111111 |
Color Harmonies of #D347FA
Complementary color
Monochromatic Colors of #D347FA
Black with #D347FA
Text Example
Text Example
White with #D347FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D347FA; }
p { color: rgb(211,71,250); }
H1.HeaderClassName
{
color: #D347FA;
}
.AnyTagClassName
{
color: #D347FA;
}
</style>
background-color css
<style>
a { background-color: #D347FA; }
a { background-color: rgb(211,71,250); }
div.DivClassName
{
background-color: #D347FA;
}
.BgClassName
{
background-color: #D347FA;
}
</style>
border-color css
<style>
span { border-color: #D347FA; }
span { border-color: rgb(211,71,250); }
td.TdClassName
{
border-color: #D347FA;
}
.TagClassName
{
border-color: #D347FA;
}
</style>