Shades of Psychedelic Purple #D50FFF
Tints of Psychedelic Purple #D50FFF
RGB
CMYK
RGB Variations
Color information
#D50FFF (or 0xD50FFF) is known color: Psychedelic Purple. HEX triplet: D5, 0F and FF. RGB value is (213,15,255). Sum of RGB (Red+Green+Blue) = 213+15+255=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 15 (6.25% from 255 or 3.11% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #D50FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50FFF is #2AF000. Grayscale: #646464. Windows color (decimal): -2813953 or 16715733. OLE color: 16715733.
HSL color Cylindrical-coordinate representation of color #D50FFF: hue angle of 289.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50FFF is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 15 | 255 | - |
| CMYK | 0.16 | 0.94 | 0 | 0 |
| HSL | 289.5º | 1% | 0.53% | - |
| HSV(B) | 289.5º | 0.94% | 1% | - |
| XYZ | 45.66 | 21.71 | 96.39 | - |
| YUV | 101.56 | 214.6 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 15 | 255 | 0.16 | 0.94 | 0 | 0 | 289.5 | 1 | 0.53 |
| Hex | D5 | F | FF | 10 | 5E | 0 | 0 | 122 | 64 | 35 |
| Octal | 325 | 17 | 377 | 20 | 136 | 0 | 0 | 442 | 144 | 65 |
| Binary | 11010101 | 1111 | 11111111 | 10000 | 1011110 | 0 | 0 | 100100010 | 1100100 | 110101 |
Color Harmonies of #D50FFF
Complementary color
Monochromatic Colors of #D50FFF
Black with #D50FFF
Text Example
Text Example
White with #D50FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50FFF; }
p { color: rgb(213,15,255); }
H1.HeaderClassName
{
color: #D50FFF;
}
.AnyTagClassName
{
color: #D50FFF;
}
</style>
background-color css
<style>
a { background-color: #D50FFF; }
a { background-color: rgb(213,15,255); }
div.DivClassName
{
background-color: #D50FFF;
}
.BgClassName
{
background-color: #D50FFF;
}
</style>
border-color css
<style>
span { border-color: #D50FFF; }
span { border-color: rgb(213,15,255); }
td.TdClassName
{
border-color: #D50FFF;
}
.TagClassName
{
border-color: #D50FFF;
}
</style>