Shades of Psychedelic Purple #D405E9
Tints of Psychedelic Purple #D405E9
RGB
CMYK
RGB Variations
Color information
#D405E9 (or 0xD405E9) is known color: Psychedelic Purple. HEX triplet: D4, 05 and E9. RGB value is (212,5,233). Sum of RGB (Red+Green+Blue) = 212+5+233=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 5 (2.34% from 255 or 1.11% 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 #D405E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405E9 is #2BFA16. Grayscale: #5C5C5C. Windows color (decimal): -2882071 or 15271380. OLE color: 15271380.
HSL color Cylindrical-coordinate representation of color #D405E9: hue angle of 294.47º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405E9 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 5 | 233 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.09 |
| HSL | 294.47º | 0.96% | 0.47% | - |
| HSV(B) | 294.47º | 0.98% | 0.91% | - |
| XYZ | 41.91 | 19.99 | 78.74 | - |
| YUV | 92.89 | 207.08 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 233 | 0.09 | 0.98 | 0 | 0.09 | 294.47 | 0.96 | 0.47 |
| Hex | D4 | 5 | E9 | 9 | 62 | 0 | 9 | 126 | 60 | 2F |
| Octal | 324 | 5 | 351 | 11 | 142 | 0 | 11 | 446 | 140 | 57 |
| Binary | 11010100 | 101 | 11101001 | 1001 | 1100010 | 0 | 1001 | 100100110 | 1100000 | 101111 |
Color Harmonies of #D405E9
Complementary color
Monochromatic Colors of #D405E9
Black with #D405E9
Text Example
Text Example
White with #D405E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405E9; }
p { color: rgb(212,5,233); }
H1.HeaderClassName
{
color: #D405E9;
}
.AnyTagClassName
{
color: #D405E9;
}
</style>
background-color css
<style>
a { background-color: #D405E9; }
a { background-color: rgb(212,5,233); }
div.DivClassName
{
background-color: #D405E9;
}
.BgClassName
{
background-color: #D405E9;
}
</style>
border-color css
<style>
span { border-color: #D405E9; }
span { border-color: rgb(212,5,233); }
td.TdClassName
{
border-color: #D405E9;
}
.TagClassName
{
border-color: #D405E9;
}
</style>