Shades of Psychedelic Purple #D509F3
Tints of Psychedelic Purple #D509F3
RGB
CMYK
RGB Variations
Color information
#D509F3 (or 0xD509F3) is known color: Psychedelic Purple. HEX triplet: D5, 09 and F3. RGB value is (213,9,243). Sum of RGB (Red+Green+Blue) = 213+9+243=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 243 (95.31% from 255 or 52.26% from 465); Max value from RGB is 243 - color contains mainly: blue. Hex color #D509F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D509F3 is #2AF60C. Grayscale: #5F5F5F. Windows color (decimal): -2815501 or 15927765. OLE color: 15927765.
HSL color Cylindrical-coordinate representation of color #D509F3: hue angle of 292.31º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D509F3 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 9 | 243 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.05 |
| HSL | 292.31º | 0.93% | 0.49% | - |
| HSV(B) | 292.31º | 0.96% | 0.95% | - |
| XYZ | 43.72 | 20.81 | 86.51 | - |
| YUV | 96.67 | 210.59 | 210.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 243 | 0.12 | 0.96 | 0 | 0.05 | 292.31 | 0.93 | 0.49 |
| Hex | D5 | 9 | F3 | C | 60 | 0 | 5 | 124 | 5D | 31 |
| Octal | 325 | 11 | 363 | 14 | 140 | 0 | 5 | 444 | 135 | 61 |
| Binary | 11010101 | 1001 | 11110011 | 1100 | 1100000 | 0 | 101 | 100100100 | 1011101 | 110001 |
Color Harmonies of #D509F3
Complementary color
Monochromatic Colors of #D509F3
Black with #D509F3
Text Example
Text Example
White with #D509F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D509F3; }
p { color: rgb(213,9,243); }
H1.HeaderClassName
{
color: #D509F3;
}
.AnyTagClassName
{
color: #D509F3;
}
</style>
background-color css
<style>
a { background-color: #D509F3; }
a { background-color: rgb(213,9,243); }
div.DivClassName
{
background-color: #D509F3;
}
.BgClassName
{
background-color: #D509F3;
}
</style>
border-color css
<style>
span { border-color: #D509F3; }
span { border-color: rgb(213,9,243); }
td.TdClassName
{
border-color: #D509F3;
}
.TagClassName
{
border-color: #D509F3;
}
</style>