Shades of Psychedelic Purple #D409E8
Tints of Psychedelic Purple #D409E8
RGB
CMYK
RGB Variations
Color information
#D409E8 (or 0xD409E8) is known color: Psychedelic Purple. HEX triplet: D4, 09 and E8. RGB value is (212,9,232). Sum of RGB (Red+Green+Blue) = 212+9+232=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 232 (91.02% from 255 or 51.21% from 453); Max value from RGB is 232 - color contains mainly: blue. Hex color #D409E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D409E8 is #2BF617. Grayscale: #5E5E5E. Windows color (decimal): -2881048 or 15206868. OLE color: 15206868.
HSL color Cylindrical-coordinate representation of color #D409E8: hue angle of 294.62º 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 #D409E8 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 9 | 232 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.09 |
| HSL | 294.62º | 0.93% | 0.47% | - |
| HSV(B) | 294.62º | 0.96% | 0.91% | - |
| XYZ | 41.81 | 20.02 | 78 | - |
| YUV | 95.12 | 205.25 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 232 | 0.09 | 0.96 | 0 | 0.09 | 294.62 | 0.93 | 0.47 |
| Hex | D4 | 9 | E8 | 9 | 60 | 0 | 9 | 127 | 5D | 2F |
| Octal | 324 | 11 | 350 | 11 | 140 | 0 | 11 | 447 | 135 | 57 |
| Binary | 11010100 | 1001 | 11101000 | 1001 | 1100000 | 0 | 1001 | 100100111 | 1011101 | 101111 |
Color Harmonies of #D409E8
Complementary color
Monochromatic Colors of #D409E8
Black with #D409E8
Text Example
Text Example
White with #D409E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409E8; }
p { color: rgb(212,9,232); }
H1.HeaderClassName
{
color: #D409E8;
}
.AnyTagClassName
{
color: #D409E8;
}
</style>
background-color css
<style>
a { background-color: #D409E8; }
a { background-color: rgb(212,9,232); }
div.DivClassName
{
background-color: #D409E8;
}
.BgClassName
{
background-color: #D409E8;
}
</style>
border-color css
<style>
span { border-color: #D409E8; }
span { border-color: rgb(212,9,232); }
td.TdClassName
{
border-color: #D409E8;
}
.TagClassName
{
border-color: #D409E8;
}
</style>