Shades of Heliotrope #D17FEA
Tints of Heliotrope #D17FEA
RGB
CMYK
RGB Variations
Color information
#D17FEA (or 0xD17FEA) is known color: Heliotrope. HEX triplet: D1, 7F and EA. RGB value is (209,127,234). Sum of RGB (Red+Green+Blue) = 209+127+234=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #D17FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D17FEA is #2E8015. Grayscale: #A3A3A3. Windows color (decimal): -3047446 or 15368145. OLE color: 15368145.
HSL color Cylindrical-coordinate representation of color #D17FEA: hue angle of 285.98º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D17FEA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 127 | 234 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.08 |
| HSL | 285.98º | 0.72% | 0.71% | - |
| HSV(B) | 285.98º | 0.46% | 0.92% | - |
| XYZ | 48.74 | 34.67 | 81.97 | - |
| YUV | 163.72 | 167.67 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 127 | 234 | 0.11 | 0.46 | 0 | 0.08 | 285.98 | 0.72 | 0.71 |
| Hex | D1 | 7F | EA | B | 2E | 0 | 8 | 11E | 48 | 47 |
| Octal | 321 | 177 | 352 | 13 | 56 | 0 | 10 | 436 | 110 | 107 |
| Binary | 11010001 | 1111111 | 11101010 | 1011 | 101110 | 0 | 1000 | 100011110 | 1001000 | 1000111 |
Color Harmonies of #D17FEA
Complementary color
Monochromatic Colors of #D17FEA
Black with #D17FEA
Text Example
Text Example
White with #D17FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17FEA; }
p { color: rgb(209,127,234); }
H1.HeaderClassName
{
color: #D17FEA;
}
.AnyTagClassName
{
color: #D17FEA;
}
</style>
background-color css
<style>
a { background-color: #D17FEA; }
a { background-color: rgb(209,127,234); }
div.DivClassName
{
background-color: #D17FEA;
}
.BgClassName
{
background-color: #D17FEA;
}
</style>
border-color css
<style>
span { border-color: #D17FEA; }
span { border-color: rgb(209,127,234); }
td.TdClassName
{
border-color: #D17FEA;
}
.TagClassName
{
border-color: #D17FEA;
}
</style>