Shades of Psychedelic Purple #D424F7
Tints of Psychedelic Purple #D424F7
RGB
CMYK
RGB Variations
Color information
#D424F7 (or 0xD424F7) is known color: Psychedelic Purple. HEX triplet: D4, 24 and F7. RGB value is (212,36,247). Sum of RGB (Red+Green+Blue) = 212+36+247=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 36 (14.45% from 255 or 7.27% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #D424F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D424F7 is #2BDB08. Grayscale: #707070. Windows color (decimal): -2874121 or 16196820. OLE color: 16196820.
HSL color Cylindrical-coordinate representation of color #D424F7: hue angle of 290.05º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D424F7 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 36 | 247 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.03 |
| HSL | 290.05º | 0.93% | 0.55% | - |
| HSV(B) | 290.05º | 0.85% | 0.97% | - |
| XYZ | 44.57 | 21.97 | 89.89 | - |
| YUV | 112.68 | 203.81 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 247 | 0.14 | 0.85 | 0 | 0.03 | 290.05 | 0.93 | 0.55 |
| Hex | D4 | 24 | F7 | E | 55 | 0 | 3 | 122 | 5D | 37 |
| Octal | 324 | 44 | 367 | 16 | 125 | 0 | 3 | 442 | 135 | 67 |
| Binary | 11010100 | 100100 | 11110111 | 1110 | 1010101 | 0 | 11 | 100100010 | 1011101 | 110111 |
Color Harmonies of #D424F7
Complementary color
Monochromatic Colors of #D424F7
Black with #D424F7
Text Example
Text Example
White with #D424F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424F7; }
p { color: rgb(212,36,247); }
H1.HeaderClassName
{
color: #D424F7;
}
.AnyTagClassName
{
color: #D424F7;
}
</style>
background-color css
<style>
a { background-color: #D424F7; }
a { background-color: rgb(212,36,247); }
div.DivClassName
{
background-color: #D424F7;
}
.BgClassName
{
background-color: #D424F7;
}
</style>
border-color css
<style>
span { border-color: #D424F7; }
span { border-color: rgb(212,36,247); }
td.TdClassName
{
border-color: #D424F7;
}
.TagClassName
{
border-color: #D424F7;
}
</style>