Shades of Psychedelic Purple #D52FEB
Tints of Psychedelic Purple #D52FEB
RGB
CMYK
RGB Variations
Color information
#D52FEB (or 0xD52FEB) is known color: Psychedelic Purple. HEX triplet: D5, 2F and EB. RGB value is (213,47,235). Sum of RGB (Red+Green+Blue) = 213+47+235=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #D52FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52FEB is #2AD014. Grayscale: #757575. Windows color (decimal): -2805781 or 15413205. OLE color: 15413205.
HSL color Cylindrical-coordinate representation of color #D52FEB: hue angle of 292.98º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52FEB is Cyan = 0.09, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 47 | 235 | - |
| CMYK | 0.09 | 0.8 | 0 | 0.08 |
| HSL | 292.98º | 0.82% | 0.55% | - |
| HSV(B) | 292.98º | 0.8% | 0.92% | - |
| XYZ | 43.45 | 22.18 | 80.59 | - |
| YUV | 118.07 | 194 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 235 | 0.09 | 0.8 | 0 | 0.08 | 292.98 | 0.82 | 0.55 |
| Hex | D5 | 2F | EB | 9 | 50 | 0 | 8 | 125 | 52 | 37 |
| Octal | 325 | 57 | 353 | 11 | 120 | 0 | 10 | 445 | 122 | 67 |
| Binary | 11010101 | 101111 | 11101011 | 1001 | 1010000 | 0 | 1000 | 100100101 | 1010010 | 110111 |
Color Harmonies of #D52FEB
Complementary color
Monochromatic Colors of #D52FEB
Black with #D52FEB
Text Example
Text Example
White with #D52FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FEB; }
p { color: rgb(213,47,235); }
H1.HeaderClassName
{
color: #D52FEB;
}
.AnyTagClassName
{
color: #D52FEB;
}
</style>
background-color css
<style>
a { background-color: #D52FEB; }
a { background-color: rgb(213,47,235); }
div.DivClassName
{
background-color: #D52FEB;
}
.BgClassName
{
background-color: #D52FEB;
}
</style>
border-color css
<style>
span { border-color: #D52FEB; }
span { border-color: rgb(213,47,235); }
td.TdClassName
{
border-color: #D52FEB;
}
.TagClassName
{
border-color: #D52FEB;
}
</style>