Shades of Psychedelic Purple #D41CF5
Tints of Psychedelic Purple #D41CF5
RGB
CMYK
RGB Variations
Color information
#D41CF5 (or 0xD41CF5) is known color: Psychedelic Purple. HEX triplet: D4, 1C and F5. RGB value is (212,28,245). Sum of RGB (Red+Green+Blue) = 212+28+245=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #D41CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CF5 is #2BE30A. Grayscale: #6B6B6B. Windows color (decimal): -2876171 or 16063700. OLE color: 16063700.
HSL color Cylindrical-coordinate representation of color #D41CF5: hue angle of 290.88º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41CF5 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 28 | 245 | - |
| CMYK | 0.13 | 0.89 | 0 | 0.04 |
| HSL | 290.88º | 0.92% | 0.54% | - |
| HSV(B) | 290.88º | 0.89% | 0.96% | - |
| XYZ | 44.05 | 21.42 | 88.2 | - |
| YUV | 107.75 | 205.46 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 245 | 0.13 | 0.89 | 0 | 0.04 | 290.88 | 0.92 | 0.54 |
| Hex | D4 | 1C | F5 | D | 59 | 0 | 4 | 123 | 5C | 36 |
| Octal | 324 | 34 | 365 | 15 | 131 | 0 | 4 | 443 | 134 | 66 |
| Binary | 11010100 | 11100 | 11110101 | 1101 | 1011001 | 0 | 100 | 100100011 | 1011100 | 110110 |
Color Harmonies of #D41CF5
Complementary color
Monochromatic Colors of #D41CF5
Black with #D41CF5
Text Example
Text Example
White with #D41CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CF5; }
p { color: rgb(212,28,245); }
H1.HeaderClassName
{
color: #D41CF5;
}
.AnyTagClassName
{
color: #D41CF5;
}
</style>
background-color css
<style>
a { background-color: #D41CF5; }
a { background-color: rgb(212,28,245); }
div.DivClassName
{
background-color: #D41CF5;
}
.BgClassName
{
background-color: #D41CF5;
}
</style>
border-color css
<style>
span { border-color: #D41CF5; }
span { border-color: rgb(212,28,245); }
td.TdClassName
{
border-color: #D41CF5;
}
.TagClassName
{
border-color: #D41CF5;
}
</style>