Shades of Psychedelic Purple #D113E9
Tints of Psychedelic Purple #D113E9
RGB
CMYK
RGB Variations
Color information
#D113E9 (or 0xD113E9) is known color: Psychedelic Purple. HEX triplet: D1, 13 and E9. RGB value is (209,19,233). Sum of RGB (Red+Green+Blue) = 209+19+233=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 19 (7.81% from 255 or 4.12% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #D113E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D113E9 is #2EEC16. Grayscale: #636363. Windows color (decimal): -3075095 or 15274961. OLE color: 15274961.
HSL color Cylindrical-coordinate representation of color #D113E9: hue angle of 293.27º degrees, saturation: 0.85, 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 #D113E9 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 19 | 233 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.09 |
| HSL | 293.27º | 0.85% | 0.49% | - |
| HSV(B) | 293.27º | 0.92% | 0.91% | - |
| XYZ | 41.24 | 19.9 | 78.76 | - |
| YUV | 100.21 | 202.95 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 233 | 0.10 | 0.92 | 0 | 0.09 | 293.27 | 0.85 | 0.49 |
| Hex | D1 | 13 | E9 | A | 5C | 0 | 9 | 125 | 55 | 31 |
| Octal | 321 | 23 | 351 | 12 | 134 | 0 | 11 | 445 | 125 | 61 |
| Binary | 11010001 | 10011 | 11101001 | 1010 | 1011100 | 0 | 1001 | 100100101 | 1010101 | 110001 |
Color Harmonies of #D113E9
Complementary color
Monochromatic Colors of #D113E9
Black with #D113E9
Text Example
Text Example
White with #D113E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113E9; }
p { color: rgb(209,19,233); }
H1.HeaderClassName
{
color: #D113E9;
}
.AnyTagClassName
{
color: #D113E9;
}
</style>
background-color css
<style>
a { background-color: #D113E9; }
a { background-color: rgb(209,19,233); }
div.DivClassName
{
background-color: #D113E9;
}
.BgClassName
{
background-color: #D113E9;
}
</style>
border-color css
<style>
span { border-color: #D113E9; }
span { border-color: rgb(209,19,233); }
td.TdClassName
{
border-color: #D113E9;
}
.TagClassName
{
border-color: #D113E9;
}
</style>