Shades of Psychedelic Purple #D521FA
Tints of Psychedelic Purple #D521FA
RGB
CMYK
RGB Variations
Color information
#D521FA (or 0xD521FA) is known color: Psychedelic Purple. HEX triplet: D5, 21 and FA. RGB value is (213,33,250). Sum of RGB (Red+Green+Blue) = 213+33+250=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #D521FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D521FA is #2ADE05. Grayscale: #6E6E6E. Windows color (decimal): -2809350 or 16392661. OLE color: 16392661.
HSL color Cylindrical-coordinate representation of color #D521FA: hue angle of 289.77º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D521FA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 33 | 250 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.02 |
| HSL | 289.77º | 0.96% | 0.55% | - |
| HSV(B) | 289.77º | 0.87% | 0.98% | - |
| XYZ | 45.24 | 22.14 | 92.33 | - |
| YUV | 111.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 250 | 0.15 | 0.87 | 0 | 0.02 | 289.77 | 0.96 | 0.55 |
| Hex | D5 | 21 | FA | F | 57 | 0 | 2 | 122 | 60 | 37 |
| Octal | 325 | 41 | 372 | 17 | 127 | 0 | 2 | 442 | 140 | 67 |
| Binary | 11010101 | 100001 | 11111010 | 1111 | 1010111 | 0 | 10 | 100100010 | 1100000 | 110111 |
Color Harmonies of #D521FA
Complementary color
Monochromatic Colors of #D521FA
Black with #D521FA
Text Example
Text Example
White with #D521FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521FA; }
p { color: rgb(213,33,250); }
H1.HeaderClassName
{
color: #D521FA;
}
.AnyTagClassName
{
color: #D521FA;
}
</style>
background-color css
<style>
a { background-color: #D521FA; }
a { background-color: rgb(213,33,250); }
div.DivClassName
{
background-color: #D521FA;
}
.BgClassName
{
background-color: #D521FA;
}
</style>
border-color css
<style>
span { border-color: #D521FA; }
span { border-color: rgb(213,33,250); }
td.TdClassName
{
border-color: #D521FA;
}
.TagClassName
{
border-color: #D521FA;
}
</style>