Shades of Heliotrope #D177F0
Tints of Heliotrope #D177F0
RGB
CMYK
RGB Variations
Color information
#D177F0 (or 0xD177F0) is known color: Heliotrope. HEX triplet: D1, 77 and F0. RGB value is (209,119,240). Sum of RGB (Red+Green+Blue) = 209+119+240=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 119 (46.88% from 255 or 20.95% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #D177F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D177F0 is #2E880F. Grayscale: #9F9F9F. Windows color (decimal): -3049488 or 15759313. OLE color: 15759313.
HSL color Cylindrical-coordinate representation of color #D177F0: hue angle of 284.63º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D177F0 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 119 | 240 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.06 |
| HSL | 284.63º | 0.8% | 0.7% | - |
| HSV(B) | 284.63º | 0.5% | 0.94% | - |
| XYZ | 48.62 | 33.04 | 86.25 | - |
| YUV | 159.7 | 173.32 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 119 | 240 | 0.13 | 0.50 | 0 | 0.06 | 284.63 | 0.8 | 0.7 |
| Hex | D1 | 77 | F0 | D | 32 | 0 | 6 | 11D | 50 | 46 |
| Octal | 321 | 167 | 360 | 15 | 62 | 0 | 6 | 435 | 120 | 106 |
| Binary | 11010001 | 1110111 | 11110000 | 1101 | 110010 | 0 | 110 | 100011101 | 1010000 | 1000110 |
Color Harmonies of #D177F0
Complementary color
Monochromatic Colors of #D177F0
Black with #D177F0
Text Example
Text Example
White with #D177F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D177F0; }
p { color: rgb(209,119,240); }
H1.HeaderClassName
{
color: #D177F0;
}
.AnyTagClassName
{
color: #D177F0;
}
</style>
background-color css
<style>
a { background-color: #D177F0; }
a { background-color: rgb(209,119,240); }
div.DivClassName
{
background-color: #D177F0;
}
.BgClassName
{
background-color: #D177F0;
}
</style>
border-color css
<style>
span { border-color: #D177F0; }
span { border-color: rgb(209,119,240); }
td.TdClassName
{
border-color: #D177F0;
}
.TagClassName
{
border-color: #D177F0;
}
</style>