Shades of Heliotrope #D172F6
Tints of Heliotrope #D172F6
RGB
CMYK
RGB Variations
Color information
#D172F6 (or 0xD172F6) is known color: Heliotrope. HEX triplet: D1, 72 and F6. RGB value is (209,114,246). Sum of RGB (Red+Green+Blue) = 209+114+246=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #D172F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D172F6 is #2E8D09. Grayscale: #9D9D9D. Windows color (decimal): -3050762 or 16151249. OLE color: 16151249.
HSL color Cylindrical-coordinate representation of color #D172F6: hue angle of 283.18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D172F6 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 114 | 246 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.04 |
| HSL | 283.18º | 0.88% | 0.71% | - |
| HSV(B) | 283.18º | 0.54% | 0.96% | - |
| XYZ | 48.95 | 32.24 | 90.83 | - |
| YUV | 157.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 246 | 0.15 | 0.54 | 0 | 0.04 | 283.18 | 0.88 | 0.71 |
| Hex | D1 | 72 | F6 | F | 36 | 0 | 4 | 11B | 58 | 47 |
| Octal | 321 | 162 | 366 | 17 | 66 | 0 | 4 | 433 | 130 | 107 |
| Binary | 11010001 | 1110010 | 11110110 | 1111 | 110110 | 0 | 100 | 100011011 | 1011000 | 1000111 |
Color Harmonies of #D172F6
Complementary color
Monochromatic Colors of #D172F6
Black with #D172F6
Text Example
Text Example
White with #D172F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172F6; }
p { color: rgb(209,114,246); }
H1.HeaderClassName
{
color: #D172F6;
}
.AnyTagClassName
{
color: #D172F6;
}
</style>
background-color css
<style>
a { background-color: #D172F6; }
a { background-color: rgb(209,114,246); }
div.DivClassName
{
background-color: #D172F6;
}
.BgClassName
{
background-color: #D172F6;
}
</style>
border-color css
<style>
span { border-color: #D172F6; }
span { border-color: rgb(209,114,246); }
td.TdClassName
{
border-color: #D172F6;
}
.TagClassName
{
border-color: #D172F6;
}
</style>