Shades of Psychedelic Purple #D51EF8
Tints of Psychedelic Purple #D51EF8
RGB
CMYK
RGB Variations
Color information
#D51EF8 (or 0xD51EF8) is known color: Psychedelic Purple. HEX triplet: D5, 1E and F8. RGB value is (213,30,248). Sum of RGB (Red+Green+Blue) = 213+30+248=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 30 (12.11% from 255 or 6.11% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #D51EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51EF8 is #2AE107. Grayscale: #6C6C6C. Windows color (decimal): -2810120 or 16260821. OLE color: 16260821.
HSL color Cylindrical-coordinate representation of color #D51EF8: hue angle of 290.37º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51EF8 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 30 | 248 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.03 |
| HSL | 290.37º | 0.94% | 0.55% | - |
| HSV(B) | 290.37º | 0.88% | 0.97% | - |
| XYZ | 44.85 | 21.85 | 90.66 | - |
| YUV | 109.57 | 206.13 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 248 | 0.14 | 0.88 | 0 | 0.03 | 290.37 | 0.94 | 0.55 |
| Hex | D5 | 1E | F8 | E | 58 | 0 | 3 | 122 | 5E | 37 |
| Octal | 325 | 36 | 370 | 16 | 130 | 0 | 3 | 442 | 136 | 67 |
| Binary | 11010101 | 11110 | 11111000 | 1110 | 1011000 | 0 | 11 | 100100010 | 1011110 | 110111 |
Color Harmonies of #D51EF8
Complementary color
Monochromatic Colors of #D51EF8
Black with #D51EF8
Text Example
Text Example
White with #D51EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51EF8; }
p { color: rgb(213,30,248); }
H1.HeaderClassName
{
color: #D51EF8;
}
.AnyTagClassName
{
color: #D51EF8;
}
</style>
background-color css
<style>
a { background-color: #D51EF8; }
a { background-color: rgb(213,30,248); }
div.DivClassName
{
background-color: #D51EF8;
}
.BgClassName
{
background-color: #D51EF8;
}
</style>
border-color css
<style>
span { border-color: #D51EF8; }
span { border-color: rgb(213,30,248); }
td.TdClassName
{
border-color: #D51EF8;
}
.TagClassName
{
border-color: #D51EF8;
}
</style>