Shades of Psychedelic Purple #D52DFE
Tints of Psychedelic Purple #D52DFE
RGB
CMYK
RGB Variations
Color information
#D52DFE (or 0xD52DFE) is known color: Psychedelic Purple. HEX triplet: D5, 2D and FE. RGB value is (213,45,254). Sum of RGB (Red+Green+Blue) = 213+45+254=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 45 (17.97% from 255 or 8.79% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #D52DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52DFE is #2AD201. Grayscale: #767676. Windows color (decimal): -2806274 or 16657877. OLE color: 16657877.
HSL color Cylindrical-coordinate representation of color #D52DFE: hue angle of 288.23º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52DFE is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 45 | 254 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.00 |
| HSL | 288.23º | 0.99% | 0.59% | - |
| HSV(B) | 288.23º | 0.82% | 1% | - |
| XYZ | 46.27 | 23.18 | 95.8 | - |
| YUV | 119.06 | 204.16 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 254 | 0.16 | 0.82 | 0 | 0.00 | 288.23 | 0.99 | 0.59 |
| Hex | D5 | 2D | FE | 10 | 52 | 0 | 0 | 120 | 63 | 3B |
| Octal | 325 | 55 | 376 | 20 | 122 | 0 | 0 | 440 | 143 | 73 |
| Binary | 11010101 | 101101 | 11111110 | 10000 | 1010010 | 0 | 0 | 100100000 | 1100011 | 111011 |
Color Harmonies of #D52DFE
Complementary color
Monochromatic Colors of #D52DFE
Black with #D52DFE
Text Example
Text Example
White with #D52DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DFE; }
p { color: rgb(213,45,254); }
H1.HeaderClassName
{
color: #D52DFE;
}
.AnyTagClassName
{
color: #D52DFE;
}
</style>
background-color css
<style>
a { background-color: #D52DFE; }
a { background-color: rgb(213,45,254); }
div.DivClassName
{
background-color: #D52DFE;
}
.BgClassName
{
background-color: #D52DFE;
}
</style>
border-color css
<style>
span { border-color: #D52DFE; }
span { border-color: rgb(213,45,254); }
td.TdClassName
{
border-color: #D52DFE;
}
.TagClassName
{
border-color: #D52DFE;
}
</style>