Shades of Psychedelic Purple #D501F2
Tints of Psychedelic Purple #D501F2
RGB
CMYK
RGB Variations
Color information
#D501F2 (or 0xD501F2) is known color: Psychedelic Purple. HEX triplet: D5, 01 and F2. RGB value is (213,1,242). Sum of RGB (Red+Green+Blue) = 213+1+242=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #D501F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D501F2 is #2AFE0D. Grayscale: #5B5B5B. Windows color (decimal): -2817550 or 15860181. OLE color: 15860181.
HSL color Cylindrical-coordinate representation of color #D501F2: hue angle of 292.78º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501F2 is Cyan = 0.12, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 1 | 242 | - |
| CMYK | 0.12 | 1.00 | 0 | 0.05 |
| HSL | 292.78º | 0.99% | 0.48% | - |
| HSV(B) | 292.78º | 1% | 0.95% | - |
| XYZ | 43.48 | 20.58 | 85.68 | - |
| YUV | 91.86 | 212.74 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 242 | 0.12 | 1.00 | 0 | 0.05 | 292.78 | 0.99 | 0.48 |
| Hex | D5 | 1 | F2 | C | 64 | 0 | 5 | 125 | 63 | 30 |
| Octal | 325 | 1 | 362 | 14 | 144 | 0 | 5 | 445 | 143 | 60 |
| Binary | 11010101 | 1 | 11110010 | 1100 | 1100100 | 0 | 101 | 100100101 | 1100011 | 110000 |
Color Harmonies of #D501F2
Complementary color
Monochromatic Colors of #D501F2
Black with #D501F2
Text Example
Text Example
White with #D501F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501F2; }
p { color: rgb(213,1,242); }
H1.HeaderClassName
{
color: #D501F2;
}
.AnyTagClassName
{
color: #D501F2;
}
</style>
background-color css
<style>
a { background-color: #D501F2; }
a { background-color: rgb(213,1,242); }
div.DivClassName
{
background-color: #D501F2;
}
.BgClassName
{
background-color: #D501F2;
}
</style>
border-color css
<style>
span { border-color: #D501F2; }
span { border-color: rgb(213,1,242); }
td.TdClassName
{
border-color: #D501F2;
}
.TagClassName
{
border-color: #D501F2;
}
</style>