Shades of Psychedelic Purple #D405ED
Tints of Psychedelic Purple #D405ED
RGB
CMYK
RGB Variations
Color information
#D405ED (or 0xD405ED) is known color: Psychedelic Purple. HEX triplet: D4, 05 and ED. RGB value is (212,5,237). Sum of RGB (Red+Green+Blue) = 212+5+237=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 5 (2.34% from 255 or 1.10% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #D405ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405ED is #2BFA12. Grayscale: #5C5C5C. Windows color (decimal): -2882067 or 15533524. OLE color: 15533524.
HSL color Cylindrical-coordinate representation of color #D405ED: hue angle of 293.53º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405ED is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 5 | 237 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.07 |
| HSL | 293.53º | 0.96% | 0.47% | - |
| HSV(B) | 293.53º | 0.98% | 0.93% | - |
| XYZ | 42.49 | 20.22 | 81.78 | - |
| YUV | 93.34 | 209.08 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 237 | 0.11 | 0.98 | 0 | 0.07 | 293.53 | 0.96 | 0.47 |
| Hex | D4 | 5 | ED | B | 62 | 0 | 7 | 126 | 60 | 2F |
| Octal | 324 | 5 | 355 | 13 | 142 | 0 | 7 | 446 | 140 | 57 |
| Binary | 11010100 | 101 | 11101101 | 1011 | 1100010 | 0 | 111 | 100100110 | 1100000 | 101111 |
Color Harmonies of #D405ED
Complementary color
Monochromatic Colors of #D405ED
Black with #D405ED
Text Example
Text Example
White with #D405ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405ED; }
p { color: rgb(212,5,237); }
H1.HeaderClassName
{
color: #D405ED;
}
.AnyTagClassName
{
color: #D405ED;
}
</style>
background-color css
<style>
a { background-color: #D405ED; }
a { background-color: rgb(212,5,237); }
div.DivClassName
{
background-color: #D405ED;
}
.BgClassName
{
background-color: #D405ED;
}
</style>
border-color css
<style>
span { border-color: #D405ED; }
span { border-color: rgb(212,5,237); }
td.TdClassName
{
border-color: #D405ED;
}
.TagClassName
{
border-color: #D405ED;
}
</style>