Shades of Heliotrope #D173FB
Tints of Heliotrope #D173FB
RGB
CMYK
RGB Variations
Color information
#D173FB (or 0xD173FB) is known color: Heliotrope. HEX triplet: D1, 73 and FB. RGB value is (209,115,251). Sum of RGB (Red+Green+Blue) = 209+115+251=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #D173FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D173FB is #2E8C04. Grayscale: #9E9E9E. Windows color (decimal): -3050501 or 16479185. OLE color: 16479185.
HSL color Cylindrical-coordinate representation of color #D173FB: hue angle of 281.47º degrees, saturation: 0.94, 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 #D173FB is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 115 | 251 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.02 |
| HSL | 281.47º | 0.94% | 0.72% | - |
| HSV(B) | 281.47º | 0.54% | 0.98% | - |
| XYZ | 49.84 | 32.78 | 94.97 | - |
| YUV | 158.61 | 180.14 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 115 | 251 | 0.17 | 0.54 | 0 | 0.02 | 281.47 | 0.94 | 0.72 |
| Hex | D1 | 73 | FB | 11 | 36 | 0 | 2 | 119 | 5E | 48 |
| Octal | 321 | 163 | 373 | 21 | 66 | 0 | 2 | 431 | 136 | 110 |
| Binary | 11010001 | 1110011 | 11111011 | 10001 | 110110 | 0 | 10 | 100011001 | 1011110 | 1001000 |
Color Harmonies of #D173FB
Complementary color
Monochromatic Colors of #D173FB
Black with #D173FB
Text Example
Text Example
White with #D173FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D173FB; }
p { color: rgb(209,115,251); }
H1.HeaderClassName
{
color: #D173FB;
}
.AnyTagClassName
{
color: #D173FB;
}
</style>
background-color css
<style>
a { background-color: #D173FB; }
a { background-color: rgb(209,115,251); }
div.DivClassName
{
background-color: #D173FB;
}
.BgClassName
{
background-color: #D173FB;
}
</style>
border-color css
<style>
span { border-color: #D173FB; }
span { border-color: rgb(209,115,251); }
td.TdClassName
{
border-color: #D173FB;
}
.TagClassName
{
border-color: #D173FB;
}
</style>