Shades of Heliotrope #D172FF
Tints of Heliotrope #D172FF
RGB
CMYK
RGB Variations
Color information
#D172FF (or 0xD172FF) is known color: Heliotrope. HEX triplet: D1, 72 and FF. RGB value is (209,114,255). Sum of RGB (Red+Green+Blue) = 209+114+255=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 114 (44.92% from 255 or 19.72% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #D172FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D172FF is #2E8D00. Grayscale: #9E9E9E. Windows color (decimal): -3050753 or 16741073. OLE color: 16741073.
HSL color Cylindrical-coordinate representation of color #D172FF: hue angle of 280.43º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D172FF is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 114 | 255 | - |
| CMYK | 0.18 | 0.55 | 0 | 0 |
| HSL | 280.43º | 1% | 0.72% | - |
| HSV(B) | 280.43º | 0.55% | 1% | - |
| XYZ | 50.36 | 32.81 | 98.29 | - |
| YUV | 158.48 | 182.47 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 255 | 0.18 | 0.55 | 0 | 0 | 280.43 | 1 | 0.72 |
| Hex | D1 | 72 | FF | 12 | 37 | 0 | 0 | 118 | 64 | 48 |
| Octal | 321 | 162 | 377 | 22 | 67 | 0 | 0 | 430 | 144 | 110 |
| Binary | 11010001 | 1110010 | 11111111 | 10010 | 110111 | 0 | 0 | 100011000 | 1100100 | 1001000 |
Color Harmonies of #D172FF
Complementary color
Monochromatic Colors of #D172FF
Black with #D172FF
Text Example
Text Example
White with #D172FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172FF; }
p { color: rgb(209,114,255); }
H1.HeaderClassName
{
color: #D172FF;
}
.AnyTagClassName
{
color: #D172FF;
}
</style>
background-color css
<style>
a { background-color: #D172FF; }
a { background-color: rgb(209,114,255); }
div.DivClassName
{
background-color: #D172FF;
}
.BgClassName
{
background-color: #D172FF;
}
</style>
border-color css
<style>
span { border-color: #D172FF; }
span { border-color: rgb(209,114,255); }
td.TdClassName
{
border-color: #D172FF;
}
.TagClassName
{
border-color: #D172FF;
}
</style>