Shades of Psychedelic Purple #D50DF8
Tints of Psychedelic Purple #D50DF8
RGB
CMYK
RGB Variations
Color information
#D50DF8 (or 0xD50DF8) is known color: Psychedelic Purple. HEX triplet: D5, 0D and F8. RGB value is (213,13,248). Sum of RGB (Red+Green+Blue) = 213+13+248=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #D50DF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50DF8 is #2AF207. Grayscale: #626262. Windows color (decimal): -2814472 or 16256469. OLE color: 16256469.
HSL color Cylindrical-coordinate representation of color #D50DF8: hue angle of 291.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D50DF8 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 13 | 248 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.03 |
| HSL | 291.06º | 0.94% | 0.51% | - |
| HSV(B) | 291.06º | 0.95% | 0.97% | - |
| XYZ | 44.53 | 21.21 | 90.55 | - |
| YUV | 99.59 | 211.76 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 13 | 248 | 0.14 | 0.95 | 0 | 0.03 | 291.06 | 0.94 | 0.51 |
| Hex | D5 | D | F8 | E | 5F | 0 | 3 | 123 | 5E | 33 |
| Octal | 325 | 15 | 370 | 16 | 137 | 0 | 3 | 443 | 136 | 63 |
| Binary | 11010101 | 1101 | 11111000 | 1110 | 1011111 | 0 | 11 | 100100011 | 1011110 | 110011 |
Color Harmonies of #D50DF8
Complementary color
Monochromatic Colors of #D50DF8
Black with #D50DF8
Text Example
Text Example
White with #D50DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50DF8; }
p { color: rgb(213,13,248); }
H1.HeaderClassName
{
color: #D50DF8;
}
.AnyTagClassName
{
color: #D50DF8;
}
</style>
background-color css
<style>
a { background-color: #D50DF8; }
a { background-color: rgb(213,13,248); }
div.DivClassName
{
background-color: #D50DF8;
}
.BgClassName
{
background-color: #D50DF8;
}
</style>
border-color css
<style>
span { border-color: #D50DF8; }
span { border-color: rgb(213,13,248); }
td.TdClassName
{
border-color: #D50DF8;
}
.TagClassName
{
border-color: #D50DF8;
}
</style>