Shades of Psychedelic Purple #D42DFE
Tints of Psychedelic Purple #D42DFE
RGB
CMYK
RGB Variations
Color information
#D42DFE (or 0xD42DFE) is known color: Psychedelic Purple. HEX triplet: D4, 2D and FE. RGB value is (212,45,254). Sum of RGB (Red+Green+Blue) = 212+45+254=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 45 (17.97% from 255 or 8.81% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #D42DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42DFE is #2BD201. Grayscale: #767676. Windows color (decimal): -2871810 or 16657876. OLE color: 16657876.
HSL color Cylindrical-coordinate representation of color #D42DFE: hue angle of 287.94º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42DFE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 45 | 254 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.00 |
| HSL | 287.94º | 0.99% | 0.59% | - |
| HSV(B) | 287.94º | 0.82% | 1% | - |
| XYZ | 45.98 | 23.03 | 95.79 | - |
| YUV | 118.76 | 204.33 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 254 | 0.17 | 0.82 | 0 | 0.00 | 287.94 | 0.99 | 0.59 |
| Hex | D4 | 2D | FE | 11 | 52 | 0 | 0 | 120 | 63 | 3B |
| Octal | 324 | 55 | 376 | 21 | 122 | 0 | 0 | 440 | 143 | 73 |
| Binary | 11010100 | 101101 | 11111110 | 10001 | 1010010 | 0 | 0 | 100100000 | 1100011 | 111011 |
Color Harmonies of #D42DFE
Complementary color
Monochromatic Colors of #D42DFE
Black with #D42DFE
Text Example
Text Example
White with #D42DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DFE; }
p { color: rgb(212,45,254); }
H1.HeaderClassName
{
color: #D42DFE;
}
.AnyTagClassName
{
color: #D42DFE;
}
</style>
background-color css
<style>
a { background-color: #D42DFE; }
a { background-color: rgb(212,45,254); }
div.DivClassName
{
background-color: #D42DFE;
}
.BgClassName
{
background-color: #D42DFE;
}
</style>
border-color css
<style>
span { border-color: #D42DFE; }
span { border-color: rgb(212,45,254); }
td.TdClassName
{
border-color: #D42DFE;
}
.TagClassName
{
border-color: #D42DFE;
}
</style>