Shades of Psychedelic Purple #D103E9
Tints of Psychedelic Purple #D103E9
RGB
CMYK
RGB Variations
Color information
#D103E9 (or 0xD103E9) is known color: Psychedelic Purple. HEX triplet: D1, 03 and E9. RGB value is (209,3,233). Sum of RGB (Red+Green+Blue) = 209+3+233=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #D103E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D103E9 is #2EFC16. Grayscale: #5A5A5A. Windows color (decimal): -3079191 or 15270865. OLE color: 15270865.
HSL color Cylindrical-coordinate representation of color #D103E9: hue angle of 293.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103E9 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 3 | 233 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.09 |
| HSL | 293.74º | 0.97% | 0.46% | - |
| HSV(B) | 293.74º | 0.99% | 0.91% | - |
| XYZ | 41.04 | 19.5 | 78.69 | - |
| YUV | 90.81 | 208.25 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 233 | 0.10 | 0.99 | 0 | 0.09 | 293.74 | 0.97 | 0.46 |
| Hex | D1 | 3 | E9 | A | 63 | 0 | 9 | 126 | 61 | 2E |
| Octal | 321 | 3 | 351 | 12 | 143 | 0 | 11 | 446 | 141 | 56 |
| Binary | 11010001 | 11 | 11101001 | 1010 | 1100011 | 0 | 1001 | 100100110 | 1100001 | 101110 |
Color Harmonies of #D103E9
Complementary color
Monochromatic Colors of #D103E9
Black with #D103E9
Text Example
Text Example
White with #D103E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103E9; }
p { color: rgb(209,3,233); }
H1.HeaderClassName
{
color: #D103E9;
}
.AnyTagClassName
{
color: #D103E9;
}
</style>
background-color css
<style>
a { background-color: #D103E9; }
a { background-color: rgb(209,3,233); }
div.DivClassName
{
background-color: #D103E9;
}
.BgClassName
{
background-color: #D103E9;
}
</style>
border-color css
<style>
span { border-color: #D103E9; }
span { border-color: rgb(209,3,233); }
td.TdClassName
{
border-color: #D103E9;
}
.TagClassName
{
border-color: #D103E9;
}
</style>