Shades of Psychedelic Purple #D004E9
Tints of Psychedelic Purple #D004E9
RGB
CMYK
RGB Variations
Color information
#D004E9 (or 0xD004E9) is known color: Psychedelic Purple. HEX triplet: D0, 04 and E9. RGB value is (208,4,233). Sum of RGB (Red+Green+Blue) = 208+4+233=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #D004E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D004E9 is #2FFB16. Grayscale: #5A5A5A. Windows color (decimal): -3144471 or 15271120. OLE color: 15271120.
HSL color Cylindrical-coordinate representation of color #D004E9: hue angle of 293.45º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D004E9 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 4 | 233 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.09 |
| HSL | 293.45º | 0.97% | 0.46% | - |
| HSV(B) | 293.45º | 0.98% | 0.91% | - |
| XYZ | 40.76 | 19.38 | 78.68 | - |
| YUV | 91.1 | 208.09 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 4 | 233 | 0.11 | 0.98 | 0 | 0.09 | 293.45 | 0.97 | 0.46 |
| Hex | D0 | 4 | E9 | B | 62 | 0 | 9 | 125 | 61 | 2E |
| Octal | 320 | 4 | 351 | 13 | 142 | 0 | 11 | 445 | 141 | 56 |
| Binary | 11010000 | 100 | 11101001 | 1011 | 1100010 | 0 | 1001 | 100100101 | 1100001 | 101110 |
Color Harmonies of #D004E9
Complementary color
Monochromatic Colors of #D004E9
Black with #D004E9
Text Example
Text Example
White with #D004E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D004E9; }
p { color: rgb(208,4,233); }
H1.HeaderClassName
{
color: #D004E9;
}
.AnyTagClassName
{
color: #D004E9;
}
</style>
background-color css
<style>
a { background-color: #D004E9; }
a { background-color: rgb(208,4,233); }
div.DivClassName
{
background-color: #D004E9;
}
.BgClassName
{
background-color: #D004E9;
}
</style>
border-color css
<style>
span { border-color: #D004E9; }
span { border-color: rgb(208,4,233); }
td.TdClassName
{
border-color: #D004E9;
}
.TagClassName
{
border-color: #D004E9;
}
</style>