Shades of Psychedelic Purple #D11AFF
Tints of Psychedelic Purple #D11AFF
RGB
CMYK
RGB Variations
Color information
#D11AFF (or 0xD11AFF) is known color: Psychedelic Purple. HEX triplet: D1, 1A and FF. RGB value is (209,26,255). Sum of RGB (Red+Green+Blue) = 209+26+255=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 26 (10.55% from 255 or 5.31% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #D11AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11AFF is #2EE500. Grayscale: #6A6A6A. Windows color (decimal): -3073281 or 16718545. OLE color: 16718545.
HSL color Cylindrical-coordinate representation of color #D11AFF: hue angle of 287.95º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11AFF is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 26 | 255 | - |
| CMYK | 0.18 | 0.90 | 0 | 0 |
| HSL | 287.95º | 1% | 0.55% | - |
| HSV(B) | 287.95º | 0.9% | 1% | - |
| XYZ | 44.71 | 21.51 | 96.4 | - |
| YUV | 106.82 | 211.63 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 255 | 0.18 | 0.90 | 0 | 0 | 287.95 | 1 | 0.55 |
| Hex | D1 | 1A | FF | 12 | 5A | 0 | 0 | 120 | 64 | 37 |
| Octal | 321 | 32 | 377 | 22 | 132 | 0 | 0 | 440 | 144 | 67 |
| Binary | 11010001 | 11010 | 11111111 | 10010 | 1011010 | 0 | 0 | 100100000 | 1100100 | 110111 |
Color Harmonies of #D11AFF
Complementary color
Monochromatic Colors of #D11AFF
Black with #D11AFF
Text Example
Text Example
White with #D11AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AFF; }
p { color: rgb(209,26,255); }
H1.HeaderClassName
{
color: #D11AFF;
}
.AnyTagClassName
{
color: #D11AFF;
}
</style>
background-color css
<style>
a { background-color: #D11AFF; }
a { background-color: rgb(209,26,255); }
div.DivClassName
{
background-color: #D11AFF;
}
.BgClassName
{
background-color: #D11AFF;
}
</style>
border-color css
<style>
span { border-color: #D11AFF; }
span { border-color: rgb(209,26,255); }
td.TdClassName
{
border-color: #D11AFF;
}
.TagClassName
{
border-color: #D11AFF;
}
</style>