Shades of Psychedelic Purple #D405EA
Tints of Psychedelic Purple #D405EA
RGB
CMYK
RGB Variations
Color information
#D405EA (or 0xD405EA) is known color: Psychedelic Purple. HEX triplet: D4, 05 and EA. RGB value is (212,5,234). Sum of RGB (Red+Green+Blue) = 212+5+234=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #D405EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405EA is #2BFA15. Grayscale: #5C5C5C. Windows color (decimal): -2882070 or 15336916. OLE color: 15336916.
HSL color Cylindrical-coordinate representation of color #D405EA: hue angle of 294.24º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405EA is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 5 | 234 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.08 |
| HSL | 294.24º | 0.96% | 0.47% | - |
| HSV(B) | 294.24º | 0.98% | 0.92% | - |
| XYZ | 42.06 | 20.05 | 79.49 | - |
| YUV | 93 | 207.58 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 234 | 0.09 | 0.98 | 0 | 0.08 | 294.24 | 0.96 | 0.47 |
| Hex | D4 | 5 | EA | 9 | 62 | 0 | 8 | 126 | 60 | 2F |
| Octal | 324 | 5 | 352 | 11 | 142 | 0 | 10 | 446 | 140 | 57 |
| Binary | 11010100 | 101 | 11101010 | 1001 | 1100010 | 0 | 1000 | 100100110 | 1100000 | 101111 |
Color Harmonies of #D405EA
Complementary color
Monochromatic Colors of #D405EA
Black with #D405EA
Text Example
Text Example
White with #D405EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405EA; }
p { color: rgb(212,5,234); }
H1.HeaderClassName
{
color: #D405EA;
}
.AnyTagClassName
{
color: #D405EA;
}
</style>
background-color css
<style>
a { background-color: #D405EA; }
a { background-color: rgb(212,5,234); }
div.DivClassName
{
background-color: #D405EA;
}
.BgClassName
{
background-color: #D405EA;
}
</style>
border-color css
<style>
span { border-color: #D405EA; }
span { border-color: rgb(212,5,234); }
td.TdClassName
{
border-color: #D405EA;
}
.TagClassName
{
border-color: #D405EA;
}
</style>