Shades of Psychedelic Purple #D51BEA
Tints of Psychedelic Purple #D51BEA
RGB
CMYK
RGB Variations
Color information
#D51BEA (or 0xD51BEA) is known color: Psychedelic Purple. HEX triplet: D5, 1B and EA. RGB value is (213,27,234). Sum of RGB (Red+Green+Blue) = 213+27+234=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #D51BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51BEA is #2AE415. Grayscale: #696969. Windows color (decimal): -2810902 or 15342549. OLE color: 15342549.
HSL color Cylindrical-coordinate representation of color #D51BEA: hue angle of 293.91º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51BEA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 27 | 234 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.08 |
| HSL | 293.91º | 0.83% | 0.51% | - |
| HSV(B) | 293.91º | 0.88% | 0.92% | - |
| XYZ | 42.68 | 20.87 | 79.62 | - |
| YUV | 106.21 | 200.12 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 234 | 0.09 | 0.88 | 0 | 0.08 | 293.91 | 0.83 | 0.51 |
| Hex | D5 | 1B | EA | 9 | 58 | 0 | 8 | 126 | 53 | 33 |
| Octal | 325 | 33 | 352 | 11 | 130 | 0 | 10 | 446 | 123 | 63 |
| Binary | 11010101 | 11011 | 11101010 | 1001 | 1011000 | 0 | 1000 | 100100110 | 1010011 | 110011 |
Color Harmonies of #D51BEA
Complementary color
Monochromatic Colors of #D51BEA
Black with #D51BEA
Text Example
Text Example
White with #D51BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BEA; }
p { color: rgb(213,27,234); }
H1.HeaderClassName
{
color: #D51BEA;
}
.AnyTagClassName
{
color: #D51BEA;
}
</style>
background-color css
<style>
a { background-color: #D51BEA; }
a { background-color: rgb(213,27,234); }
div.DivClassName
{
background-color: #D51BEA;
}
.BgClassName
{
background-color: #D51BEA;
}
</style>
border-color css
<style>
span { border-color: #D51BEA; }
span { border-color: rgb(213,27,234); }
td.TdClassName
{
border-color: #D51BEA;
}
.TagClassName
{
border-color: #D51BEA;
}
</style>