Shades of Psychedelic Purple #D51BED
Tints of Psychedelic Purple #D51BED
RGB
CMYK
RGB Variations
Color information
#D51BED (or 0xD51BED) is known color: Psychedelic Purple. HEX triplet: D5, 1B and ED. RGB value is (213,27,237). Sum of RGB (Red+Green+Blue) = 213+27+237=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #D51BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51BED is #2AE412. Grayscale: #696969. Windows color (decimal): -2810899 or 15539157. OLE color: 15539157.
HSL color Cylindrical-coordinate representation of color #D51BED: hue angle of 293.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51BED is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 27 | 237 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.07 |
| HSL | 293.14º | 0.85% | 0.52% | - |
| HSV(B) | 293.14º | 0.89% | 0.93% | - |
| XYZ | 43.12 | 21.04 | 81.91 | - |
| YUV | 106.55 | 201.62 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 237 | 0.10 | 0.89 | 0 | 0.07 | 293.14 | 0.85 | 0.52 |
| Hex | D5 | 1B | ED | A | 59 | 0 | 7 | 125 | 55 | 34 |
| Octal | 325 | 33 | 355 | 12 | 131 | 0 | 7 | 445 | 125 | 64 |
| Binary | 11010101 | 11011 | 11101101 | 1010 | 1011001 | 0 | 111 | 100100101 | 1010101 | 110100 |
Color Harmonies of #D51BED
Complementary color
Monochromatic Colors of #D51BED
Black with #D51BED
Text Example
Text Example
White with #D51BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BED; }
p { color: rgb(213,27,237); }
H1.HeaderClassName
{
color: #D51BED;
}
.AnyTagClassName
{
color: #D51BED;
}
</style>
background-color css
<style>
a { background-color: #D51BED; }
a { background-color: rgb(213,27,237); }
div.DivClassName
{
background-color: #D51BED;
}
.BgClassName
{
background-color: #D51BED;
}
</style>
border-color css
<style>
span { border-color: #D51BED; }
span { border-color: rgb(213,27,237); }
td.TdClassName
{
border-color: #D51BED;
}
.TagClassName
{
border-color: #D51BED;
}
</style>