Shades of Psychedelic Purple #D40FEA
Tints of Psychedelic Purple #D40FEA
RGB
CMYK
RGB Variations
Color information
#D40FEA (or 0xD40FEA) is known color: Psychedelic Purple. HEX triplet: D4, 0F and EA. RGB value is (212,15,234). Sum of RGB (Red+Green+Blue) = 212+15+234=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #D40FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FEA is #2BF015. Grayscale: #626262. Windows color (decimal): -2879510 or 15339476. OLE color: 15339476.
HSL color Cylindrical-coordinate representation of color #D40FEA: hue angle of 293.97º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40FEA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 15 | 234 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.08 |
| HSL | 293.97º | 0.88% | 0.49% | - |
| HSV(B) | 293.97º | 0.94% | 0.92% | - |
| XYZ | 42.17 | 20.28 | 79.53 | - |
| YUV | 98.87 | 204.27 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 234 | 0.09 | 0.94 | 0 | 0.08 | 293.97 | 0.88 | 0.49 |
| Hex | D4 | F | EA | 9 | 5E | 0 | 8 | 126 | 58 | 31 |
| Octal | 324 | 17 | 352 | 11 | 136 | 0 | 10 | 446 | 130 | 61 |
| Binary | 11010100 | 1111 | 11101010 | 1001 | 1011110 | 0 | 1000 | 100100110 | 1011000 | 110001 |
Color Harmonies of #D40FEA
Complementary color
Monochromatic Colors of #D40FEA
Black with #D40FEA
Text Example
Text Example
White with #D40FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FEA; }
p { color: rgb(212,15,234); }
H1.HeaderClassName
{
color: #D40FEA;
}
.AnyTagClassName
{
color: #D40FEA;
}
</style>
background-color css
<style>
a { background-color: #D40FEA; }
a { background-color: rgb(212,15,234); }
div.DivClassName
{
background-color: #D40FEA;
}
.BgClassName
{
background-color: #D40FEA;
}
</style>
border-color css
<style>
span { border-color: #D40FEA; }
span { border-color: rgb(212,15,234); }
td.TdClassName
{
border-color: #D40FEA;
}
.TagClassName
{
border-color: #D40FEA;
}
</style>