Shades of Psychedelic Purple #D50EFD
Tints of Psychedelic Purple #D50EFD
RGB
CMYK
RGB Variations
Color information
#D50EFD (or 0xD50EFD) is known color: Psychedelic Purple. HEX triplet: D5, 0E and FD. RGB value is (213,14,253). Sum of RGB (Red+Green+Blue) = 213+14+253=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #D50EFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EFD is #2AF102. Grayscale: #636363. Windows color (decimal): -2814211 or 16584405. OLE color: 16584405.
HSL color Cylindrical-coordinate representation of color #D50EFD: hue angle of 289.96º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EFD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 14 | 253 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.01 |
| HSL | 289.96º | 0.98% | 0.52% | - |
| HSV(B) | 289.96º | 0.94% | 0.99% | - |
| XYZ | 45.33 | 21.55 | 94.7 | - |
| YUV | 100.75 | 213.93 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 253 | 0.16 | 0.94 | 0 | 0.01 | 289.96 | 0.98 | 0.52 |
| Hex | D5 | E | FD | 10 | 5E | 0 | 1 | 122 | 62 | 34 |
| Octal | 325 | 16 | 375 | 20 | 136 | 0 | 1 | 442 | 142 | 64 |
| Binary | 11010101 | 1110 | 11111101 | 10000 | 1011110 | 0 | 1 | 100100010 | 1100010 | 110100 |
Color Harmonies of #D50EFD
Complementary color
Monochromatic Colors of #D50EFD
Black with #D50EFD
Text Example
Text Example
White with #D50EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EFD; }
p { color: rgb(213,14,253); }
H1.HeaderClassName
{
color: #D50EFD;
}
.AnyTagClassName
{
color: #D50EFD;
}
</style>
background-color css
<style>
a { background-color: #D50EFD; }
a { background-color: rgb(213,14,253); }
div.DivClassName
{
background-color: #D50EFD;
}
.BgClassName
{
background-color: #D50EFD;
}
</style>
border-color css
<style>
span { border-color: #D50EFD; }
span { border-color: rgb(213,14,253); }
td.TdClassName
{
border-color: #D50EFD;
}
.TagClassName
{
border-color: #D50EFD;
}
</style>