Shades of Psychedelic Purple #D52BF3
Tints of Psychedelic Purple #D52BF3
RGB
CMYK
RGB Variations
Color information
#D52BF3 (or 0xD52BF3) is known color: Psychedelic Purple. HEX triplet: D5, 2B and F3. RGB value is (213,43,243). Sum of RGB (Red+Green+Blue) = 213+43+243=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 43 (17.19% from 255 or 8.62% from 499); Blue value is 243 (95.31% from 255 or 48.70% from 499); Max value from RGB is 243 - color contains mainly: blue. Hex color #D52BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BF3 is #2AD40C. Grayscale: #747474. Windows color (decimal): -2806797 or 15936469. OLE color: 15936469.
HSL color Cylindrical-coordinate representation of color #D52BF3: hue angle of 291º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52BF3 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 43 | 243 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.05 |
| HSL | 291º | 0.89% | 0.56% | - |
| HSV(B) | 291º | 0.82% | 0.95% | - |
| XYZ | 44.48 | 22.34 | 86.76 | - |
| YUV | 116.63 | 199.32 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 243 | 0.12 | 0.82 | 0 | 0.05 | 291 | 0.89 | 0.56 |
| Hex | D5 | 2B | F3 | C | 52 | 0 | 5 | 123 | 59 | 38 |
| Octal | 325 | 53 | 363 | 14 | 122 | 0 | 5 | 443 | 131 | 70 |
| Binary | 11010101 | 101011 | 11110011 | 1100 | 1010010 | 0 | 101 | 100100011 | 1011001 | 111000 |
Color Harmonies of #D52BF3
Complementary color
Monochromatic Colors of #D52BF3
Black with #D52BF3
Text Example
Text Example
White with #D52BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BF3; }
p { color: rgb(213,43,243); }
H1.HeaderClassName
{
color: #D52BF3;
}
.AnyTagClassName
{
color: #D52BF3;
}
</style>
background-color css
<style>
a { background-color: #D52BF3; }
a { background-color: rgb(213,43,243); }
div.DivClassName
{
background-color: #D52BF3;
}
.BgClassName
{
background-color: #D52BF3;
}
</style>
border-color css
<style>
span { border-color: #D52BF3; }
span { border-color: rgb(213,43,243); }
td.TdClassName
{
border-color: #D52BF3;
}
.TagClassName
{
border-color: #D52BF3;
}
</style>