Shades of Psychedelic Purple #D50EF8
Tints of Psychedelic Purple #D50EF8
RGB
CMYK
RGB Variations
Color information
#D50EF8 (or 0xD50EF8) is known color: Psychedelic Purple. HEX triplet: D5, 0E and F8. RGB value is (213,14,248). Sum of RGB (Red+Green+Blue) = 213+14+248=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #D50EF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EF8 is #2AF107. Grayscale: #636363. Windows color (decimal): -2814216 or 16256725. OLE color: 16256725.
HSL color Cylindrical-coordinate representation of color #D50EF8: hue angle of 291.03º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EF8 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 14 | 248 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.03 |
| HSL | 291.03º | 0.94% | 0.51% | - |
| HSV(B) | 291.03º | 0.94% | 0.97% | - |
| XYZ | 44.54 | 21.24 | 90.56 | - |
| YUV | 100.18 | 211.43 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 248 | 0.14 | 0.94 | 0 | 0.03 | 291.03 | 0.94 | 0.51 |
| Hex | D5 | E | F8 | E | 5E | 0 | 3 | 123 | 5E | 33 |
| Octal | 325 | 16 | 370 | 16 | 136 | 0 | 3 | 443 | 136 | 63 |
| Binary | 11010101 | 1110 | 11111000 | 1110 | 1011110 | 0 | 11 | 100100011 | 1011110 | 110011 |
Color Harmonies of #D50EF8
Complementary color
Monochromatic Colors of #D50EF8
Black with #D50EF8
Text Example
Text Example
White with #D50EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EF8; }
p { color: rgb(213,14,248); }
H1.HeaderClassName
{
color: #D50EF8;
}
.AnyTagClassName
{
color: #D50EF8;
}
</style>
background-color css
<style>
a { background-color: #D50EF8; }
a { background-color: rgb(213,14,248); }
div.DivClassName
{
background-color: #D50EF8;
}
.BgClassName
{
background-color: #D50EF8;
}
</style>
border-color css
<style>
span { border-color: #D50EF8; }
span { border-color: rgb(213,14,248); }
td.TdClassName
{
border-color: #D50EF8;
}
.TagClassName
{
border-color: #D50EF8;
}
</style>