Shades of Heliotrope #D174EE
Tints of Heliotrope #D174EE
RGB
CMYK
RGB Variations
Color information
#D174EE (or 0xD174EE) is known color: Heliotrope. HEX triplet: D1, 74 and EE. RGB value is (209,116,238). Sum of RGB (Red+Green+Blue) = 209+116+238=563 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.12% from 563); Green value is 116 (45.70% from 255 or 20.60% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #D174EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D174EE is #2E8B11. Grayscale: #9D9D9D. Windows color (decimal): -3050258 or 15627473. OLE color: 15627473.
HSL color Cylindrical-coordinate representation of color #D174EE: hue angle of 285.74º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D174EE is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 116 | 238 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.07 |
| HSL | 285.74º | 0.78% | 0.69% | - |
| HSV(B) | 285.74º | 0.51% | 0.93% | - |
| XYZ | 47.97 | 32.22 | 84.58 | - |
| YUV | 157.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 116 | 238 | 0.12 | 0.51 | 0 | 0.07 | 285.74 | 0.78 | 0.69 |
| Hex | D1 | 74 | EE | C | 33 | 0 | 7 | 11E | 4E | 45 |
| Octal | 321 | 164 | 356 | 14 | 63 | 0 | 7 | 436 | 116 | 105 |
| Binary | 11010001 | 1110100 | 11101110 | 1100 | 110011 | 0 | 111 | 100011110 | 1001110 | 1000101 |
Color Harmonies of #D174EE
Complementary color
Monochromatic Colors of #D174EE
Black with #D174EE
Text Example
Text Example
White with #D174EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D174EE; }
p { color: rgb(209,116,238); }
H1.HeaderClassName
{
color: #D174EE;
}
.AnyTagClassName
{
color: #D174EE;
}
</style>
background-color css
<style>
a { background-color: #D174EE; }
a { background-color: rgb(209,116,238); }
div.DivClassName
{
background-color: #D174EE;
}
.BgClassName
{
background-color: #D174EE;
}
</style>
border-color css
<style>
span { border-color: #D174EE; }
span { border-color: rgb(209,116,238); }
td.TdClassName
{
border-color: #D174EE;
}
.TagClassName
{
border-color: #D174EE;
}
</style>