Shades of Psychedelic Purple #D431F7
Tints of Psychedelic Purple #D431F7
RGB
CMYK
RGB Variations
Color information
#D431F7 (or 0xD431F7) is known color: Psychedelic Purple. HEX triplet: D4, 31 and F7. RGB value is (212,49,247). Sum of RGB (Red+Green+Blue) = 212+49+247=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 49 (19.53% from 255 or 9.65% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #D431F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D431F7 is #2BCE08. Grayscale: #777777. Windows color (decimal): -2870793 or 16200148. OLE color: 16200148.
HSL color Cylindrical-coordinate representation of color #D431F7: hue angle of 289.39º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D431F7 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 49 | 247 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.03 |
| HSL | 289.39º | 0.93% | 0.58% | - |
| HSV(B) | 289.39º | 0.8% | 0.97% | - |
| XYZ | 45.04 | 22.91 | 90.04 | - |
| YUV | 120.31 | 199.5 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 247 | 0.14 | 0.80 | 0 | 0.03 | 289.39 | 0.93 | 0.58 |
| Hex | D4 | 31 | F7 | E | 50 | 0 | 3 | 121 | 5D | 3A |
| Octal | 324 | 61 | 367 | 16 | 120 | 0 | 3 | 441 | 135 | 72 |
| Binary | 11010100 | 110001 | 11110111 | 1110 | 1010000 | 0 | 11 | 100100001 | 1011101 | 111010 |
Color Harmonies of #D431F7
Complementary color
Monochromatic Colors of #D431F7
Black with #D431F7
Text Example
Text Example
White with #D431F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D431F7; }
p { color: rgb(212,49,247); }
H1.HeaderClassName
{
color: #D431F7;
}
.AnyTagClassName
{
color: #D431F7;
}
</style>
background-color css
<style>
a { background-color: #D431F7; }
a { background-color: rgb(212,49,247); }
div.DivClassName
{
background-color: #D431F7;
}
.BgClassName
{
background-color: #D431F7;
}
</style>
border-color css
<style>
span { border-color: #D431F7; }
span { border-color: rgb(212,49,247); }
td.TdClassName
{
border-color: #D431F7;
}
.TagClassName
{
border-color: #D431F7;
}
</style>