Shades of Psychedelic Purple #D426F3
Tints of Psychedelic Purple #D426F3
RGB
CMYK
RGB Variations
Color information
#D426F3 (or 0xD426F3) is known color: Psychedelic Purple. HEX triplet: D4, 26 and F3. RGB value is (212,38,243). Sum of RGB (Red+Green+Blue) = 212+38+243=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 38 (15.23% from 255 or 7.71% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #D426F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426F3 is #2BD90C. Grayscale: #707070. Windows color (decimal): -2873613 or 15935188. OLE color: 15935188.
HSL color Cylindrical-coordinate representation of color #D426F3: hue angle of 290.93º degrees, saturation: 0.9, 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 #D426F3 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 38 | 243 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.05 |
| HSL | 290.93º | 0.9% | 0.55% | - |
| HSV(B) | 290.93º | 0.84% | 0.95% | - |
| XYZ | 44.02 | 21.85 | 86.69 | - |
| YUV | 113.4 | 201.15 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 243 | 0.13 | 0.84 | 0 | 0.05 | 290.93 | 0.9 | 0.55 |
| Hex | D4 | 26 | F3 | D | 54 | 0 | 5 | 123 | 5A | 37 |
| Octal | 324 | 46 | 363 | 15 | 124 | 0 | 5 | 443 | 132 | 67 |
| Binary | 11010100 | 100110 | 11110011 | 1101 | 1010100 | 0 | 101 | 100100011 | 1011010 | 110111 |
Color Harmonies of #D426F3
Complementary color
Monochromatic Colors of #D426F3
Black with #D426F3
Text Example
Text Example
White with #D426F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426F3; }
p { color: rgb(212,38,243); }
H1.HeaderClassName
{
color: #D426F3;
}
.AnyTagClassName
{
color: #D426F3;
}
</style>
background-color css
<style>
a { background-color: #D426F3; }
a { background-color: rgb(212,38,243); }
div.DivClassName
{
background-color: #D426F3;
}
.BgClassName
{
background-color: #D426F3;
}
</style>
border-color css
<style>
span { border-color: #D426F3; }
span { border-color: rgb(212,38,243); }
td.TdClassName
{
border-color: #D426F3;
}
.TagClassName
{
border-color: #D426F3;
}
</style>