Shades of Heliotrope #D373FA
Tints of Heliotrope #D373FA
RGB
CMYK
RGB Variations
Color information
#D373FA (or 0xD373FA) is known color: Heliotrope. HEX triplet: D3, 73 and FA. RGB value is (211,115,250). Sum of RGB (Red+Green+Blue) = 211+115+250=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #D373FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D373FA is #2C8C05. Grayscale: #9E9E9E. Windows color (decimal): -2919430 or 16413651. OLE color: 16413651.
HSL color Cylindrical-coordinate representation of color #D373FA: hue angle of 282.67º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D373FA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 115 | 250 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.02 |
| HSL | 282.67º | 0.93% | 0.72% | - |
| HSV(B) | 282.67º | 0.54% | 0.98% | - |
| XYZ | 50.25 | 33.01 | 94.17 | - |
| YUV | 159.09 | 179.3 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 250 | 0.16 | 0.54 | 0 | 0.02 | 282.67 | 0.93 | 0.72 |
| Hex | D3 | 73 | FA | 10 | 36 | 0 | 2 | 11B | 5D | 48 |
| Octal | 323 | 163 | 372 | 20 | 66 | 0 | 2 | 433 | 135 | 110 |
| Binary | 11010011 | 1110011 | 11111010 | 10000 | 110110 | 0 | 10 | 100011011 | 1011101 | 1001000 |
Color Harmonies of #D373FA
Complementary color
Monochromatic Colors of #D373FA
Black with #D373FA
Text Example
Text Example
White with #D373FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D373FA; }
p { color: rgb(211,115,250); }
H1.HeaderClassName
{
color: #D373FA;
}
.AnyTagClassName
{
color: #D373FA;
}
</style>
background-color css
<style>
a { background-color: #D373FA; }
a { background-color: rgb(211,115,250); }
div.DivClassName
{
background-color: #D373FA;
}
.BgClassName
{
background-color: #D373FA;
}
</style>
border-color css
<style>
span { border-color: #D373FA; }
span { border-color: rgb(211,115,250); }
td.TdClassName
{
border-color: #D373FA;
}
.TagClassName
{
border-color: #D373FA;
}
</style>