Shades of Psychedelic Purple #D52BE7
Tints of Psychedelic Purple #D52BE7
RGB
CMYK
RGB Variations
Color information
#D52BE7 (or 0xD52BE7) is known color: Psychedelic Purple. HEX triplet: D5, 2B and E7. RGB value is (213,43,231). Sum of RGB (Red+Green+Blue) = 213+43+231=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #D52BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BE7 is #2AD418. Grayscale: #727272. Windows color (decimal): -2806809 or 15150037. OLE color: 15150037.
HSL color Cylindrical-coordinate representation of color #D52BE7: hue angle of 294.26º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52BE7 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 43 | 231 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.09 |
| HSL | 294.26º | 0.8% | 0.54% | - |
| HSV(B) | 294.26º | 0.81% | 0.91% | - |
| XYZ | 42.73 | 21.64 | 77.53 | - |
| YUV | 115.26 | 193.32 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 231 | 0.08 | 0.81 | 0 | 0.09 | 294.26 | 0.8 | 0.54 |
| Hex | D5 | 2B | E7 | 8 | 51 | 0 | 9 | 126 | 50 | 36 |
| Octal | 325 | 53 | 347 | 10 | 121 | 0 | 11 | 446 | 120 | 66 |
| Binary | 11010101 | 101011 | 11100111 | 1000 | 1010001 | 0 | 1001 | 100100110 | 1010000 | 110110 |
Color Harmonies of #D52BE7
Complementary color
Monochromatic Colors of #D52BE7
Black with #D52BE7
Text Example
Text Example
White with #D52BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BE7; }
p { color: rgb(213,43,231); }
H1.HeaderClassName
{
color: #D52BE7;
}
.AnyTagClassName
{
color: #D52BE7;
}
</style>
background-color css
<style>
a { background-color: #D52BE7; }
a { background-color: rgb(213,43,231); }
div.DivClassName
{
background-color: #D52BE7;
}
.BgClassName
{
background-color: #D52BE7;
}
</style>
border-color css
<style>
span { border-color: #D52BE7; }
span { border-color: rgb(213,43,231); }
td.TdClassName
{
border-color: #D52BE7;
}
.TagClassName
{
border-color: #D52BE7;
}
</style>