Shades of Psychedelic Purple #D51EEF
Tints of Psychedelic Purple #D51EEF
RGB
CMYK
RGB Variations
Color information
#D51EEF (or 0xD51EEF) is known color: Psychedelic Purple. HEX triplet: D5, 1E and EF. RGB value is (213,30,239). Sum of RGB (Red+Green+Blue) = 213+30+239=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 30 (12.11% from 255 or 6.22% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #D51EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51EEF is #2AE110. Grayscale: #6B6B6B. Windows color (decimal): -2810129 or 15670997. OLE color: 15670997.
HSL color Cylindrical-coordinate representation of color #D51EEF: hue angle of 292.54º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51EEF is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 30 | 239 | - |
| CMYK | 0.11 | 0.87 | 0 | 0.06 |
| HSL | 292.54º | 0.87% | 0.53% | - |
| HSV(B) | 292.54º | 0.87% | 0.94% | - |
| XYZ | 43.48 | 21.31 | 83.48 | - |
| YUV | 108.54 | 201.63 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 239 | 0.11 | 0.87 | 0 | 0.06 | 292.54 | 0.87 | 0.53 |
| Hex | D5 | 1E | EF | B | 57 | 0 | 6 | 125 | 57 | 35 |
| Octal | 325 | 36 | 357 | 13 | 127 | 0 | 6 | 445 | 127 | 65 |
| Binary | 11010101 | 11110 | 11101111 | 1011 | 1010111 | 0 | 110 | 100100101 | 1010111 | 110101 |
Color Harmonies of #D51EEF
Complementary color
Monochromatic Colors of #D51EEF
Black with #D51EEF
Text Example
Text Example
White with #D51EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51EEF; }
p { color: rgb(213,30,239); }
H1.HeaderClassName
{
color: #D51EEF;
}
.AnyTagClassName
{
color: #D51EEF;
}
</style>
background-color css
<style>
a { background-color: #D51EEF; }
a { background-color: rgb(213,30,239); }
div.DivClassName
{
background-color: #D51EEF;
}
.BgClassName
{
background-color: #D51EEF;
}
</style>
border-color css
<style>
span { border-color: #D51EEF; }
span { border-color: rgb(213,30,239); }
td.TdClassName
{
border-color: #D51EEF;
}
.TagClassName
{
border-color: #D51EEF;
}
</style>