Shades of Psychedelic Purple #D319F2
Tints of Psychedelic Purple #D319F2
RGB
CMYK
RGB Variations
Color information
#D319F2 (or 0xD319F2) is known color: Psychedelic Purple. HEX triplet: D3, 19 and F2. RGB value is (211,25,242). Sum of RGB (Red+Green+Blue) = 211+25+242=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 25 (10.16% from 255 or 5.23% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #D319F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D319F2 is #2CE60D. Grayscale: #686868. Windows color (decimal): -2942478 or 15866323. OLE color: 15866323.
HSL color Cylindrical-coordinate representation of color #D319F2: hue angle of 291.43º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D319F2 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 25 | 242 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.05 |
| HSL | 291.43º | 0.89% | 0.52% | - |
| HSV(B) | 291.43º | 0.9% | 0.95% | - |
| XYZ | 43.24 | 20.95 | 85.77 | - |
| YUV | 105.35 | 205.12 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 25 | 242 | 0.13 | 0.90 | 0 | 0.05 | 291.43 | 0.89 | 0.52 |
| Hex | D3 | 19 | F2 | D | 5A | 0 | 5 | 123 | 59 | 34 |
| Octal | 323 | 31 | 362 | 15 | 132 | 0 | 5 | 443 | 131 | 64 |
| Binary | 11010011 | 11001 | 11110010 | 1101 | 1011010 | 0 | 101 | 100100011 | 1011001 | 110100 |
Color Harmonies of #D319F2
Complementary color
Monochromatic Colors of #D319F2
Black with #D319F2
Text Example
Text Example
White with #D319F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D319F2; }
p { color: rgb(211,25,242); }
H1.HeaderClassName
{
color: #D319F2;
}
.AnyTagClassName
{
color: #D319F2;
}
</style>
background-color css
<style>
a { background-color: #D319F2; }
a { background-color: rgb(211,25,242); }
div.DivClassName
{
background-color: #D319F2;
}
.BgClassName
{
background-color: #D319F2;
}
</style>
border-color css
<style>
span { border-color: #D319F2; }
span { border-color: rgb(211,25,242); }
td.TdClassName
{
border-color: #D319F2;
}
.TagClassName
{
border-color: #D319F2;
}
</style>