Shades of Psychedelic Purple #D422ED
Tints of Psychedelic Purple #D422ED
RGB
CMYK
RGB Variations
Color information
#D422ED (or 0xD422ED) is known color: Psychedelic Purple. HEX triplet: D4, 22 and ED. RGB value is (212,34,237). Sum of RGB (Red+Green+Blue) = 212+34+237=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 34 (13.67% from 255 or 7.04% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #D422ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D422ED is #2BDD12. Grayscale: #6D6D6D. Windows color (decimal): -2874643 or 15540948. OLE color: 15540948.
HSL color Cylindrical-coordinate representation of color #D422ED: hue angle of 292.61º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D422ED is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 34 | 237 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.07 |
| HSL | 292.61º | 0.85% | 0.53% | - |
| HSV(B) | 292.61º | 0.86% | 0.93% | - |
| XYZ | 43.01 | 21.26 | 81.96 | - |
| YUV | 110.36 | 199.47 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 34 | 237 | 0.11 | 0.86 | 0 | 0.07 | 292.61 | 0.85 | 0.53 |
| Hex | D4 | 22 | ED | B | 56 | 0 | 7 | 125 | 55 | 35 |
| Octal | 324 | 42 | 355 | 13 | 126 | 0 | 7 | 445 | 125 | 65 |
| Binary | 11010100 | 100010 | 11101101 | 1011 | 1010110 | 0 | 111 | 100100101 | 1010101 | 110101 |
Color Harmonies of #D422ED
Complementary color
Monochromatic Colors of #D422ED
Black with #D422ED
Text Example
Text Example
White with #D422ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D422ED; }
p { color: rgb(212,34,237); }
H1.HeaderClassName
{
color: #D422ED;
}
.AnyTagClassName
{
color: #D422ED;
}
</style>
background-color css
<style>
a { background-color: #D422ED; }
a { background-color: rgb(212,34,237); }
div.DivClassName
{
background-color: #D422ED;
}
.BgClassName
{
background-color: #D422ED;
}
</style>
border-color css
<style>
span { border-color: #D422ED; }
span { border-color: rgb(212,34,237); }
td.TdClassName
{
border-color: #D422ED;
}
.TagClassName
{
border-color: #D422ED;
}
</style>