Shades of Psychedelic Purple #D50AFE
Tints of Psychedelic Purple #D50AFE
RGB
CMYK
RGB Variations
Color information
#D50AFE (or 0xD50AFE) is known color: Psychedelic Purple. HEX triplet: D5, 0A and FE. RGB value is (213,10,254). Sum of RGB (Red+Green+Blue) = 213+10+254=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #D50AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AFE is #2AF501. Grayscale: #616161. Windows color (decimal): -2815234 or 16648917. OLE color: 16648917.
HSL color Cylindrical-coordinate representation of color #D50AFE: hue angle of 289.92º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50AFE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 10 | 254 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.00 |
| HSL | 289.92º | 0.99% | 0.52% | - |
| HSV(B) | 289.92º | 0.96% | 1% | - |
| XYZ | 45.44 | 21.52 | 95.52 | - |
| YUV | 98.51 | 215.75 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 10 | 254 | 0.16 | 0.96 | 0 | 0.00 | 289.92 | 0.99 | 0.52 |
| Hex | D5 | A | FE | 10 | 60 | 0 | 0 | 122 | 63 | 34 |
| Octal | 325 | 12 | 376 | 20 | 140 | 0 | 0 | 442 | 143 | 64 |
| Binary | 11010101 | 1010 | 11111110 | 10000 | 1100000 | 0 | 0 | 100100010 | 1100011 | 110100 |
Color Harmonies of #D50AFE
Complementary color
Monochromatic Colors of #D50AFE
Black with #D50AFE
Text Example
Text Example
White with #D50AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50AFE; }
p { color: rgb(213,10,254); }
H1.HeaderClassName
{
color: #D50AFE;
}
.AnyTagClassName
{
color: #D50AFE;
}
</style>
background-color css
<style>
a { background-color: #D50AFE; }
a { background-color: rgb(213,10,254); }
div.DivClassName
{
background-color: #D50AFE;
}
.BgClassName
{
background-color: #D50AFE;
}
</style>
border-color css
<style>
span { border-color: #D50AFE; }
span { border-color: rgb(213,10,254); }
td.TdClassName
{
border-color: #D50AFE;
}
.TagClassName
{
border-color: #D50AFE;
}
</style>