Shades of Psychedelic Purple #D52FF1
Tints of Psychedelic Purple #D52FF1
RGB
CMYK
RGB Variations
Color information
#D52FF1 (or 0xD52FF1) is known color: Psychedelic Purple. HEX triplet: D5, 2F and F1. RGB value is (213,47,241). Sum of RGB (Red+Green+Blue) = 213+47+241=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #D52FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52FF1 is #2AD00E. Grayscale: #767676. Windows color (decimal): -2805775 or 15806421. OLE color: 15806421.
HSL color Cylindrical-coordinate representation of color #D52FF1: hue angle of 291.34º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52FF1 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 47 | 241 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.05 |
| HSL | 291.34º | 0.87% | 0.56% | - |
| HSV(B) | 291.34º | 0.8% | 0.95% | - |
| XYZ | 44.33 | 22.53 | 85.23 | - |
| YUV | 118.75 | 197 | 195.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 241 | 0.12 | 0.80 | 0 | 0.05 | 291.34 | 0.87 | 0.56 |
| Hex | D5 | 2F | F1 | C | 50 | 0 | 5 | 123 | 57 | 38 |
| Octal | 325 | 57 | 361 | 14 | 120 | 0 | 5 | 443 | 127 | 70 |
| Binary | 11010101 | 101111 | 11110001 | 1100 | 1010000 | 0 | 101 | 100100011 | 1010111 | 111000 |
Color Harmonies of #D52FF1
Complementary color
Monochromatic Colors of #D52FF1
Black with #D52FF1
Text Example
Text Example
White with #D52FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52FF1; }
p { color: rgb(213,47,241); }
H1.HeaderClassName
{
color: #D52FF1;
}
.AnyTagClassName
{
color: #D52FF1;
}
</style>
background-color css
<style>
a { background-color: #D52FF1; }
a { background-color: rgb(213,47,241); }
div.DivClassName
{
background-color: #D52FF1;
}
.BgClassName
{
background-color: #D52FF1;
}
</style>
border-color css
<style>
span { border-color: #D52FF1; }
span { border-color: rgb(213,47,241); }
td.TdClassName
{
border-color: #D52FF1;
}
.TagClassName
{
border-color: #D52FF1;
}
</style>