Shades of Psychedelic Purple #D40FEE
Tints of Psychedelic Purple #D40FEE
RGB
CMYK
RGB Variations
Color information
#D40FEE (or 0xD40FEE) is known color: Psychedelic Purple. HEX triplet: D4, 0F and EE. RGB value is (212,15,238). Sum of RGB (Red+Green+Blue) = 212+15+238=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 15 (6.25% from 255 or 3.23% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #D40FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FEE is #2BF011. Grayscale: #626262. Windows color (decimal): -2879506 or 15601620. OLE color: 15601620.
HSL color Cylindrical-coordinate representation of color #D40FEE: hue angle of 293º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40FEE is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 15 | 238 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.07 |
| HSL | 293º | 0.88% | 0.5% | - |
| HSV(B) | 293º | 0.94% | 0.93% | - |
| XYZ | 42.75 | 20.51 | 82.59 | - |
| YUV | 99.33 | 206.27 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 238 | 0.11 | 0.94 | 0 | 0.07 | 293 | 0.88 | 0.5 |
| Hex | D4 | F | EE | B | 5E | 0 | 7 | 125 | 58 | 32 |
| Octal | 324 | 17 | 356 | 13 | 136 | 0 | 7 | 445 | 130 | 62 |
| Binary | 11010100 | 1111 | 11101110 | 1011 | 1011110 | 0 | 111 | 100100101 | 1011000 | 110010 |
Color Harmonies of #D40FEE
Complementary color
Monochromatic Colors of #D40FEE
Black with #D40FEE
Text Example
Text Example
White with #D40FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FEE; }
p { color: rgb(212,15,238); }
H1.HeaderClassName
{
color: #D40FEE;
}
.AnyTagClassName
{
color: #D40FEE;
}
</style>
background-color css
<style>
a { background-color: #D40FEE; }
a { background-color: rgb(212,15,238); }
div.DivClassName
{
background-color: #D40FEE;
}
.BgClassName
{
background-color: #D40FEE;
}
</style>
border-color css
<style>
span { border-color: #D40FEE; }
span { border-color: rgb(212,15,238); }
td.TdClassName
{
border-color: #D40FEE;
}
.TagClassName
{
border-color: #D40FEE;
}
</style>