Shades of Psychedelic Purple #D52AFC
Tints of Psychedelic Purple #D52AFC
RGB
CMYK
RGB Variations
Color information
#D52AFC (or 0xD52AFC) is known color: Psychedelic Purple. HEX triplet: D5, 2A and FC. RGB value is (213,42,252). Sum of RGB (Red+Green+Blue) = 213+42+252=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 42 (16.80% from 255 or 8.28% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #D52AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52AFC is #2AD503. Grayscale: #747474. Windows color (decimal): -2807044 or 16526037. OLE color: 16526037.
HSL color Cylindrical-coordinate representation of color #D52AFC: hue angle of 288.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52AFC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 42 | 252 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.01 |
| HSL | 288.86º | 0.97% | 0.58% | - |
| HSV(B) | 288.86º | 0.83% | 0.99% | - |
| XYZ | 45.84 | 22.83 | 94.09 | - |
| YUV | 117.07 | 204.15 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 252 | 0.15 | 0.83 | 0 | 0.01 | 288.86 | 0.97 | 0.58 |
| Hex | D5 | 2A | FC | F | 53 | 0 | 1 | 121 | 61 | 3A |
| Octal | 325 | 52 | 374 | 17 | 123 | 0 | 1 | 441 | 141 | 72 |
| Binary | 11010101 | 101010 | 11111100 | 1111 | 1010011 | 0 | 1 | 100100001 | 1100001 | 111010 |
Color Harmonies of #D52AFC
Complementary color
Monochromatic Colors of #D52AFC
Black with #D52AFC
Text Example
Text Example
White with #D52AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AFC; }
p { color: rgb(213,42,252); }
H1.HeaderClassName
{
color: #D52AFC;
}
.AnyTagClassName
{
color: #D52AFC;
}
</style>
background-color css
<style>
a { background-color: #D52AFC; }
a { background-color: rgb(213,42,252); }
div.DivClassName
{
background-color: #D52AFC;
}
.BgClassName
{
background-color: #D52AFC;
}
</style>
border-color css
<style>
span { border-color: #D52AFC; }
span { border-color: rgb(213,42,252); }
td.TdClassName
{
border-color: #D52AFC;
}
.TagClassName
{
border-color: #D52AFC;
}
</style>