Shades of Heliotrope #D374FA
Tints of Heliotrope #D374FA
RGB
CMYK
RGB Variations
Color information
#D374FA (or 0xD374FA) is known color: Heliotrope. HEX triplet: D3, 74 and FA. RGB value is (211,116,250). Sum of RGB (Red+Green+Blue) = 211+116+250=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #D374FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D374FA is #2C8B05. Grayscale: #9F9F9F. Windows color (decimal): -2919174 or 16413907. OLE color: 16413907.
HSL color Cylindrical-coordinate representation of color #D374FA: hue angle of 282.54º 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 #D374FA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 116 | 250 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.02 |
| HSL | 282.54º | 0.93% | 0.72% | - |
| HSV(B) | 282.54º | 0.54% | 0.98% | - |
| XYZ | 50.36 | 33.24 | 94.2 | - |
| YUV | 159.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 250 | 0.16 | 0.54 | 0 | 0.02 | 282.54 | 0.93 | 0.72 |
| Hex | D3 | 74 | FA | 10 | 36 | 0 | 2 | 11B | 5D | 48 |
| Octal | 323 | 164 | 372 | 20 | 66 | 0 | 2 | 433 | 135 | 110 |
| Binary | 11010011 | 1110100 | 11111010 | 10000 | 110110 | 0 | 10 | 100011011 | 1011101 | 1001000 |
Color Harmonies of #D374FA
Complementary color
Monochromatic Colors of #D374FA
Black with #D374FA
Text Example
Text Example
White with #D374FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D374FA; }
p { color: rgb(211,116,250); }
H1.HeaderClassName
{
color: #D374FA;
}
.AnyTagClassName
{
color: #D374FA;
}
</style>
background-color css
<style>
a { background-color: #D374FA; }
a { background-color: rgb(211,116,250); }
div.DivClassName
{
background-color: #D374FA;
}
.BgClassName
{
background-color: #D374FA;
}
</style>
border-color css
<style>
span { border-color: #D374FA; }
span { border-color: rgb(211,116,250); }
td.TdClassName
{
border-color: #D374FA;
}
.TagClassName
{
border-color: #D374FA;
}
</style>