Shades of Psychedelic Purple #D11CF1
Tints of Psychedelic Purple #D11CF1
RGB
CMYK
RGB Variations
Color information
#D11CF1 (or 0xD11CF1) is known color: Psychedelic Purple. HEX triplet: D1, 1C and F1. RGB value is (209,28,241). Sum of RGB (Red+Green+Blue) = 209+28+241=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #D11CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CF1 is #2EE30E. Grayscale: #696969. Windows color (decimal): -3072783 or 15801553. OLE color: 15801553.
HSL color Cylindrical-coordinate representation of color #D11CF1: hue angle of 290.99º degrees, saturation: 0.88, 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 #D11CF1 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 28 | 241 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.05 |
| HSL | 290.99º | 0.88% | 0.53% | - |
| HSV(B) | 290.99º | 0.88% | 0.95% | - |
| XYZ | 42.59 | 20.74 | 84.98 | - |
| YUV | 106.4 | 203.97 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 241 | 0.13 | 0.88 | 0 | 0.05 | 290.99 | 0.88 | 0.53 |
| Hex | D1 | 1C | F1 | D | 58 | 0 | 5 | 123 | 58 | 35 |
| Octal | 321 | 34 | 361 | 15 | 130 | 0 | 5 | 443 | 130 | 65 |
| Binary | 11010001 | 11100 | 11110001 | 1101 | 1011000 | 0 | 101 | 100100011 | 1011000 | 110101 |
Color Harmonies of #D11CF1
Complementary color
Monochromatic Colors of #D11CF1
Black with #D11CF1
Text Example
Text Example
White with #D11CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CF1; }
p { color: rgb(209,28,241); }
H1.HeaderClassName
{
color: #D11CF1;
}
.AnyTagClassName
{
color: #D11CF1;
}
</style>
background-color css
<style>
a { background-color: #D11CF1; }
a { background-color: rgb(209,28,241); }
div.DivClassName
{
background-color: #D11CF1;
}
.BgClassName
{
background-color: #D11CF1;
}
</style>
border-color css
<style>
span { border-color: #D11CF1; }
span { border-color: rgb(209,28,241); }
td.TdClassName
{
border-color: #D11CF1;
}
.TagClassName
{
border-color: #D11CF1;
}
</style>