Shades of Psychedelic Purple #D319FA
Tints of Psychedelic Purple #D319FA
RGB
CMYK
RGB Variations
Color information
#D319FA (or 0xD319FA) is known color: Psychedelic Purple. HEX triplet: D3, 19 and FA. RGB value is (211,25,250). Sum of RGB (Red+Green+Blue) = 211+25+250=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 25 (10.16% from 255 or 5.14% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #D319FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319FA is #2CE605. Grayscale: #696969. Windows color (decimal): -2942470 or 16390611. OLE color: 16390611.
HSL color Cylindrical-coordinate representation of color #D319FA: hue angle of 289.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D319FA is Cyan = 0.16, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 25 | 250 | - |
| CMYK | 0.16 | 0.9 | 0 | 0.02 |
| HSL | 289.6º | 0.96% | 0.54% | - |
| HSV(B) | 289.6º | 0.9% | 0.98% | - |
| XYZ | 44.47 | 21.45 | 92.24 | - |
| YUV | 106.26 | 209.12 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 250 | 0.16 | 0.9 | 0 | 0.02 | 289.6 | 0.96 | 0.54 |
| Hex | D3 | 19 | FA | 10 | 5A | 0 | 2 | 122 | 60 | 36 |
| Octal | 323 | 31 | 372 | 20 | 132 | 0 | 2 | 442 | 140 | 66 |
| Binary | 11010011 | 11001 | 11111010 | 10000 | 1011010 | 0 | 10 | 100100010 | 1100000 | 110110 |
Color Harmonies of #D319FA
Complementary color
Monochromatic Colors of #D319FA
Black with #D319FA
Text Example
Text Example
White with #D319FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319FA; }
p { color: rgb(211,25,250); }
H1.HeaderClassName
{
color: #D319FA;
}
.AnyTagClassName
{
color: #D319FA;
}
</style>
background-color css
<style>
a { background-color: #D319FA; }
a { background-color: rgb(211,25,250); }
div.DivClassName
{
background-color: #D319FA;
}
.BgClassName
{
background-color: #D319FA;
}
</style>
border-color css
<style>
span { border-color: #D319FA; }
span { border-color: rgb(211,25,250); }
td.TdClassName
{
border-color: #D319FA;
}
.TagClassName
{
border-color: #D319FA;
}
</style>