Shades of Psychedelic Purple #D11AF4
Tints of Psychedelic Purple #D11AF4
RGB
CMYK
RGB Variations
Color information
#D11AF4 (or 0xD11AF4) is known color: Psychedelic Purple. HEX triplet: D1, 1A and F4. RGB value is (209,26,244). Sum of RGB (Red+Green+Blue) = 209+26+244=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 26 (10.55% from 255 or 5.43% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #D11AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11AF4 is #2EE50B. Grayscale: #686868. Windows color (decimal): -3073292 or 15997649. OLE color: 15997649.
HSL color Cylindrical-coordinate representation of color #D11AF4: hue angle of 290.37º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D11AF4 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 26 | 244 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.04 |
| HSL | 290.37º | 0.91% | 0.53% | - |
| HSV(B) | 290.37º | 0.89% | 0.96% | - |
| XYZ | 42.99 | 20.83 | 87.34 | - |
| YUV | 105.57 | 206.13 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 244 | 0.14 | 0.89 | 0 | 0.04 | 290.37 | 0.91 | 0.53 |
| Hex | D1 | 1A | F4 | E | 59 | 0 | 4 | 122 | 5B | 35 |
| Octal | 321 | 32 | 364 | 16 | 131 | 0 | 4 | 442 | 133 | 65 |
| Binary | 11010001 | 11010 | 11110100 | 1110 | 1011001 | 0 | 100 | 100100010 | 1011011 | 110101 |
Color Harmonies of #D11AF4
Complementary color
Monochromatic Colors of #D11AF4
Black with #D11AF4
Text Example
Text Example
White with #D11AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AF4; }
p { color: rgb(209,26,244); }
H1.HeaderClassName
{
color: #D11AF4;
}
.AnyTagClassName
{
color: #D11AF4;
}
</style>
background-color css
<style>
a { background-color: #D11AF4; }
a { background-color: rgb(209,26,244); }
div.DivClassName
{
background-color: #D11AF4;
}
.BgClassName
{
background-color: #D11AF4;
}
</style>
border-color css
<style>
span { border-color: #D11AF4; }
span { border-color: rgb(209,26,244); }
td.TdClassName
{
border-color: #D11AF4;
}
.TagClassName
{
border-color: #D11AF4;
}
</style>