Shades of Psychedelic Purple #D52DF1
Tints of Psychedelic Purple #D52DF1
RGB
CMYK
RGB Variations
Color information
#D52DF1 (or 0xD52DF1) is known color: Psychedelic Purple. HEX triplet: D5, 2D and F1. RGB value is (213,45,241). Sum of RGB (Red+Green+Blue) = 213+45+241=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #D52DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D52DF1 is #2AD20E. Grayscale: #747474. Windows color (decimal): -2806287 or 15805909. OLE color: 15805909.
HSL color Cylindrical-coordinate representation of color #D52DF1: hue angle of 291.43º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52DF1 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 45 | 241 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.05 |
| HSL | 291.43º | 0.88% | 0.56% | - |
| HSV(B) | 291.43º | 0.81% | 0.95% | - |
| XYZ | 44.26 | 22.37 | 85.21 | - |
| YUV | 117.58 | 197.66 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 241 | 0.12 | 0.81 | 0 | 0.05 | 291.43 | 0.88 | 0.56 |
| Hex | D5 | 2D | F1 | C | 51 | 0 | 5 | 123 | 58 | 38 |
| Octal | 325 | 55 | 361 | 14 | 121 | 0 | 5 | 443 | 130 | 70 |
| Binary | 11010101 | 101101 | 11110001 | 1100 | 1010001 | 0 | 101 | 100100011 | 1011000 | 111000 |
Color Harmonies of #D52DF1
Complementary color
Monochromatic Colors of #D52DF1
Black with #D52DF1
Text Example
Text Example
White with #D52DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52DF1; }
p { color: rgb(213,45,241); }
H1.HeaderClassName
{
color: #D52DF1;
}
.AnyTagClassName
{
color: #D52DF1;
}
</style>
background-color css
<style>
a { background-color: #D52DF1; }
a { background-color: rgb(213,45,241); }
div.DivClassName
{
background-color: #D52DF1;
}
.BgClassName
{
background-color: #D52DF1;
}
</style>
border-color css
<style>
span { border-color: #D52DF1; }
span { border-color: rgb(213,45,241); }
td.TdClassName
{
border-color: #D52DF1;
}
.TagClassName
{
border-color: #D52DF1;
}
</style>