Shades of Heliotrope #D175FB
Tints of Heliotrope #D175FB
RGB
CMYK
RGB Variations
Color information
#D175FB (or 0xD175FB) is known color: Heliotrope. HEX triplet: D1, 75 and FB. RGB value is (209,117,251). Sum of RGB (Red+Green+Blue) = 209+117+251=577 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.22% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #D175FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D175FB is #2E8A04. Grayscale: #9F9F9F. Windows color (decimal): -3049989 or 16479697. OLE color: 16479697.
HSL color Cylindrical-coordinate representation of color #D175FB: hue angle of 281.19º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D175FB is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 117 | 251 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.02 |
| HSL | 281.19º | 0.94% | 0.72% | - |
| HSV(B) | 281.19º | 0.53% | 0.98% | - |
| XYZ | 50.07 | 33.24 | 95.04 | - |
| YUV | 159.78 | 179.48 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 251 | 0.17 | 0.53 | 0 | 0.02 | 281.19 | 0.94 | 0.72 |
| Hex | D1 | 75 | FB | 11 | 35 | 0 | 2 | 119 | 5E | 48 |
| Octal | 321 | 165 | 373 | 21 | 65 | 0 | 2 | 431 | 136 | 110 |
| Binary | 11010001 | 1110101 | 11111011 | 10001 | 110101 | 0 | 10 | 100011001 | 1011110 | 1001000 |
Color Harmonies of #D175FB
Complementary color
Monochromatic Colors of #D175FB
Black with #D175FB
Text Example
Text Example
White with #D175FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D175FB; }
p { color: rgb(209,117,251); }
H1.HeaderClassName
{
color: #D175FB;
}
.AnyTagClassName
{
color: #D175FB;
}
</style>
background-color css
<style>
a { background-color: #D175FB; }
a { background-color: rgb(209,117,251); }
div.DivClassName
{
background-color: #D175FB;
}
.BgClassName
{
background-color: #D175FB;
}
</style>
border-color css
<style>
span { border-color: #D175FB; }
span { border-color: rgb(209,117,251); }
td.TdClassName
{
border-color: #D175FB;
}
.TagClassName
{
border-color: #D175FB;
}
</style>