Shades of Heliotrope #D174FE
Tints of Heliotrope #D174FE
RGB
CMYK
RGB Variations
Color information
#D174FE (or 0xD174FE) is known color: Heliotrope. HEX triplet: D1, 74 and FE. RGB value is (209,116,254). Sum of RGB (Red+Green+Blue) = 209+116+254=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #D174FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D174FE is #2E8B01. Grayscale: #9F9F9F. Windows color (decimal): -3050242 or 16676049. OLE color: 16676049.
HSL color Cylindrical-coordinate representation of color #D174FE: hue angle of 280.43º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D174FE is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 116 | 254 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.00 |
| HSL | 280.43º | 0.99% | 0.73% | - |
| HSV(B) | 280.43º | 0.54% | 1% | - |
| XYZ | 50.43 | 33.2 | 97.52 | - |
| YUV | 159.54 | 181.31 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 254 | 0.18 | 0.54 | 0 | 0.00 | 280.43 | 0.99 | 0.73 |
| Hex | D1 | 74 | FE | 12 | 36 | 0 | 0 | 118 | 63 | 49 |
| Octal | 321 | 164 | 376 | 22 | 66 | 0 | 0 | 430 | 143 | 111 |
| Binary | 11010001 | 1110100 | 11111110 | 10010 | 110110 | 0 | 0 | 100011000 | 1100011 | 1001001 |
Color Harmonies of #D174FE
Complementary color
Monochromatic Colors of #D174FE
Black with #D174FE
Text Example
Text Example
White with #D174FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174FE; }
p { color: rgb(209,116,254); }
H1.HeaderClassName
{
color: #D174FE;
}
.AnyTagClassName
{
color: #D174FE;
}
</style>
background-color css
<style>
a { background-color: #D174FE; }
a { background-color: rgb(209,116,254); }
div.DivClassName
{
background-color: #D174FE;
}
.BgClassName
{
background-color: #D174FE;
}
</style>
border-color css
<style>
span { border-color: #D174FE; }
span { border-color: rgb(209,116,254); }
td.TdClassName
{
border-color: #D174FE;
}
.TagClassName
{
border-color: #D174FE;
}
</style>