Shades of Psychedelic Purple #D42EFF
Tints of Psychedelic Purple #D42EFF
RGB
CMYK
RGB Variations
Color information
#D42EFF (or 0xD42EFF) is known color: Psychedelic Purple. HEX triplet: D4, 2E and FF. RGB value is (212,46,255). Sum of RGB (Red+Green+Blue) = 212+46+255=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 46 (18.36% from 255 or 8.97% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #D42EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42EFF is #2BD100. Grayscale: #767676. Windows color (decimal): -2871553 or 16723668. OLE color: 16723668.
HSL color Cylindrical-coordinate representation of color #D42EFF: hue angle of 287.66º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42EFF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 46 | 255 | - |
| CMYK | 0.17 | 0.82 | 0 | 0 |
| HSL | 287.66º | 1% | 0.59% | - |
| HSV(B) | 287.66º | 0.82% | 1% | - |
| XYZ | 46.18 | 23.17 | 96.65 | - |
| YUV | 119.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 255 | 0.17 | 0.82 | 0 | 0 | 287.66 | 1 | 0.59 |
| Hex | D4 | 2E | FF | 11 | 52 | 0 | 0 | 120 | 64 | 3B |
| Octal | 324 | 56 | 377 | 21 | 122 | 0 | 0 | 440 | 144 | 73 |
| Binary | 11010100 | 101110 | 11111111 | 10001 | 1010010 | 0 | 0 | 100100000 | 1100100 | 111011 |
Color Harmonies of #D42EFF
Complementary color
Monochromatic Colors of #D42EFF
Black with #D42EFF
Text Example
Text Example
White with #D42EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42EFF; }
p { color: rgb(212,46,255); }
H1.HeaderClassName
{
color: #D42EFF;
}
.AnyTagClassName
{
color: #D42EFF;
}
</style>
background-color css
<style>
a { background-color: #D42EFF; }
a { background-color: rgb(212,46,255); }
div.DivClassName
{
background-color: #D42EFF;
}
.BgClassName
{
background-color: #D42EFF;
}
</style>
border-color css
<style>
span { border-color: #D42EFF; }
span { border-color: rgb(212,46,255); }
td.TdClassName
{
border-color: #D42EFF;
}
.TagClassName
{
border-color: #D42EFF;
}
</style>