Shades of Psychedelic Purple #D52AFE
Tints of Psychedelic Purple #D52AFE
RGB
CMYK
RGB Variations
Color information
#D52AFE (or 0xD52AFE) is known color: Psychedelic Purple. HEX triplet: D5, 2A and FE. RGB value is (213,42,254). Sum of RGB (Red+Green+Blue) = 213+42+254=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #D52AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52AFE is #2AD501. Grayscale: #747474. Windows color (decimal): -2807042 or 16657109. OLE color: 16657109.
HSL color Cylindrical-coordinate representation of color #D52AFE: hue angle of 288.4º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52AFE is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 42 | 254 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.00 |
| HSL | 288.4º | 0.99% | 0.58% | - |
| HSV(B) | 288.4º | 0.83% | 1% | - |
| XYZ | 46.16 | 22.96 | 95.76 | - |
| YUV | 117.3 | 205.15 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 254 | 0.16 | 0.83 | 0 | 0.00 | 288.4 | 0.99 | 0.58 |
| Hex | D5 | 2A | FE | 10 | 53 | 0 | 0 | 120 | 63 | 3A |
| Octal | 325 | 52 | 376 | 20 | 123 | 0 | 0 | 440 | 143 | 72 |
| Binary | 11010101 | 101010 | 11111110 | 10000 | 1010011 | 0 | 0 | 100100000 | 1100011 | 111010 |
Color Harmonies of #D52AFE
Complementary color
Monochromatic Colors of #D52AFE
Black with #D52AFE
Text Example
Text Example
White with #D52AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AFE; }
p { color: rgb(213,42,254); }
H1.HeaderClassName
{
color: #D52AFE;
}
.AnyTagClassName
{
color: #D52AFE;
}
</style>
background-color css
<style>
a { background-color: #D52AFE; }
a { background-color: rgb(213,42,254); }
div.DivClassName
{
background-color: #D52AFE;
}
.BgClassName
{
background-color: #D52AFE;
}
</style>
border-color css
<style>
span { border-color: #D52AFE; }
span { border-color: rgb(213,42,254); }
td.TdClassName
{
border-color: #D52AFE;
}
.TagClassName
{
border-color: #D52AFE;
}
</style>