Shades of Psychedelic Purple #D405E6
Tints of Psychedelic Purple #D405E6
RGB
CMYK
RGB Variations
Color information
#D405E6 (or 0xD405E6) is known color: Psychedelic Purple. HEX triplet: D4, 05 and E6. RGB value is (212,5,230). Sum of RGB (Red+Green+Blue) = 212+5+230=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 5 (2.34% from 255 or 1.12% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #D405E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405E6 is #2BFA19. Grayscale: #5B5B5B. Windows color (decimal): -2882074 or 15074772. OLE color: 15074772.
HSL color Cylindrical-coordinate representation of color #D405E6: hue angle of 295.2º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405E6 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 5 | 230 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.10 |
| HSL | 295.2º | 0.96% | 0.46% | - |
| HSV(B) | 295.2º | 0.98% | 0.9% | - |
| XYZ | 41.49 | 19.82 | 76.5 | - |
| YUV | 92.54 | 205.58 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 230 | 0.08 | 0.98 | 0 | 0.10 | 295.2 | 0.96 | 0.46 |
| Hex | D4 | 5 | E6 | 8 | 62 | 0 | A | 127 | 60 | 2E |
| Octal | 324 | 5 | 346 | 10 | 142 | 0 | 12 | 447 | 140 | 56 |
| Binary | 11010100 | 101 | 11100110 | 1000 | 1100010 | 0 | 1010 | 100100111 | 1100000 | 101110 |
Color Harmonies of #D405E6
Complementary color
Monochromatic Colors of #D405E6
Black with #D405E6
Text Example
Text Example
White with #D405E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405E6; }
p { color: rgb(212,5,230); }
H1.HeaderClassName
{
color: #D405E6;
}
.AnyTagClassName
{
color: #D405E6;
}
</style>
background-color css
<style>
a { background-color: #D405E6; }
a { background-color: rgb(212,5,230); }
div.DivClassName
{
background-color: #D405E6;
}
.BgClassName
{
background-color: #D405E6;
}
</style>
border-color css
<style>
span { border-color: #D405E6; }
span { border-color: rgb(212,5,230); }
td.TdClassName
{
border-color: #D405E6;
}
.TagClassName
{
border-color: #D405E6;
}
</style>