Shades of Psychedelic Purple #D41DF9
Tints of Psychedelic Purple #D41DF9
RGB
CMYK
RGB Variations
Color information
#D41DF9 (or 0xD41DF9) is known color: Psychedelic Purple. HEX triplet: D4, 1D and F9. RGB value is (212,29,249). Sum of RGB (Red+Green+Blue) = 212+29+249=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #D41DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41DF9 is #2BE206. Grayscale: #6C6C6C. Windows color (decimal): -2875911 or 16326100. OLE color: 16326100.
HSL color Cylindrical-coordinate representation of color #D41DF9: hue angle of 289.91º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41DF9 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 29 | 249 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.02 |
| HSL | 289.91º | 0.95% | 0.55% | - |
| HSV(B) | 289.91º | 0.88% | 0.98% | - |
| XYZ | 44.69 | 21.72 | 91.46 | - |
| YUV | 108.8 | 207.13 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 249 | 0.15 | 0.88 | 0 | 0.02 | 289.91 | 0.95 | 0.55 |
| Hex | D4 | 1D | F9 | F | 58 | 0 | 2 | 122 | 5F | 37 |
| Octal | 324 | 35 | 371 | 17 | 130 | 0 | 2 | 442 | 137 | 67 |
| Binary | 11010100 | 11101 | 11111001 | 1111 | 1011000 | 0 | 10 | 100100010 | 1011111 | 110111 |
Color Harmonies of #D41DF9
Complementary color
Monochromatic Colors of #D41DF9
Black with #D41DF9
Text Example
Text Example
White with #D41DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DF9; }
p { color: rgb(212,29,249); }
H1.HeaderClassName
{
color: #D41DF9;
}
.AnyTagClassName
{
color: #D41DF9;
}
</style>
background-color css
<style>
a { background-color: #D41DF9; }
a { background-color: rgb(212,29,249); }
div.DivClassName
{
background-color: #D41DF9;
}
.BgClassName
{
background-color: #D41DF9;
}
</style>
border-color css
<style>
span { border-color: #D41DF9; }
span { border-color: rgb(212,29,249); }
td.TdClassName
{
border-color: #D41DF9;
}
.TagClassName
{
border-color: #D41DF9;
}
</style>