Shades of Psychedelic Purple #D500F3
Tints of Psychedelic Purple #D500F3
RGB
CMYK
RGB Variations
Color information
#D500F3 (or 0xD500F3) is known color: Psychedelic Purple. HEX triplet: D5, 00 and F3. RGB value is (213,0,243). Sum of RGB (Red+Green+Blue) = 213+0+243=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #D500F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D500F3 is #2AFF0C. Grayscale: #5A5A5A. Windows color (decimal): -2817805 or 15925461. OLE color: 15925461.
HSL color Cylindrical-coordinate representation of color #D500F3: hue angle of 292.59º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500F3 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 0 | 243 | - |
| CMYK | 0.12 | 1 | 0 | 0.05 |
| HSL | 292.59º | 1% | 0.48% | - |
| HSV(B) | 292.59º | 1% | 0.95% | - |
| XYZ | 43.62 | 20.62 | 86.47 | - |
| YUV | 91.39 | 213.57 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 243 | 0.12 | 1 | 0 | 0.05 | 292.59 | 1 | 0.48 |
| Hex | D5 | 0 | F3 | C | 64 | 0 | 5 | 125 | 64 | 30 |
| Octal | 325 | 0 | 363 | 14 | 144 | 0 | 5 | 445 | 144 | 60 |
| Binary | 11010101 | 0 | 11110011 | 1100 | 1100100 | 0 | 101 | 100100101 | 1100100 | 110000 |
Color Harmonies of #D500F3
Complementary color
Monochromatic Colors of #D500F3
Black with #D500F3
Text Example
Text Example
White with #D500F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500F3; }
p { color: rgb(213,0,243); }
H1.HeaderClassName
{
color: #D500F3;
}
.AnyTagClassName
{
color: #D500F3;
}
</style>
background-color css
<style>
a { background-color: #D500F3; }
a { background-color: rgb(213,0,243); }
div.DivClassName
{
background-color: #D500F3;
}
.BgClassName
{
background-color: #D500F3;
}
</style>
border-color css
<style>
span { border-color: #D500F3; }
span { border-color: rgb(213,0,243); }
td.TdClassName
{
border-color: #D500F3;
}
.TagClassName
{
border-color: #D500F3;
}
</style>