Shades of Psychedelic Purple #D405EE
Tints of Psychedelic Purple #D405EE
RGB
CMYK
RGB Variations
Color information
#D405EE (or 0xD405EE) is known color: Psychedelic Purple. HEX triplet: D4, 05 and EE. RGB value is (212,5,238). Sum of RGB (Red+Green+Blue) = 212+5+238=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 5 (2.34% from 255 or 1.10% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #D405EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D405EE is #2BFA11. Grayscale: #5C5C5C. Windows color (decimal): -2882066 or 15599060. OLE color: 15599060.
HSL color Cylindrical-coordinate representation of color #D405EE: hue angle of 293.3º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405EE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 5 | 238 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.07 |
| HSL | 293.3º | 0.96% | 0.48% | - |
| HSV(B) | 293.3º | 0.98% | 0.93% | - |
| XYZ | 42.64 | 20.28 | 82.56 | - |
| YUV | 93.46 | 209.58 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 238 | 0.11 | 0.98 | 0 | 0.07 | 293.3 | 0.96 | 0.48 |
| Hex | D4 | 5 | EE | B | 62 | 0 | 7 | 125 | 60 | 30 |
| Octal | 324 | 5 | 356 | 13 | 142 | 0 | 7 | 445 | 140 | 60 |
| Binary | 11010100 | 101 | 11101110 | 1011 | 1100010 | 0 | 111 | 100100101 | 1100000 | 110000 |
Color Harmonies of #D405EE
Complementary color
Monochromatic Colors of #D405EE
Black with #D405EE
Text Example
Text Example
White with #D405EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405EE; }
p { color: rgb(212,5,238); }
H1.HeaderClassName
{
color: #D405EE;
}
.AnyTagClassName
{
color: #D405EE;
}
</style>
background-color css
<style>
a { background-color: #D405EE; }
a { background-color: rgb(212,5,238); }
div.DivClassName
{
background-color: #D405EE;
}
.BgClassName
{
background-color: #D405EE;
}
</style>
border-color css
<style>
span { border-color: #D405EE; }
span { border-color: rgb(212,5,238); }
td.TdClassName
{
border-color: #D405EE;
}
.TagClassName
{
border-color: #D405EE;
}
</style>