Shades of Psychedelic Purple #D11CF9
Tints of Psychedelic Purple #D11CF9
RGB
CMYK
RGB Variations
Color information
#D11CF9 (or 0xD11CF9) is known color: Psychedelic Purple. HEX triplet: D1, 1C and F9. RGB value is (209,28,249). Sum of RGB (Red+Green+Blue) = 209+28+249=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 28 (11.33% from 255 or 5.76% from 486); Blue value is 249 (97.66% from 255 or 51.23% from 486); Max value from RGB is 249 - color contains mainly: blue. Hex color #D11CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11CF9 is #2EE306. Grayscale: #6A6A6A. Windows color (decimal): -3072775 or 16325841. OLE color: 16325841.
HSL color Cylindrical-coordinate representation of color #D11CF9: hue angle of 289.14º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11CF9 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 28 | 249 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.02 |
| HSL | 289.14º | 0.95% | 0.54% | - |
| HSV(B) | 289.14º | 0.89% | 0.98% | - |
| XYZ | 43.81 | 21.23 | 91.41 | - |
| YUV | 107.31 | 207.97 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 249 | 0.16 | 0.89 | 0 | 0.02 | 289.14 | 0.95 | 0.54 |
| Hex | D1 | 1C | F9 | 10 | 59 | 0 | 2 | 121 | 5F | 36 |
| Octal | 321 | 34 | 371 | 20 | 131 | 0 | 2 | 441 | 137 | 66 |
| Binary | 11010001 | 11100 | 11111001 | 10000 | 1011001 | 0 | 10 | 100100001 | 1011111 | 110110 |
Color Harmonies of #D11CF9
Complementary color
Monochromatic Colors of #D11CF9
Black with #D11CF9
Text Example
Text Example
White with #D11CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CF9; }
p { color: rgb(209,28,249); }
H1.HeaderClassName
{
color: #D11CF9;
}
.AnyTagClassName
{
color: #D11CF9;
}
</style>
background-color css
<style>
a { background-color: #D11CF9; }
a { background-color: rgb(209,28,249); }
div.DivClassName
{
background-color: #D11CF9;
}
.BgClassName
{
background-color: #D11CF9;
}
</style>
border-color css
<style>
span { border-color: #D11CF9; }
span { border-color: rgb(209,28,249); }
td.TdClassName
{
border-color: #D11CF9;
}
.TagClassName
{
border-color: #D11CF9;
}
</style>