Shades of Psychedelic Purple #D52AFF
Tints of Psychedelic Purple #D52AFF
RGB
CMYK
RGB Variations
Color information
#D52AFF (or 0xD52AFF) is known color: Psychedelic Purple. HEX triplet: D5, 2A and FF. RGB value is (213,42,255). Sum of RGB (Red+Green+Blue) = 213+42+255=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 42 (16.80% from 255 or 8.24% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #D52AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52AFF is #2AD500. Grayscale: #747474. Windows color (decimal): -2807041 or 16722645. OLE color: 16722645.
HSL color Cylindrical-coordinate representation of color #D52AFF: hue angle of 288.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52AFF is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 42 | 255 | - |
| CMYK | 0.16 | 0.84 | 0 | 0 |
| HSL | 288.17º | 1% | 0.58% | - |
| HSV(B) | 288.17º | 0.84% | 1% | - |
| XYZ | 46.32 | 23.02 | 96.61 | - |
| YUV | 117.41 | 205.65 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 255 | 0.16 | 0.84 | 0 | 0 | 288.17 | 1 | 0.58 |
| Hex | D5 | 2A | FF | 10 | 54 | 0 | 0 | 120 | 64 | 3A |
| Octal | 325 | 52 | 377 | 20 | 124 | 0 | 0 | 440 | 144 | 72 |
| Binary | 11010101 | 101010 | 11111111 | 10000 | 1010100 | 0 | 0 | 100100000 | 1100100 | 111010 |
Color Harmonies of #D52AFF
Complementary color
Monochromatic Colors of #D52AFF
Black with #D52AFF
Text Example
Text Example
White with #D52AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52AFF; }
p { color: rgb(213,42,255); }
H1.HeaderClassName
{
color: #D52AFF;
}
.AnyTagClassName
{
color: #D52AFF;
}
</style>
background-color css
<style>
a { background-color: #D52AFF; }
a { background-color: rgb(213,42,255); }
div.DivClassName
{
background-color: #D52AFF;
}
.BgClassName
{
background-color: #D52AFF;
}
</style>
border-color css
<style>
span { border-color: #D52AFF; }
span { border-color: rgb(213,42,255); }
td.TdClassName
{
border-color: #D52AFF;
}
.TagClassName
{
border-color: #D52AFF;
}
</style>