Shades of Psychedelic Purple #D009E9
Tints of Psychedelic Purple #D009E9
RGB
CMYK
RGB Variations
Color information
#D009E9 (or 0xD009E9) is known color: Psychedelic Purple. HEX triplet: D0, 09 and E9. RGB value is (208,9,233). Sum of RGB (Red+Green+Blue) = 208+9+233=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #D009E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D009E9 is #2FF616. Grayscale: #5D5D5D. Windows color (decimal): -3143191 or 15272400. OLE color: 15272400.
HSL color Cylindrical-coordinate representation of color #D009E9: hue angle of 293.3º 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 #D009E9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 9 | 233 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.09 |
| HSL | 293.3º | 0.93% | 0.47% | - |
| HSV(B) | 293.3º | 0.96% | 0.91% | - |
| XYZ | 40.82 | 19.49 | 78.7 | - |
| YUV | 94.04 | 206.43 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 233 | 0.11 | 0.96 | 0 | 0.09 | 293.3 | 0.93 | 0.47 |
| Hex | D0 | 9 | E9 | B | 60 | 0 | 9 | 125 | 5D | 2F |
| Octal | 320 | 11 | 351 | 13 | 140 | 0 | 11 | 445 | 135 | 57 |
| Binary | 11010000 | 1001 | 11101001 | 1011 | 1100000 | 0 | 1001 | 100100101 | 1011101 | 101111 |
Color Harmonies of #D009E9
Complementary color
Monochromatic Colors of #D009E9
Black with #D009E9
Text Example
Text Example
White with #D009E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009E9; }
p { color: rgb(208,9,233); }
H1.HeaderClassName
{
color: #D009E9;
}
.AnyTagClassName
{
color: #D009E9;
}
</style>
background-color css
<style>
a { background-color: #D009E9; }
a { background-color: rgb(208,9,233); }
div.DivClassName
{
background-color: #D009E9;
}
.BgClassName
{
background-color: #D009E9;
}
</style>
border-color css
<style>
span { border-color: #D009E9; }
span { border-color: rgb(208,9,233); }
td.TdClassName
{
border-color: #D009E9;
}
.TagClassName
{
border-color: #D009E9;
}
</style>