Shades of Psychedelic Purple #D106E9
Tints of Psychedelic Purple #D106E9
RGB
CMYK
RGB Variations
Color information
#D106E9 (or 0xD106E9) is known color: Psychedelic Purple. HEX triplet: D1, 06 and E9. RGB value is (209,6,233). Sum of RGB (Red+Green+Blue) = 209+6+233=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 6 (2.73% from 255 or 1.34% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #D106E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D106E9 is #2EF916. Grayscale: #5B5B5B. Windows color (decimal): -3078423 or 15271633. OLE color: 15271633.
HSL color Cylindrical-coordinate representation of color #D106E9: hue angle of 293.66º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D106E9 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 6 | 233 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.09 |
| HSL | 293.66º | 0.95% | 0.47% | - |
| HSV(B) | 293.66º | 0.97% | 0.91% | - |
| XYZ | 41.07 | 19.57 | 78.7 | - |
| YUV | 92.58 | 207.25 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 233 | 0.10 | 0.97 | 0 | 0.09 | 293.66 | 0.95 | 0.47 |
| Hex | D1 | 6 | E9 | A | 61 | 0 | 9 | 126 | 5F | 2F |
| Octal | 321 | 6 | 351 | 12 | 141 | 0 | 11 | 446 | 137 | 57 |
| Binary | 11010001 | 110 | 11101001 | 1010 | 1100001 | 0 | 1001 | 100100110 | 1011111 | 101111 |
Color Harmonies of #D106E9
Complementary color
Monochromatic Colors of #D106E9
Black with #D106E9
Text Example
Text Example
White with #D106E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D106E9; }
p { color: rgb(209,6,233); }
H1.HeaderClassName
{
color: #D106E9;
}
.AnyTagClassName
{
color: #D106E9;
}
</style>
background-color css
<style>
a { background-color: #D106E9; }
a { background-color: rgb(209,6,233); }
div.DivClassName
{
background-color: #D106E9;
}
.BgClassName
{
background-color: #D106E9;
}
</style>
border-color css
<style>
span { border-color: #D106E9; }
span { border-color: rgb(209,6,233); }
td.TdClassName
{
border-color: #D106E9;
}
.TagClassName
{
border-color: #D106E9;
}
</style>