Shades of Heliotrope #D174FA
Tints of Heliotrope #D174FA
RGB
CMYK
RGB Variations
Color information
#D174FA (or 0xD174FA) is known color: Heliotrope. HEX triplet: D1, 74 and FA. RGB value is (209,116,250). Sum of RGB (Red+Green+Blue) = 209+116+250=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #D174FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D174FA is #2E8B05. Grayscale: #9E9E9E. Windows color (decimal): -3050246 or 16413905. OLE color: 16413905.
HSL color Cylindrical-coordinate representation of color #D174FA: hue angle of 281.64º 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 #D174FA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 116 | 250 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.02 |
| HSL | 281.64º | 0.93% | 0.72% | - |
| HSV(B) | 281.64º | 0.54% | 0.98% | - |
| XYZ | 49.8 | 32.95 | 94.18 | - |
| YUV | 159.08 | 179.31 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 250 | 0.16 | 0.54 | 0 | 0.02 | 281.64 | 0.93 | 0.72 |
| Hex | D1 | 74 | FA | 10 | 36 | 0 | 2 | 11A | 5D | 48 |
| Octal | 321 | 164 | 372 | 20 | 66 | 0 | 2 | 432 | 135 | 110 |
| Binary | 11010001 | 1110100 | 11111010 | 10000 | 110110 | 0 | 10 | 100011010 | 1011101 | 1001000 |
Color Harmonies of #D174FA
Complementary color
Monochromatic Colors of #D174FA
Black with #D174FA
Text Example
Text Example
White with #D174FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174FA; }
p { color: rgb(209,116,250); }
H1.HeaderClassName
{
color: #D174FA;
}
.AnyTagClassName
{
color: #D174FA;
}
</style>
background-color css
<style>
a { background-color: #D174FA; }
a { background-color: rgb(209,116,250); }
div.DivClassName
{
background-color: #D174FA;
}
.BgClassName
{
background-color: #D174FA;
}
</style>
border-color css
<style>
span { border-color: #D174FA; }
span { border-color: rgb(209,116,250); }
td.TdClassName
{
border-color: #D174FA;
}
.TagClassName
{
border-color: #D174FA;
}
</style>