Shades of Psychedelic Purple #D11AF2
Tints of Psychedelic Purple #D11AF2
RGB
CMYK
RGB Variations
Color information
#D11AF2 (or 0xD11AF2) is known color: Psychedelic Purple. HEX triplet: D1, 1A and F2. RGB value is (209,26,242). Sum of RGB (Red+Green+Blue) = 209+26+242=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 26 (10.55% from 255 or 5.45% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #D11AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11AF2 is #2EE50D. Grayscale: #686868. Windows color (decimal): -3073294 or 15866577. OLE color: 15866577.
HSL color Cylindrical-coordinate representation of color #D11AF2: hue angle of 290.83º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11AF2 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 26 | 242 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.05 |
| HSL | 290.83º | 0.89% | 0.53% | - |
| HSV(B) | 290.83º | 0.89% | 0.95% | - |
| XYZ | 42.69 | 20.7 | 85.75 | - |
| YUV | 105.34 | 205.13 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 242 | 0.14 | 0.89 | 0 | 0.05 | 290.83 | 0.89 | 0.53 |
| Hex | D1 | 1A | F2 | E | 59 | 0 | 5 | 123 | 59 | 35 |
| Octal | 321 | 32 | 362 | 16 | 131 | 0 | 5 | 443 | 131 | 65 |
| Binary | 11010001 | 11010 | 11110010 | 1110 | 1011001 | 0 | 101 | 100100011 | 1011001 | 110101 |
Color Harmonies of #D11AF2
Complementary color
Monochromatic Colors of #D11AF2
Black with #D11AF2
Text Example
Text Example
White with #D11AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AF2; }
p { color: rgb(209,26,242); }
H1.HeaderClassName
{
color: #D11AF2;
}
.AnyTagClassName
{
color: #D11AF2;
}
</style>
background-color css
<style>
a { background-color: #D11AF2; }
a { background-color: rgb(209,26,242); }
div.DivClassName
{
background-color: #D11AF2;
}
.BgClassName
{
background-color: #D11AF2;
}
</style>
border-color css
<style>
span { border-color: #D11AF2; }
span { border-color: rgb(209,26,242); }
td.TdClassName
{
border-color: #D11AF2;
}
.TagClassName
{
border-color: #D11AF2;
}
</style>