Shades of Psychedelic Purple #D411F3
Tints of Psychedelic Purple #D411F3
RGB
CMYK
RGB Variations
Color information
#D411F3 (or 0xD411F3) is known color: Psychedelic Purple. HEX triplet: D4, 11 and F3. RGB value is (212,17,243). Sum of RGB (Red+Green+Blue) = 212+17+243=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 17 (7.03% from 255 or 3.60% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #D411F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D411F3 is #2BEE0C. Grayscale: #646464. Windows color (decimal): -2878989 or 15929812. OLE color: 15929812.
HSL color Cylindrical-coordinate representation of color #D411F3: hue angle of 291.77º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D411F3 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 17 | 243 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.05 |
| HSL | 291.77º | 0.9% | 0.51% | - |
| HSV(B) | 291.77º | 0.93% | 0.95% | - |
| XYZ | 43.53 | 20.87 | 86.53 | - |
| YUV | 101.07 | 208.1 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 243 | 0.13 | 0.93 | 0 | 0.05 | 291.77 | 0.9 | 0.51 |
| Hex | D4 | 11 | F3 | D | 5D | 0 | 5 | 124 | 5A | 33 |
| Octal | 324 | 21 | 363 | 15 | 135 | 0 | 5 | 444 | 132 | 63 |
| Binary | 11010100 | 10001 | 11110011 | 1101 | 1011101 | 0 | 101 | 100100100 | 1011010 | 110011 |
Color Harmonies of #D411F3
Complementary color
Monochromatic Colors of #D411F3
Black with #D411F3
Text Example
Text Example
White with #D411F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411F3; }
p { color: rgb(212,17,243); }
H1.HeaderClassName
{
color: #D411F3;
}
.AnyTagClassName
{
color: #D411F3;
}
</style>
background-color css
<style>
a { background-color: #D411F3; }
a { background-color: rgb(212,17,243); }
div.DivClassName
{
background-color: #D411F3;
}
.BgClassName
{
background-color: #D411F3;
}
</style>
border-color css
<style>
span { border-color: #D411F3; }
span { border-color: rgb(212,17,243); }
td.TdClassName
{
border-color: #D411F3;
}
.TagClassName
{
border-color: #D411F3;
}
</style>