Shades of Psychedelic Purple #D42DF2
Tints of Psychedelic Purple #D42DF2
RGB
CMYK
RGB Variations
Color information
#D42DF2 (or 0xD42DF2) is known color: Psychedelic Purple. HEX triplet: D4, 2D and F2. RGB value is (212,45,242). Sum of RGB (Red+Green+Blue) = 212+45+242=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #D42DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42DF2 is #2BD20D. Grayscale: #747474. Windows color (decimal): -2871822 or 15871444. OLE color: 15871444.
HSL color Cylindrical-coordinate representation of color #D42DF2: hue angle of 290.86º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42DF2 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 45 | 242 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.05 |
| HSL | 290.86º | 0.88% | 0.56% | - |
| HSV(B) | 290.86º | 0.81% | 0.95% | - |
| XYZ | 44.12 | 22.28 | 85.98 | - |
| YUV | 117.39 | 198.33 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 242 | 0.12 | 0.81 | 0 | 0.05 | 290.86 | 0.88 | 0.56 |
| Hex | D4 | 2D | F2 | C | 51 | 0 | 5 | 123 | 58 | 38 |
| Octal | 324 | 55 | 362 | 14 | 121 | 0 | 5 | 443 | 130 | 70 |
| Binary | 11010100 | 101101 | 11110010 | 1100 | 1010001 | 0 | 101 | 100100011 | 1011000 | 111000 |
Color Harmonies of #D42DF2
Complementary color
Monochromatic Colors of #D42DF2
Black with #D42DF2
Text Example
Text Example
White with #D42DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DF2; }
p { color: rgb(212,45,242); }
H1.HeaderClassName
{
color: #D42DF2;
}
.AnyTagClassName
{
color: #D42DF2;
}
</style>
background-color css
<style>
a { background-color: #D42DF2; }
a { background-color: rgb(212,45,242); }
div.DivClassName
{
background-color: #D42DF2;
}
.BgClassName
{
background-color: #D42DF2;
}
</style>
border-color css
<style>
span { border-color: #D42DF2; }
span { border-color: rgb(212,45,242); }
td.TdClassName
{
border-color: #D42DF2;
}
.TagClassName
{
border-color: #D42DF2;
}
</style>