Shades of Psychedelic Purple #D409EA
Tints of Psychedelic Purple #D409EA
RGB
CMYK
RGB Variations
Color information
#D409EA (or 0xD409EA) is known color: Psychedelic Purple. HEX triplet: D4, 09 and EA. RGB value is (212,9,234). Sum of RGB (Red+Green+Blue) = 212+9+234=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #D409EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D409EA is #2BF615. Grayscale: #5E5E5E. Windows color (decimal): -2881046 or 15337940. OLE color: 15337940.
HSL color Cylindrical-coordinate representation of color #D409EA: hue angle of 294.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409EA is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 9 | 234 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.08 |
| HSL | 294.13º | 0.93% | 0.48% | - |
| HSV(B) | 294.13º | 0.96% | 0.92% | - |
| XYZ | 42.1 | 20.13 | 79.51 | - |
| YUV | 95.35 | 206.25 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 234 | 0.09 | 0.96 | 0 | 0.08 | 294.13 | 0.93 | 0.48 |
| Hex | D4 | 9 | EA | 9 | 60 | 0 | 8 | 126 | 5D | 30 |
| Octal | 324 | 11 | 352 | 11 | 140 | 0 | 10 | 446 | 135 | 60 |
| Binary | 11010100 | 1001 | 11101010 | 1001 | 1100000 | 0 | 1000 | 100100110 | 1011101 | 110000 |
Color Harmonies of #D409EA
Complementary color
Monochromatic Colors of #D409EA
Black with #D409EA
Text Example
Text Example
White with #D409EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409EA; }
p { color: rgb(212,9,234); }
H1.HeaderClassName
{
color: #D409EA;
}
.AnyTagClassName
{
color: #D409EA;
}
</style>
background-color css
<style>
a { background-color: #D409EA; }
a { background-color: rgb(212,9,234); }
div.DivClassName
{
background-color: #D409EA;
}
.BgClassName
{
background-color: #D409EA;
}
</style>
border-color css
<style>
span { border-color: #D409EA; }
span { border-color: rgb(212,9,234); }
td.TdClassName
{
border-color: #D409EA;
}
.TagClassName
{
border-color: #D409EA;
}
</style>