Shades of Psychedelic Purple #D50CFE
Tints of Psychedelic Purple #D50CFE
RGB
CMYK
RGB Variations
Color information
#D50CFE (or 0xD50CFE) is known color: Psychedelic Purple. HEX triplet: D5, 0C and FE. RGB value is (213,12,254). Sum of RGB (Red+Green+Blue) = 213+12+254=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 12 (5.08% from 255 or 2.51% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #D50CFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50CFE is #2AF301. Grayscale: #626262. Windows color (decimal): -2814722 or 16649429. OLE color: 16649429.
HSL color Cylindrical-coordinate representation of color #D50CFE: hue angle of 289.83º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50CFE is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 12 | 254 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.00 |
| HSL | 289.83º | 0.99% | 0.52% | - |
| HSV(B) | 289.83º | 0.95% | 1% | - |
| XYZ | 45.46 | 21.56 | 95.53 | - |
| YUV | 99.69 | 215.09 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 254 | 0.16 | 0.95 | 0 | 0.00 | 289.83 | 0.99 | 0.52 |
| Hex | D5 | C | FE | 10 | 5F | 0 | 0 | 122 | 63 | 34 |
| Octal | 325 | 14 | 376 | 20 | 137 | 0 | 0 | 442 | 143 | 64 |
| Binary | 11010101 | 1100 | 11111110 | 10000 | 1011111 | 0 | 0 | 100100010 | 1100011 | 110100 |
Color Harmonies of #D50CFE
Complementary color
Monochromatic Colors of #D50CFE
Black with #D50CFE
Text Example
Text Example
White with #D50CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CFE; }
p { color: rgb(213,12,254); }
H1.HeaderClassName
{
color: #D50CFE;
}
.AnyTagClassName
{
color: #D50CFE;
}
</style>
background-color css
<style>
a { background-color: #D50CFE; }
a { background-color: rgb(213,12,254); }
div.DivClassName
{
background-color: #D50CFE;
}
.BgClassName
{
background-color: #D50CFE;
}
</style>
border-color css
<style>
span { border-color: #D50CFE; }
span { border-color: rgb(213,12,254); }
td.TdClassName
{
border-color: #D50CFE;
}
.TagClassName
{
border-color: #D50CFE;
}
</style>