Shades of Psychedelic Purple #D405EB
Tints of Psychedelic Purple #D405EB
RGB
CMYK
RGB Variations
Color information
#D405EB (or 0xD405EB) is known color: Psychedelic Purple. HEX triplet: D4, 05 and EB. RGB value is (212,5,235). Sum of RGB (Red+Green+Blue) = 212+5+235=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 5 (2.34% from 255 or 1.11% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #D405EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405EB is #2BFA14. Grayscale: #5C5C5C. Windows color (decimal): -2882069 or 15402452. OLE color: 15402452.
HSL color Cylindrical-coordinate representation of color #D405EB: hue angle of 294º 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 #D405EB is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 5 | 235 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.08 |
| HSL | 294º | 0.96% | 0.47% | - |
| HSV(B) | 294º | 0.98% | 0.92% | - |
| XYZ | 42.2 | 20.1 | 80.25 | - |
| YUV | 93.11 | 208.08 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 235 | 0.10 | 0.98 | 0 | 0.08 | 294 | 0.96 | 0.47 |
| Hex | D4 | 5 | EB | A | 62 | 0 | 8 | 126 | 60 | 2F |
| Octal | 324 | 5 | 353 | 12 | 142 | 0 | 10 | 446 | 140 | 57 |
| Binary | 11010100 | 101 | 11101011 | 1010 | 1100010 | 0 | 1000 | 100100110 | 1100000 | 101111 |
Color Harmonies of #D405EB
Complementary color
Monochromatic Colors of #D405EB
Black with #D405EB
Text Example
Text Example
White with #D405EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405EB; }
p { color: rgb(212,5,235); }
H1.HeaderClassName
{
color: #D405EB;
}
.AnyTagClassName
{
color: #D405EB;
}
</style>
background-color css
<style>
a { background-color: #D405EB; }
a { background-color: rgb(212,5,235); }
div.DivClassName
{
background-color: #D405EB;
}
.BgClassName
{
background-color: #D405EB;
}
</style>
border-color css
<style>
span { border-color: #D405EB; }
span { border-color: rgb(212,5,235); }
td.TdClassName
{
border-color: #D405EB;
}
.TagClassName
{
border-color: #D405EB;
}
</style>