Shades of Psychedelic Purple #D52BF9
Tints of Psychedelic Purple #D52BF9
RGB
CMYK
RGB Variations
Color information
#D52BF9 (or 0xD52BF9) is known color: Psychedelic Purple. HEX triplet: D5, 2B and F9. RGB value is (213,43,249). Sum of RGB (Red+Green+Blue) = 213+43+249=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #D52BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BF9 is #2AD406. Grayscale: #747474. Windows color (decimal): -2806791 or 16329685. OLE color: 16329685.
HSL color Cylindrical-coordinate representation of color #D52BF9: hue angle of 289.51º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52BF9 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 43 | 249 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.02 |
| HSL | 289.51º | 0.94% | 0.57% | - |
| HSV(B) | 289.51º | 0.83% | 0.98% | - |
| XYZ | 45.4 | 22.71 | 91.61 | - |
| YUV | 117.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 249 | 0.14 | 0.83 | 0 | 0.02 | 289.51 | 0.94 | 0.57 |
| Hex | D5 | 2B | F9 | E | 53 | 0 | 2 | 122 | 5E | 39 |
| Octal | 325 | 53 | 371 | 16 | 123 | 0 | 2 | 442 | 136 | 71 |
| Binary | 11010101 | 101011 | 11111001 | 1110 | 1010011 | 0 | 10 | 100100010 | 1011110 | 111001 |
Color Harmonies of #D52BF9
Complementary color
Monochromatic Colors of #D52BF9
Black with #D52BF9
Text Example
Text Example
White with #D52BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BF9; }
p { color: rgb(213,43,249); }
H1.HeaderClassName
{
color: #D52BF9;
}
.AnyTagClassName
{
color: #D52BF9;
}
</style>
background-color css
<style>
a { background-color: #D52BF9; }
a { background-color: rgb(213,43,249); }
div.DivClassName
{
background-color: #D52BF9;
}
.BgClassName
{
background-color: #D52BF9;
}
</style>
border-color css
<style>
span { border-color: #D52BF9; }
span { border-color: rgb(213,43,249); }
td.TdClassName
{
border-color: #D52BF9;
}
.TagClassName
{
border-color: #D52BF9;
}
</style>