Shades of Psychedelic Purple #D11BFF
Tints of Psychedelic Purple #D11BFF
RGB
CMYK
RGB Variations
Color information
#D11BFF (or 0xD11BFF) is known color: Psychedelic Purple. HEX triplet: D1, 1B and FF. RGB value is (209,27,255). Sum of RGB (Red+Green+Blue) = 209+27+255=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #D11BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11BFF is #2EE400. Grayscale: #6A6A6A. Windows color (decimal): -3073025 or 16718801. OLE color: 16718801.
HSL color Cylindrical-coordinate representation of color #D11BFF: hue angle of 287.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11BFF is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 27 | 255 | - |
| CMYK | 0.18 | 0.89 | 0 | 0 |
| HSL | 287.89º | 1% | 0.55% | - |
| HSV(B) | 287.89º | 0.89% | 1% | - |
| XYZ | 44.74 | 21.56 | 96.41 | - |
| YUV | 107.41 | 211.3 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 27 | 255 | 0.18 | 0.89 | 0 | 0 | 287.89 | 1 | 0.55 |
| Hex | D1 | 1B | FF | 12 | 59 | 0 | 0 | 120 | 64 | 37 |
| Octal | 321 | 33 | 377 | 22 | 131 | 0 | 0 | 440 | 144 | 67 |
| Binary | 11010001 | 11011 | 11111111 | 10010 | 1011001 | 0 | 0 | 100100000 | 1100100 | 110111 |
Color Harmonies of #D11BFF
Complementary color
Monochromatic Colors of #D11BFF
Black with #D11BFF
Text Example
Text Example
White with #D11BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11BFF; }
p { color: rgb(209,27,255); }
H1.HeaderClassName
{
color: #D11BFF;
}
.AnyTagClassName
{
color: #D11BFF;
}
</style>
background-color css
<style>
a { background-color: #D11BFF; }
a { background-color: rgb(209,27,255); }
div.DivClassName
{
background-color: #D11BFF;
}
.BgClassName
{
background-color: #D11BFF;
}
</style>
border-color css
<style>
span { border-color: #D11BFF; }
span { border-color: rgb(209,27,255); }
td.TdClassName
{
border-color: #D11BFF;
}
.TagClassName
{
border-color: #D11BFF;
}
</style>