Shades of Psychedelic Purple #D40FF1
Tints of Psychedelic Purple #D40FF1
RGB
CMYK
RGB Variations
Color information
#D40FF1 (or 0xD40FF1) is known color: Psychedelic Purple. HEX triplet: D4, 0F and F1. RGB value is (212,15,241). Sum of RGB (Red+Green+Blue) = 212+15+241=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 241 (94.53% from 255 or 51.50% from 468); Max value from RGB is 241 - color contains mainly: blue. Hex color #D40FF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FF1 is #2BF00E. Grayscale: #626262. Windows color (decimal): -2879503 or 15798228. OLE color: 15798228.
HSL color Cylindrical-coordinate representation of color #D40FF1: hue angle of 292.3º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40FF1 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 15 | 241 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.05 |
| HSL | 292.3º | 0.89% | 0.5% | - |
| HSV(B) | 292.3º | 0.94% | 0.95% | - |
| XYZ | 43.2 | 20.69 | 84.94 | - |
| YUV | 99.67 | 207.77 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 241 | 0.12 | 0.94 | 0 | 0.05 | 292.3 | 0.89 | 0.5 |
| Hex | D4 | F | F1 | C | 5E | 0 | 5 | 124 | 59 | 32 |
| Octal | 324 | 17 | 361 | 14 | 136 | 0 | 5 | 444 | 131 | 62 |
| Binary | 11010100 | 1111 | 11110001 | 1100 | 1011110 | 0 | 101 | 100100100 | 1011001 | 110010 |
Color Harmonies of #D40FF1
Complementary color
Monochromatic Colors of #D40FF1
Black with #D40FF1
Text Example
Text Example
White with #D40FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FF1; }
p { color: rgb(212,15,241); }
H1.HeaderClassName
{
color: #D40FF1;
}
.AnyTagClassName
{
color: #D40FF1;
}
</style>
background-color css
<style>
a { background-color: #D40FF1; }
a { background-color: rgb(212,15,241); }
div.DivClassName
{
background-color: #D40FF1;
}
.BgClassName
{
background-color: #D40FF1;
}
</style>
border-color css
<style>
span { border-color: #D40FF1; }
span { border-color: rgb(212,15,241); }
td.TdClassName
{
border-color: #D40FF1;
}
.TagClassName
{
border-color: #D40FF1;
}
</style>