Shades of Psychedelic Purple #D51EE8
Tints of Psychedelic Purple #D51EE8
RGB
CMYK
RGB Variations
Color information
#D51EE8 (or 0xD51EE8) is known color: Psychedelic Purple. HEX triplet: D5, 1E and E8. RGB value is (213,30,232). Sum of RGB (Red+Green+Blue) = 213+30+232=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 30 (12.11% from 255 or 6.32% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #D51EE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51EE8 is #2AE117. Grayscale: #6B6B6B. Windows color (decimal): -2810136 or 15212245. OLE color: 15212245.
HSL color Cylindrical-coordinate representation of color #D51EE8: hue angle of 294.36º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51EE8 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 30 | 232 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.09 |
| HSL | 294.36º | 0.81% | 0.51% | - |
| HSV(B) | 294.36º | 0.87% | 0.91% | - |
| XYZ | 42.47 | 20.9 | 78.14 | - |
| YUV | 107.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 232 | 0.08 | 0.87 | 0 | 0.09 | 294.36 | 0.81 | 0.51 |
| Hex | D5 | 1E | E8 | 8 | 57 | 0 | 9 | 126 | 51 | 33 |
| Octal | 325 | 36 | 350 | 10 | 127 | 0 | 11 | 446 | 121 | 63 |
| Binary | 11010101 | 11110 | 11101000 | 1000 | 1010111 | 0 | 1001 | 100100110 | 1010001 | 110011 |
Color Harmonies of #D51EE8
Complementary color
Monochromatic Colors of #D51EE8
Black with #D51EE8
Text Example
Text Example
White with #D51EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51EE8; }
p { color: rgb(213,30,232); }
H1.HeaderClassName
{
color: #D51EE8;
}
.AnyTagClassName
{
color: #D51EE8;
}
</style>
background-color css
<style>
a { background-color: #D51EE8; }
a { background-color: rgb(213,30,232); }
div.DivClassName
{
background-color: #D51EE8;
}
.BgClassName
{
background-color: #D51EE8;
}
</style>
border-color css
<style>
span { border-color: #D51EE8; }
span { border-color: rgb(213,30,232); }
td.TdClassName
{
border-color: #D51EE8;
}
.TagClassName
{
border-color: #D51EE8;
}
</style>