Shades of Psychedelic Purple #D11CF5
Tints of Psychedelic Purple #D11CF5
RGB
CMYK
RGB Variations
Color information
#D11CF5 (or 0xD11CF5) is known color: Psychedelic Purple. HEX triplet: D1, 1C and F5. RGB value is (209,28,245). Sum of RGB (Red+Green+Blue) = 209+28+245=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 245 (96.09% from 255 or 50.83% from 482); Max value from RGB is 245 - color contains mainly: blue. Hex color #D11CF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CF5 is #2EE30A. Grayscale: #6A6A6A. Windows color (decimal): -3072779 or 16063697. OLE color: 16063697.
HSL color Cylindrical-coordinate representation of color #D11CF5: hue angle of 290.05º 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 #D11CF5 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 28 | 245 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.04 |
| HSL | 290.05º | 0.92% | 0.54% | - |
| HSV(B) | 290.05º | 0.89% | 0.96% | - |
| XYZ | 43.19 | 20.98 | 88.16 | - |
| YUV | 106.86 | 205.97 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 245 | 0.15 | 0.89 | 0 | 0.04 | 290.05 | 0.92 | 0.54 |
| Hex | D1 | 1C | F5 | F | 59 | 0 | 4 | 122 | 5C | 36 |
| Octal | 321 | 34 | 365 | 17 | 131 | 0 | 4 | 442 | 134 | 66 |
| Binary | 11010001 | 11100 | 11110101 | 1111 | 1011001 | 0 | 100 | 100100010 | 1011100 | 110110 |
Color Harmonies of #D11CF5
Complementary color
Monochromatic Colors of #D11CF5
Black with #D11CF5
Text Example
Text Example
White with #D11CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CF5; }
p { color: rgb(209,28,245); }
H1.HeaderClassName
{
color: #D11CF5;
}
.AnyTagClassName
{
color: #D11CF5;
}
</style>
background-color css
<style>
a { background-color: #D11CF5; }
a { background-color: rgb(209,28,245); }
div.DivClassName
{
background-color: #D11CF5;
}
.BgClassName
{
background-color: #D11CF5;
}
</style>
border-color css
<style>
span { border-color: #D11CF5; }
span { border-color: rgb(209,28,245); }
td.TdClassName
{
border-color: #D11CF5;
}
.TagClassName
{
border-color: #D11CF5;
}
</style>