Shades of Heliotrope #D172F2
Tints of Heliotrope #D172F2
RGB
CMYK
RGB Variations
Color information
#D172F2 (or 0xD172F2) is known color: Heliotrope. HEX triplet: D1, 72 and F2. RGB value is (209,114,242). Sum of RGB (Red+Green+Blue) = 209+114+242=565 (74% of max value = 765). Red value is 209 (82.03% from 255 or 36.99% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 242 - color contains mainly: blue. Hex color #D172F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D172F2 is #2E8D0D. Grayscale: #9C9C9C. Windows color (decimal): -3050766 or 15889105. OLE color: 15889105.
HSL color Cylindrical-coordinate representation of color #D172F2: hue angle of 284.53º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D172F2 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 114 | 242 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.05 |
| HSL | 284.53º | 0.83% | 0.7% | - |
| HSV(B) | 284.53º | 0.53% | 0.95% | - |
| XYZ | 48.34 | 32 | 87.63 | - |
| YUV | 157 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 114 | 242 | 0.14 | 0.53 | 0 | 0.05 | 284.53 | 0.83 | 0.7 |
| Hex | D1 | 72 | F2 | E | 35 | 0 | 5 | 11D | 53 | 46 |
| Octal | 321 | 162 | 362 | 16 | 65 | 0 | 5 | 435 | 123 | 106 |
| Binary | 11010001 | 1110010 | 11110010 | 1110 | 110101 | 0 | 101 | 100011101 | 1010011 | 1000110 |
Color Harmonies of #D172F2
Complementary color
Monochromatic Colors of #D172F2
Black with #D172F2
Text Example
Text Example
White with #D172F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D172F2; }
p { color: rgb(209,114,242); }
H1.HeaderClassName
{
color: #D172F2;
}
.AnyTagClassName
{
color: #D172F2;
}
</style>
background-color css
<style>
a { background-color: #D172F2; }
a { background-color: rgb(209,114,242); }
div.DivClassName
{
background-color: #D172F2;
}
.BgClassName
{
background-color: #D172F2;
}
</style>
border-color css
<style>
span { border-color: #D172F2; }
span { border-color: rgb(209,114,242); }
td.TdClassName
{
border-color: #D172F2;
}
.TagClassName
{
border-color: #D172F2;
}
</style>