Shades of Psychedelic Purple #D41DF8
Tints of Psychedelic Purple #D41DF8
RGB
CMYK
RGB Variations
Color information
#D41DF8 (or 0xD41DF8) is known color: Psychedelic Purple. HEX triplet: D4, 1D and F8. RGB value is (212,29,248). Sum of RGB (Red+Green+Blue) = 212+29+248=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #D41DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DF8 is #2BE207. Grayscale: #6B6B6B. Windows color (decimal): -2875912 or 16260564. OLE color: 16260564.
HSL color Cylindrical-coordinate representation of color #D41DF8: hue angle of 290.14º 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 #D41DF8 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 29 | 248 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.03 |
| HSL | 290.14º | 0.94% | 0.54% | - |
| HSV(B) | 290.14º | 0.88% | 0.97% | - |
| XYZ | 44.53 | 21.65 | 90.64 | - |
| YUV | 108.68 | 206.63 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 248 | 0.15 | 0.88 | 0 | 0.03 | 290.14 | 0.94 | 0.54 |
| Hex | D4 | 1D | F8 | F | 58 | 0 | 3 | 122 | 5E | 36 |
| Octal | 324 | 35 | 370 | 17 | 130 | 0 | 3 | 442 | 136 | 66 |
| Binary | 11010100 | 11101 | 11111000 | 1111 | 1011000 | 0 | 11 | 100100010 | 1011110 | 110110 |
Color Harmonies of #D41DF8
Complementary color
Monochromatic Colors of #D41DF8
Black with #D41DF8
Text Example
Text Example
White with #D41DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DF8; }
p { color: rgb(212,29,248); }
H1.HeaderClassName
{
color: #D41DF8;
}
.AnyTagClassName
{
color: #D41DF8;
}
</style>
background-color css
<style>
a { background-color: #D41DF8; }
a { background-color: rgb(212,29,248); }
div.DivClassName
{
background-color: #D41DF8;
}
.BgClassName
{
background-color: #D41DF8;
}
</style>
border-color css
<style>
span { border-color: #D41DF8; }
span { border-color: rgb(212,29,248); }
td.TdClassName
{
border-color: #D41DF8;
}
.TagClassName
{
border-color: #D41DF8;
}
</style>