Shades of Psychedelic Purple #D109E8
Tints of Psychedelic Purple #D109E8
RGB
CMYK
RGB Variations
Color information
#D109E8 (or 0xD109E8) is known color: Psychedelic Purple. HEX triplet: D1, 09 and E8. RGB value is (209,9,232). Sum of RGB (Red+Green+Blue) = 209+9+232=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 232 (91.02% from 255 or 51.56% from 450); Max value from RGB is 232 - color contains mainly: blue. Hex color #D109E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D109E8 is #2EF617. Grayscale: #5D5D5D. Windows color (decimal): -3077656 or 15206865. OLE color: 15206865.
HSL color Cylindrical-coordinate representation of color #D109E8: hue angle of 293.81º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D109E8 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 9 | 232 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.09 |
| HSL | 293.81º | 0.93% | 0.47% | - |
| HSV(B) | 293.81º | 0.96% | 0.91% | - |
| XYZ | 40.96 | 19.58 | 77.96 | - |
| YUV | 94.22 | 205.76 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 232 | 0.10 | 0.96 | 0 | 0.09 | 293.81 | 0.93 | 0.47 |
| Hex | D1 | 9 | E8 | A | 60 | 0 | 9 | 126 | 5D | 2F |
| Octal | 321 | 11 | 350 | 12 | 140 | 0 | 11 | 446 | 135 | 57 |
| Binary | 11010001 | 1001 | 11101000 | 1010 | 1100000 | 0 | 1001 | 100100110 | 1011101 | 101111 |
Color Harmonies of #D109E8
Complementary color
Monochromatic Colors of #D109E8
Black with #D109E8
Text Example
Text Example
White with #D109E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D109E8; }
p { color: rgb(209,9,232); }
H1.HeaderClassName
{
color: #D109E8;
}
.AnyTagClassName
{
color: #D109E8;
}
</style>
background-color css
<style>
a { background-color: #D109E8; }
a { background-color: rgb(209,9,232); }
div.DivClassName
{
background-color: #D109E8;
}
.BgClassName
{
background-color: #D109E8;
}
</style>
border-color css
<style>
span { border-color: #D109E8; }
span { border-color: rgb(209,9,232); }
td.TdClassName
{
border-color: #D109E8;
}
.TagClassName
{
border-color: #D109E8;
}
</style>