Shades of Psychedelic Purple #D532F1
Tints of Psychedelic Purple #D532F1
RGB
CMYK
RGB Variations
Color information
#D532F1 (or 0xD532F1) is known color: Psychedelic Purple. HEX triplet: D5, 32 and F1. RGB value is (213,50,241). Sum of RGB (Red+Green+Blue) = 213+50+241=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 50 (19.92% from 255 or 9.92% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #D532F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D532F1 is #2ACD0E. Grayscale: #777777. Windows color (decimal): -2805007 or 15807189. OLE color: 15807189.
HSL color Cylindrical-coordinate representation of color #D532F1: hue angle of 291.2º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D532F1 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 50 | 241 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.05 |
| HSL | 291.2º | 0.87% | 0.57% | - |
| HSV(B) | 291.2º | 0.79% | 0.95% | - |
| XYZ | 44.46 | 22.78 | 85.27 | - |
| YUV | 120.51 | 196 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 241 | 0.12 | 0.79 | 0 | 0.05 | 291.2 | 0.87 | 0.57 |
| Hex | D5 | 32 | F1 | C | 4F | 0 | 5 | 123 | 57 | 39 |
| Octal | 325 | 62 | 361 | 14 | 117 | 0 | 5 | 443 | 127 | 71 |
| Binary | 11010101 | 110010 | 11110001 | 1100 | 1001111 | 0 | 101 | 100100011 | 1010111 | 111001 |
Color Harmonies of #D532F1
Complementary color
Monochromatic Colors of #D532F1
Black with #D532F1
Text Example
Text Example
White with #D532F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D532F1; }
p { color: rgb(213,50,241); }
H1.HeaderClassName
{
color: #D532F1;
}
.AnyTagClassName
{
color: #D532F1;
}
</style>
background-color css
<style>
a { background-color: #D532F1; }
a { background-color: rgb(213,50,241); }
div.DivClassName
{
background-color: #D532F1;
}
.BgClassName
{
background-color: #D532F1;
}
</style>
border-color css
<style>
span { border-color: #D532F1; }
span { border-color: rgb(213,50,241); }
td.TdClassName
{
border-color: #D532F1;
}
.TagClassName
{
border-color: #D532F1;
}
</style>