Shades of Heliotrope #D168E9
Tints of Heliotrope #D168E9
RGB
CMYK
RGB Variations
Color information
#D168E9 (or 0xD168E9) is known color: Heliotrope. HEX triplet: D1, 68 and E9. RGB value is (209,104,233). Sum of RGB (Red+Green+Blue) = 209+104+233=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 233 - color contains mainly: blue. Hex color #D168E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D168E9 is #2E9716. Grayscale: #959595. Windows color (decimal): -3053335 or 15296721. OLE color: 15296721.
HSL color Cylindrical-coordinate representation of color #D168E9: hue angle of 288.84º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D168E9 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 104 | 233 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.09 |
| HSL | 288.84º | 0.75% | 0.66% | - |
| HSV(B) | 288.84º | 0.55% | 0.91% | - |
| XYZ | 45.95 | 29.34 | 80.33 | - |
| YUV | 150.1 | 174.79 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 104 | 233 | 0.10 | 0.55 | 0 | 0.09 | 288.84 | 0.75 | 0.66 |
| Hex | D1 | 68 | E9 | A | 37 | 0 | 9 | 121 | 4B | 42 |
| Octal | 321 | 150 | 351 | 12 | 67 | 0 | 11 | 441 | 113 | 102 |
| Binary | 11010001 | 1101000 | 11101001 | 1010 | 110111 | 0 | 1001 | 100100001 | 1001011 | 1000010 |
Color Harmonies of #D168E9
Complementary color
Monochromatic Colors of #D168E9
Black with #D168E9
Text Example
Text Example
White with #D168E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D168E9; }
p { color: rgb(209,104,233); }
H1.HeaderClassName
{
color: #D168E9;
}
.AnyTagClassName
{
color: #D168E9;
}
</style>
background-color css
<style>
a { background-color: #D168E9; }
a { background-color: rgb(209,104,233); }
div.DivClassName
{
background-color: #D168E9;
}
.BgClassName
{
background-color: #D168E9;
}
</style>
border-color css
<style>
span { border-color: #D168E9; }
span { border-color: rgb(209,104,233); }
td.TdClassName
{
border-color: #D168E9;
}
.TagClassName
{
border-color: #D168E9;
}
</style>