Shades of Psychedelic Purple #D51FE9
Tints of Psychedelic Purple #D51FE9
RGB
CMYK
RGB Variations
Color information
#D51FE9 (or 0xD51FE9) is known color: Psychedelic Purple. HEX triplet: D5, 1F and E9. RGB value is (213,31,233). Sum of RGB (Red+Green+Blue) = 213+31+233=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #D51FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FE9 is #2AE016. Grayscale: #6B6B6B. Windows color (decimal): -2809879 or 15278037. OLE color: 15278037.
HSL color Cylindrical-coordinate representation of color #D51FE9: hue angle of 294.06º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51FE9 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 31 | 233 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.09 |
| HSL | 294.06º | 0.82% | 0.52% | - |
| HSV(B) | 294.06º | 0.87% | 0.91% | - |
| XYZ | 42.64 | 21.01 | 78.9 | - |
| YUV | 108.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 233 | 0.09 | 0.87 | 0 | 0.09 | 294.06 | 0.82 | 0.52 |
| Hex | D5 | 1F | E9 | 9 | 57 | 0 | 9 | 126 | 52 | 34 |
| Octal | 325 | 37 | 351 | 11 | 127 | 0 | 11 | 446 | 122 | 64 |
| Binary | 11010101 | 11111 | 11101001 | 1001 | 1010111 | 0 | 1001 | 100100110 | 1010010 | 110100 |
Color Harmonies of #D51FE9
Complementary color
Monochromatic Colors of #D51FE9
Black with #D51FE9
Text Example
Text Example
White with #D51FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FE9; }
p { color: rgb(213,31,233); }
H1.HeaderClassName
{
color: #D51FE9;
}
.AnyTagClassName
{
color: #D51FE9;
}
</style>
background-color css
<style>
a { background-color: #D51FE9; }
a { background-color: rgb(213,31,233); }
div.DivClassName
{
background-color: #D51FE9;
}
.BgClassName
{
background-color: #D51FE9;
}
</style>
border-color css
<style>
span { border-color: #D51FE9; }
span { border-color: rgb(213,31,233); }
td.TdClassName
{
border-color: #D51FE9;
}
.TagClassName
{
border-color: #D51FE9;
}
</style>