Shades of Psychedelic Purple #D51BF3
Tints of Psychedelic Purple #D51BF3
RGB
CMYK
RGB Variations
Color information
#D51BF3 (or 0xD51BF3) is known color: Psychedelic Purple. HEX triplet: D5, 1B and F3. RGB value is (213,27,243). Sum of RGB (Red+Green+Blue) = 213+27+243=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 27 (10.94% from 255 or 5.59% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #D51BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51BF3 is #2AE40C. Grayscale: #6A6A6A. Windows color (decimal): -2810893 or 15932373. OLE color: 15932373.
HSL color Cylindrical-coordinate representation of color #D51BF3: hue angle of 291.67º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D51BF3 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 27 | 243 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.05 |
| HSL | 291.67º | 0.9% | 0.53% | - |
| HSV(B) | 291.67º | 0.89% | 0.95% | - |
| XYZ | 44.01 | 21.4 | 86.61 | - |
| YUV | 107.24 | 204.62 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 243 | 0.12 | 0.89 | 0 | 0.05 | 291.67 | 0.9 | 0.53 |
| Hex | D5 | 1B | F3 | C | 59 | 0 | 5 | 124 | 5A | 35 |
| Octal | 325 | 33 | 363 | 14 | 131 | 0 | 5 | 444 | 132 | 65 |
| Binary | 11010101 | 11011 | 11110011 | 1100 | 1011001 | 0 | 101 | 100100100 | 1011010 | 110101 |
Color Harmonies of #D51BF3
Complementary color
Monochromatic Colors of #D51BF3
Black with #D51BF3
Text Example
Text Example
White with #D51BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BF3; }
p { color: rgb(213,27,243); }
H1.HeaderClassName
{
color: #D51BF3;
}
.AnyTagClassName
{
color: #D51BF3;
}
</style>
background-color css
<style>
a { background-color: #D51BF3; }
a { background-color: rgb(213,27,243); }
div.DivClassName
{
background-color: #D51BF3;
}
.BgClassName
{
background-color: #D51BF3;
}
</style>
border-color css
<style>
span { border-color: #D51BF3; }
span { border-color: rgb(213,27,243); }
td.TdClassName
{
border-color: #D51BF3;
}
.TagClassName
{
border-color: #D51BF3;
}
</style>