Shades of Psychedelic Purple #D51DEC
Tints of Psychedelic Purple #D51DEC
RGB
CMYK
RGB Variations
Color information
#D51DEC (or 0xD51DEC) is known color: Psychedelic Purple. HEX triplet: D5, 1D and EC. RGB value is (213,29,236). Sum of RGB (Red+Green+Blue) = 213+29+236=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 29 (11.72% from 255 or 6.07% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #D51DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51DEC is #2AE213. Grayscale: #6A6A6A. Windows color (decimal): -2810388 or 15474133. OLE color: 15474133.
HSL color Cylindrical-coordinate representation of color #D51DEC: hue angle of 293.33º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51DEC is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 29 | 236 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.07 |
| HSL | 293.33º | 0.84% | 0.52% | - |
| HSV(B) | 293.33º | 0.88% | 0.93% | - |
| XYZ | 43.02 | 21.08 | 81.16 | - |
| YUV | 107.61 | 200.46 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 236 | 0.10 | 0.88 | 0 | 0.07 | 293.33 | 0.84 | 0.52 |
| Hex | D5 | 1D | EC | A | 58 | 0 | 7 | 125 | 54 | 34 |
| Octal | 325 | 35 | 354 | 12 | 130 | 0 | 7 | 445 | 124 | 64 |
| Binary | 11010101 | 11101 | 11101100 | 1010 | 1011000 | 0 | 111 | 100100101 | 1010100 | 110100 |
Color Harmonies of #D51DEC
Complementary color
Monochromatic Colors of #D51DEC
Black with #D51DEC
Text Example
Text Example
White with #D51DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DEC; }
p { color: rgb(213,29,236); }
H1.HeaderClassName
{
color: #D51DEC;
}
.AnyTagClassName
{
color: #D51DEC;
}
</style>
background-color css
<style>
a { background-color: #D51DEC; }
a { background-color: rgb(213,29,236); }
div.DivClassName
{
background-color: #D51DEC;
}
.BgClassName
{
background-color: #D51DEC;
}
</style>
border-color css
<style>
span { border-color: #D51DEC; }
span { border-color: rgb(213,29,236); }
td.TdClassName
{
border-color: #D51DEC;
}
.TagClassName
{
border-color: #D51DEC;
}
</style>