Shades of Psychedelic Purple #D42DF4
Tints of Psychedelic Purple #D42DF4
RGB
CMYK
RGB Variations
Color information
#D42DF4 (or 0xD42DF4) is known color: Psychedelic Purple. HEX triplet: D4, 2D and F4. RGB value is (212,45,244). Sum of RGB (Red+Green+Blue) = 212+45+244=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 45 (17.97% from 255 or 8.98% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #D42DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42DF4 is #2BD20B. Grayscale: #747474. Windows color (decimal): -2871820 or 16002516. OLE color: 16002516.
HSL color Cylindrical-coordinate representation of color #D42DF4: hue angle of 290.35º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42DF4 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 45 | 244 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.04 |
| HSL | 290.35º | 0.9% | 0.57% | - |
| HSV(B) | 290.35º | 0.82% | 0.96% | - |
| XYZ | 44.42 | 22.41 | 87.57 | - |
| YUV | 117.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 244 | 0.13 | 0.82 | 0 | 0.04 | 290.35 | 0.9 | 0.57 |
| Hex | D4 | 2D | F4 | D | 52 | 0 | 4 | 122 | 5A | 39 |
| Octal | 324 | 55 | 364 | 15 | 122 | 0 | 4 | 442 | 132 | 71 |
| Binary | 11010100 | 101101 | 11110100 | 1101 | 1010010 | 0 | 100 | 100100010 | 1011010 | 111001 |
Color Harmonies of #D42DF4
Complementary color
Monochromatic Colors of #D42DF4
Black with #D42DF4
Text Example
Text Example
White with #D42DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DF4; }
p { color: rgb(212,45,244); }
H1.HeaderClassName
{
color: #D42DF4;
}
.AnyTagClassName
{
color: #D42DF4;
}
</style>
background-color css
<style>
a { background-color: #D42DF4; }
a { background-color: rgb(212,45,244); }
div.DivClassName
{
background-color: #D42DF4;
}
.BgClassName
{
background-color: #D42DF4;
}
</style>
border-color css
<style>
span { border-color: #D42DF4; }
span { border-color: rgb(212,45,244); }
td.TdClassName
{
border-color: #D42DF4;
}
.TagClassName
{
border-color: #D42DF4;
}
</style>