Shades of Psychedelic Purple #D426F2
Tints of Psychedelic Purple #D426F2
RGB
CMYK
RGB Variations
Color information
#D426F2 (or 0xD426F2) is known color: Psychedelic Purple. HEX triplet: D4, 26 and F2. RGB value is (212,38,242). Sum of RGB (Red+Green+Blue) = 212+38+242=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #D426F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426F2 is #2BD90D. Grayscale: #707070. Windows color (decimal): -2873614 or 15869652. OLE color: 15869652.
HSL color Cylindrical-coordinate representation of color #D426F2: hue angle of 291.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D426F2 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 38 | 242 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.05 |
| HSL | 291.18º | 0.89% | 0.55% | - |
| HSV(B) | 291.18º | 0.84% | 0.95% | - |
| XYZ | 43.87 | 21.79 | 85.9 | - |
| YUV | 113.28 | 200.65 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 242 | 0.12 | 0.84 | 0 | 0.05 | 291.18 | 0.89 | 0.55 |
| Hex | D4 | 26 | F2 | C | 54 | 0 | 5 | 123 | 59 | 37 |
| Octal | 324 | 46 | 362 | 14 | 124 | 0 | 5 | 443 | 131 | 67 |
| Binary | 11010100 | 100110 | 11110010 | 1100 | 1010100 | 0 | 101 | 100100011 | 1011001 | 110111 |
Color Harmonies of #D426F2
Complementary color
Monochromatic Colors of #D426F2
Black with #D426F2
Text Example
Text Example
White with #D426F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426F2; }
p { color: rgb(212,38,242); }
H1.HeaderClassName
{
color: #D426F2;
}
.AnyTagClassName
{
color: #D426F2;
}
</style>
background-color css
<style>
a { background-color: #D426F2; }
a { background-color: rgb(212,38,242); }
div.DivClassName
{
background-color: #D426F2;
}
.BgClassName
{
background-color: #D426F2;
}
</style>
border-color css
<style>
span { border-color: #D426F2; }
span { border-color: rgb(212,38,242); }
td.TdClassName
{
border-color: #D426F2;
}
.TagClassName
{
border-color: #D426F2;
}
</style>