Shades of Psychedelic Purple #D426F0
Tints of Psychedelic Purple #D426F0
RGB
CMYK
RGB Variations
Color information
#D426F0 (or 0xD426F0) is known color: Psychedelic Purple. HEX triplet: D4, 26 and F0. RGB value is (212,38,240). Sum of RGB (Red+Green+Blue) = 212+38+240=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 38 (15.23% from 255 or 7.76% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #D426F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426F0 is #2BD90F. Grayscale: #707070. Windows color (decimal): -2873616 or 15738580. OLE color: 15738580.
HSL color Cylindrical-coordinate representation of color #D426F0: hue angle of 291.68º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D426F0 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 38 | 240 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.06 |
| HSL | 291.68º | 0.87% | 0.55% | - |
| HSV(B) | 291.68º | 0.84% | 0.94% | - |
| XYZ | 43.57 | 21.67 | 84.33 | - |
| YUV | 113.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 38 | 240 | 0.12 | 0.84 | 0 | 0.06 | 291.68 | 0.87 | 0.55 |
| Hex | D4 | 26 | F0 | C | 54 | 0 | 6 | 124 | 57 | 37 |
| Octal | 324 | 46 | 360 | 14 | 124 | 0 | 6 | 444 | 127 | 67 |
| Binary | 11010100 | 100110 | 11110000 | 1100 | 1010100 | 0 | 110 | 100100100 | 1010111 | 110111 |
Color Harmonies of #D426F0
Complementary color
Monochromatic Colors of #D426F0
Black with #D426F0
Text Example
Text Example
White with #D426F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D426F0; }
p { color: rgb(212,38,240); }
H1.HeaderClassName
{
color: #D426F0;
}
.AnyTagClassName
{
color: #D426F0;
}
</style>
background-color css
<style>
a { background-color: #D426F0; }
a { background-color: rgb(212,38,240); }
div.DivClassName
{
background-color: #D426F0;
}
.BgClassName
{
background-color: #D426F0;
}
</style>
border-color css
<style>
span { border-color: #D426F0; }
span { border-color: rgb(212,38,240); }
td.TdClassName
{
border-color: #D426F0;
}
.TagClassName
{
border-color: #D426F0;
}
</style>