Shades of Psychedelic Purple #D52BEF
Tints of Psychedelic Purple #D52BEF
RGB
CMYK
RGB Variations
Color information
#D52BEF (or 0xD52BEF) is known color: Psychedelic Purple. HEX triplet: D5, 2B and EF. RGB value is (213,43,239). Sum of RGB (Red+Green+Blue) = 213+43+239=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 43 (17.19% from 255 or 8.69% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #D52BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52BEF is #2AD410. Grayscale: #737373. Windows color (decimal): -2806801 or 15674325. OLE color: 15674325.
HSL color Cylindrical-coordinate representation of color #D52BEF: hue angle of 292.04º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52BEF is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 43 | 239 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.06 |
| HSL | 292.04º | 0.86% | 0.55% | - |
| HSV(B) | 292.04º | 0.82% | 0.94% | - |
| XYZ | 43.88 | 22.11 | 83.62 | - |
| YUV | 116.17 | 197.32 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 43 | 239 | 0.11 | 0.82 | 0 | 0.06 | 292.04 | 0.86 | 0.55 |
| Hex | D5 | 2B | EF | B | 52 | 0 | 6 | 124 | 56 | 37 |
| Octal | 325 | 53 | 357 | 13 | 122 | 0 | 6 | 444 | 126 | 67 |
| Binary | 11010101 | 101011 | 11101111 | 1011 | 1010010 | 0 | 110 | 100100100 | 1010110 | 110111 |
Color Harmonies of #D52BEF
Complementary color
Monochromatic Colors of #D52BEF
Black with #D52BEF
Text Example
Text Example
White with #D52BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52BEF; }
p { color: rgb(213,43,239); }
H1.HeaderClassName
{
color: #D52BEF;
}
.AnyTagClassName
{
color: #D52BEF;
}
</style>
background-color css
<style>
a { background-color: #D52BEF; }
a { background-color: rgb(213,43,239); }
div.DivClassName
{
background-color: #D52BEF;
}
.BgClassName
{
background-color: #D52BEF;
}
</style>
border-color css
<style>
span { border-color: #D52BEF; }
span { border-color: rgb(213,43,239); }
td.TdClassName
{
border-color: #D52BEF;
}
.TagClassName
{
border-color: #D52BEF;
}
</style>