Shades of Heliotrope #D179F1
Tints of Heliotrope #D179F1
RGB
CMYK
RGB Variations
Color information
#D179F1 (or 0xD179F1) is known color: Heliotrope. HEX triplet: D1, 79 and F1. RGB value is (209,121,241). Sum of RGB (Red+Green+Blue) = 209+121+241=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #D179F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D179F1 is #2E860E. Grayscale: #A0A0A0. Windows color (decimal): -3048975 or 15825361. OLE color: 15825361.
HSL color Cylindrical-coordinate representation of color #D179F1: hue angle of 284º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D179F1 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 121 | 241 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.05 |
| HSL | 284º | 0.81% | 0.71% | - |
| HSV(B) | 284º | 0.5% | 0.95% | - |
| XYZ | 49.01 | 33.58 | 87.12 | - |
| YUV | 160.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 121 | 241 | 0.13 | 0.50 | 0 | 0.05 | 284 | 0.81 | 0.71 |
| Hex | D1 | 79 | F1 | D | 32 | 0 | 5 | 11C | 51 | 47 |
| Octal | 321 | 171 | 361 | 15 | 62 | 0 | 5 | 434 | 121 | 107 |
| Binary | 11010001 | 1111001 | 11110001 | 1101 | 110010 | 0 | 101 | 100011100 | 1010001 | 1000111 |
Color Harmonies of #D179F1
Complementary color
Monochromatic Colors of #D179F1
Black with #D179F1
Text Example
Text Example
White with #D179F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D179F1; }
p { color: rgb(209,121,241); }
H1.HeaderClassName
{
color: #D179F1;
}
.AnyTagClassName
{
color: #D179F1;
}
</style>
background-color css
<style>
a { background-color: #D179F1; }
a { background-color: rgb(209,121,241); }
div.DivClassName
{
background-color: #D179F1;
}
.BgClassName
{
background-color: #D179F1;
}
</style>
border-color css
<style>
span { border-color: #D179F1; }
span { border-color: rgb(209,121,241); }
td.TdClassName
{
border-color: #D179F1;
}
.TagClassName
{
border-color: #D179F1;
}
</style>