Shades of Psychedelic Purple #D112E9
Tints of Psychedelic Purple #D112E9
RGB
CMYK
RGB Variations
Color information
#D112E9 (or 0xD112E9) is known color: Psychedelic Purple. HEX triplet: D1, 12 and E9. RGB value is (209,18,233). Sum of RGB (Red+Green+Blue) = 209+18+233=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 18 (7.42% from 255 or 3.91% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #D112E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D112E9 is #2EED16. Grayscale: #626262. Windows color (decimal): -3075351 or 15274705. OLE color: 15274705.
HSL color Cylindrical-coordinate representation of color #D112E9: hue angle of 293.3º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D112E9 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 18 | 233 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.09 |
| HSL | 293.3º | 0.86% | 0.49% | - |
| HSV(B) | 293.3º | 0.92% | 0.91% | - |
| XYZ | 41.22 | 19.87 | 78.75 | - |
| YUV | 99.62 | 203.28 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 233 | 0.10 | 0.92 | 0 | 0.09 | 293.3 | 0.86 | 0.49 |
| Hex | D1 | 12 | E9 | A | 5C | 0 | 9 | 125 | 56 | 31 |
| Octal | 321 | 22 | 351 | 12 | 134 | 0 | 11 | 445 | 126 | 61 |
| Binary | 11010001 | 10010 | 11101001 | 1010 | 1011100 | 0 | 1001 | 100100101 | 1010110 | 110001 |
Color Harmonies of #D112E9
Complementary color
Monochromatic Colors of #D112E9
Black with #D112E9
Text Example
Text Example
White with #D112E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112E9; }
p { color: rgb(209,18,233); }
H1.HeaderClassName
{
color: #D112E9;
}
.AnyTagClassName
{
color: #D112E9;
}
</style>
background-color css
<style>
a { background-color: #D112E9; }
a { background-color: rgb(209,18,233); }
div.DivClassName
{
background-color: #D112E9;
}
.BgClassName
{
background-color: #D112E9;
}
</style>
border-color css
<style>
span { border-color: #D112E9; }
span { border-color: rgb(209,18,233); }
td.TdClassName
{
border-color: #D112E9;
}
.TagClassName
{
border-color: #D112E9;
}
</style>