Shades of Psychedelic Purple #D52AF5
Tints of Psychedelic Purple #D52AF5
RGB
CMYK
RGB Variations
Color information
#D52AF5 (or 0xD52AF5) is known color: Psychedelic Purple. HEX triplet: D5, 2A and F5. RGB value is (213,42,245). Sum of RGB (Red+Green+Blue) = 213+42+245=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 42 (16.80% from 255 or 8.4% from 500); Blue value is 245 (96.09% from 255 or 49% from 500); Max value from RGB is 245 - color contains mainly: blue. Hex color #D52AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52AF5 is #2AD50A. Grayscale: #737373. Windows color (decimal): -2807051 or 16067285. OLE color: 16067285.
HSL color Cylindrical-coordinate representation of color #D52AF5: hue angle of 290.54º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52AF5 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 42 | 245 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.04 |
| HSL | 290.54º | 0.91% | 0.56% | - |
| HSV(B) | 290.54º | 0.83% | 0.96% | - |
| XYZ | 44.75 | 22.39 | 88.35 | - |
| YUV | 116.27 | 200.65 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 245 | 0.13 | 0.83 | 0 | 0.04 | 290.54 | 0.91 | 0.56 |
| Hex | D5 | 2A | F5 | D | 53 | 0 | 4 | 123 | 5B | 38 |
| Octal | 325 | 52 | 365 | 15 | 123 | 0 | 4 | 443 | 133 | 70 |
| Binary | 11010101 | 101010 | 11110101 | 1101 | 1010011 | 0 | 100 | 100100011 | 1011011 | 111000 |
Color Harmonies of #D52AF5
Complementary color
Monochromatic Colors of #D52AF5
Black with #D52AF5
Text Example
Text Example
White with #D52AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AF5; }
p { color: rgb(213,42,245); }
H1.HeaderClassName
{
color: #D52AF5;
}
.AnyTagClassName
{
color: #D52AF5;
}
</style>
background-color css
<style>
a { background-color: #D52AF5; }
a { background-color: rgb(213,42,245); }
div.DivClassName
{
background-color: #D52AF5;
}
.BgClassName
{
background-color: #D52AF5;
}
</style>
border-color css
<style>
span { border-color: #D52AF5; }
span { border-color: rgb(213,42,245); }
td.TdClassName
{
border-color: #D52AF5;
}
.TagClassName
{
border-color: #D52AF5;
}
</style>