Shades of Psychedelic Purple #D319EA
Tints of Psychedelic Purple #D319EA
RGB
CMYK
RGB Variations
Color information
#D319EA (or 0xD319EA) is known color: Psychedelic Purple. HEX triplet: D3, 19 and EA. RGB value is (211,25,234). Sum of RGB (Red+Green+Blue) = 211+25+234=470 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.89% from 470); Green value is 25 (10.16% from 255 or 5.32% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #D319EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319EA is #2CE615. Grayscale: #676767. Windows color (decimal): -2942486 or 15342035. OLE color: 15342035.
HSL color Cylindrical-coordinate representation of color #D319EA: hue angle of 293.4º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D319EA is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 25 | 234 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.08 |
| HSL | 293.4º | 0.83% | 0.51% | - |
| HSV(B) | 293.4º | 0.89% | 0.92% | - |
| XYZ | 42.06 | 20.48 | 79.58 | - |
| YUV | 104.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 234 | 0.10 | 0.89 | 0 | 0.08 | 293.4 | 0.83 | 0.51 |
| Hex | D3 | 19 | EA | A | 59 | 0 | 8 | 125 | 53 | 33 |
| Octal | 323 | 31 | 352 | 12 | 131 | 0 | 10 | 445 | 123 | 63 |
| Binary | 11010011 | 11001 | 11101010 | 1010 | 1011001 | 0 | 1000 | 100100101 | 1010011 | 110011 |
Color Harmonies of #D319EA
Complementary color
Monochromatic Colors of #D319EA
Black with #D319EA
Text Example
Text Example
White with #D319EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319EA; }
p { color: rgb(211,25,234); }
H1.HeaderClassName
{
color: #D319EA;
}
.AnyTagClassName
{
color: #D319EA;
}
</style>
background-color css
<style>
a { background-color: #D319EA; }
a { background-color: rgb(211,25,234); }
div.DivClassName
{
background-color: #D319EA;
}
.BgClassName
{
background-color: #D319EA;
}
</style>
border-color css
<style>
span { border-color: #D319EA; }
span { border-color: rgb(211,25,234); }
td.TdClassName
{
border-color: #D319EA;
}
.TagClassName
{
border-color: #D319EA;
}
</style>