Shades of Psychedelic Purple #D11CF3
Tints of Psychedelic Purple #D11CF3
RGB
CMYK
RGB Variations
Color information
#D11CF3 (or 0xD11CF3) is known color: Psychedelic Purple. HEX triplet: D1, 1C and F3. RGB value is (209,28,243). Sum of RGB (Red+Green+Blue) = 209+28+243=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 28 (11.33% from 255 or 5.83% from 480); Blue value is 243 (95.31% from 255 or 50.62% from 480); Max value from RGB is 243 - color contains mainly: blue. Hex color #D11CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CF3 is #2EE30C. Grayscale: #696969. Windows color (decimal): -3072781 or 15932625. OLE color: 15932625.
HSL color Cylindrical-coordinate representation of color #D11CF3: hue angle of 290.51º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11CF3 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 28 | 243 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.05 |
| HSL | 290.51º | 0.9% | 0.53% | - |
| HSV(B) | 290.51º | 0.88% | 0.95% | - |
| XYZ | 42.89 | 20.86 | 86.56 | - |
| YUV | 106.63 | 204.97 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 243 | 0.14 | 0.88 | 0 | 0.05 | 290.51 | 0.9 | 0.53 |
| Hex | D1 | 1C | F3 | E | 58 | 0 | 5 | 123 | 5A | 35 |
| Octal | 321 | 34 | 363 | 16 | 130 | 0 | 5 | 443 | 132 | 65 |
| Binary | 11010001 | 11100 | 11110011 | 1110 | 1011000 | 0 | 101 | 100100011 | 1011010 | 110101 |
Color Harmonies of #D11CF3
Complementary color
Monochromatic Colors of #D11CF3
Black with #D11CF3
Text Example
Text Example
White with #D11CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CF3; }
p { color: rgb(209,28,243); }
H1.HeaderClassName
{
color: #D11CF3;
}
.AnyTagClassName
{
color: #D11CF3;
}
</style>
background-color css
<style>
a { background-color: #D11CF3; }
a { background-color: rgb(209,28,243); }
div.DivClassName
{
background-color: #D11CF3;
}
.BgClassName
{
background-color: #D11CF3;
}
</style>
border-color css
<style>
span { border-color: #D11CF3; }
span { border-color: rgb(209,28,243); }
td.TdClassName
{
border-color: #D11CF3;
}
.TagClassName
{
border-color: #D11CF3;
}
</style>