Shades of Psychedelic Purple #D731F8
Tints of Psychedelic Purple #D731F8
RGB
CMYK
RGB Variations
Color information
#D731F8 (or 0xD731F8) is known color: Psychedelic Purple. HEX triplet: D7, 31 and F8. RGB value is (215,49,248). Sum of RGB (Red+Green+Blue) = 215+49+248=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 49 (19.53% from 255 or 9.57% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #D731F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D731F8 is #28CE07. Grayscale: #787878. Windows color (decimal): -2674184 or 16265687. OLE color: 16265687.
HSL color Cylindrical-coordinate representation of color #D731F8: hue angle of 290.05º 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 #D731F8 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 49 | 248 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.03 |
| HSL | 290.05º | 0.93% | 0.58% | - |
| HSV(B) | 290.05º | 0.8% | 0.97% | - |
| XYZ | 46.07 | 23.42 | 90.9 | - |
| YUV | 121.32 | 199.5 | 194.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 248 | 0.13 | 0.80 | 0 | 0.03 | 290.05 | 0.93 | 0.58 |
| Hex | D7 | 31 | F8 | D | 50 | 0 | 3 | 122 | 5D | 3A |
| Octal | 327 | 61 | 370 | 15 | 120 | 0 | 3 | 442 | 135 | 72 |
| Binary | 11010111 | 110001 | 11111000 | 1101 | 1010000 | 0 | 11 | 100100010 | 1011101 | 111010 |
Color Harmonies of #D731F8
Complementary color
Monochromatic Colors of #D731F8
Black with #D731F8
Text Example
Text Example
White with #D731F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D731F8; }
p { color: rgb(215,49,248); }
H1.HeaderClassName
{
color: #D731F8;
}
.AnyTagClassName
{
color: #D731F8;
}
</style>
background-color css
<style>
a { background-color: #D731F8; }
a { background-color: rgb(215,49,248); }
div.DivClassName
{
background-color: #D731F8;
}
.BgClassName
{
background-color: #D731F8;
}
</style>
border-color css
<style>
span { border-color: #D731F8; }
span { border-color: rgb(215,49,248); }
td.TdClassName
{
border-color: #D731F8;
}
.TagClassName
{
border-color: #D731F8;
}
</style>