Shades of Psychedelic Purple #D51FE6
Tints of Psychedelic Purple #D51FE6
RGB
CMYK
RGB Variations
Color information
#D51FE6 (or 0xD51FE6) is known color: Psychedelic Purple. HEX triplet: D5, 1F and E6. RGB value is (213,31,230). Sum of RGB (Red+Green+Blue) = 213+31+230=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 230 (90.23% from 255 or 48.52% from 474); Max value from RGB is 230 - color contains mainly: blue. Hex color #D51FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FE6 is #2AE019. Grayscale: #6B6B6B. Windows color (decimal): -2809882 or 15081429. OLE color: 15081429.
HSL color Cylindrical-coordinate representation of color #D51FE6: hue angle of 294.87º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51FE6 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 31 | 230 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.10 |
| HSL | 294.87º | 0.8% | 0.51% | - |
| HSV(B) | 294.87º | 0.87% | 0.9% | - |
| XYZ | 42.21 | 20.84 | 76.66 | - |
| YUV | 108.1 | 196.8 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 31 | 230 | 0.07 | 0.87 | 0 | 0.10 | 294.87 | 0.8 | 0.51 |
| Hex | D5 | 1F | E6 | 7 | 57 | 0 | A | 127 | 50 | 33 |
| Octal | 325 | 37 | 346 | 7 | 127 | 0 | 12 | 447 | 120 | 63 |
| Binary | 11010101 | 11111 | 11100110 | 111 | 1010111 | 0 | 1010 | 100100111 | 1010000 | 110011 |
Color Harmonies of #D51FE6
Complementary color
Monochromatic Colors of #D51FE6
Black with #D51FE6
Text Example
Text Example
White with #D51FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51FE6; }
p { color: rgb(213,31,230); }
H1.HeaderClassName
{
color: #D51FE6;
}
.AnyTagClassName
{
color: #D51FE6;
}
</style>
background-color css
<style>
a { background-color: #D51FE6; }
a { background-color: rgb(213,31,230); }
div.DivClassName
{
background-color: #D51FE6;
}
.BgClassName
{
background-color: #D51FE6;
}
</style>
border-color css
<style>
span { border-color: #D51FE6; }
span { border-color: rgb(213,31,230); }
td.TdClassName
{
border-color: #D51FE6;
}
.TagClassName
{
border-color: #D51FE6;
}
</style>