Shades of Psychedelic Purple #D31DF8
Tints of Psychedelic Purple #D31DF8
RGB
CMYK
RGB Variations
Color information
#D31DF8 (or 0xD31DF8) is known color: Psychedelic Purple. HEX triplet: D3, 1D and F8. RGB value is (211,29,248). Sum of RGB (Red+Green+Blue) = 211+29+248=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 29 (11.72% from 255 or 5.94% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #D31DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31DF8 is #2CE207. Grayscale: #6B6B6B. Windows color (decimal): -2941448 or 16260563. OLE color: 16260563.
HSL color Cylindrical-coordinate representation of color #D31DF8: hue angle of 289.86º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31DF8 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 29 | 248 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.03 |
| HSL | 289.86º | 0.94% | 0.54% | - |
| HSV(B) | 289.86º | 0.88% | 0.97% | - |
| XYZ | 44.25 | 21.5 | 90.63 | - |
| YUV | 108.38 | 206.8 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 248 | 0.15 | 0.88 | 0 | 0.03 | 289.86 | 0.94 | 0.54 |
| Hex | D3 | 1D | F8 | F | 58 | 0 | 3 | 122 | 5E | 36 |
| Octal | 323 | 35 | 370 | 17 | 130 | 0 | 3 | 442 | 136 | 66 |
| Binary | 11010011 | 11101 | 11111000 | 1111 | 1011000 | 0 | 11 | 100100010 | 1011110 | 110110 |
Color Harmonies of #D31DF8
Complementary color
Monochromatic Colors of #D31DF8
Black with #D31DF8
Text Example
Text Example
White with #D31DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DF8; }
p { color: rgb(211,29,248); }
H1.HeaderClassName
{
color: #D31DF8;
}
.AnyTagClassName
{
color: #D31DF8;
}
</style>
background-color css
<style>
a { background-color: #D31DF8; }
a { background-color: rgb(211,29,248); }
div.DivClassName
{
background-color: #D31DF8;
}
.BgClassName
{
background-color: #D31DF8;
}
</style>
border-color css
<style>
span { border-color: #D31DF8; }
span { border-color: rgb(211,29,248); }
td.TdClassName
{
border-color: #D31DF8;
}
.TagClassName
{
border-color: #D31DF8;
}
</style>