Shades of Psychedelic Purple #D521F3
Tints of Psychedelic Purple #D521F3
RGB
CMYK
RGB Variations
Color information
#D521F3 (or 0xD521F3) is known color: Psychedelic Purple. HEX triplet: D5, 21 and F3. RGB value is (213,33,243). Sum of RGB (Red+Green+Blue) = 213+33+243=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 33 (13.28% from 255 or 6.75% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #D521F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D521F3 is #2ADE0C. Grayscale: #6E6E6E. Windows color (decimal): -2809357 or 15933909. OLE color: 15933909.
HSL color Cylindrical-coordinate representation of color #D521F3: hue angle of 291.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D521F3 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 33 | 243 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.05 |
| HSL | 291.43º | 0.9% | 0.54% | - |
| HSV(B) | 291.43º | 0.86% | 0.95% | - |
| XYZ | 44.16 | 21.7 | 86.66 | - |
| YUV | 110.76 | 202.63 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 243 | 0.12 | 0.86 | 0 | 0.05 | 291.43 | 0.9 | 0.54 |
| Hex | D5 | 21 | F3 | C | 56 | 0 | 5 | 123 | 5A | 36 |
| Octal | 325 | 41 | 363 | 14 | 126 | 0 | 5 | 443 | 132 | 66 |
| Binary | 11010101 | 100001 | 11110011 | 1100 | 1010110 | 0 | 101 | 100100011 | 1011010 | 110110 |
Color Harmonies of #D521F3
Complementary color
Monochromatic Colors of #D521F3
Black with #D521F3
Text Example
Text Example
White with #D521F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D521F3; }
p { color: rgb(213,33,243); }
H1.HeaderClassName
{
color: #D521F3;
}
.AnyTagClassName
{
color: #D521F3;
}
</style>
background-color css
<style>
a { background-color: #D521F3; }
a { background-color: rgb(213,33,243); }
div.DivClassName
{
background-color: #D521F3;
}
.BgClassName
{
background-color: #D521F3;
}
</style>
border-color css
<style>
span { border-color: #D521F3; }
span { border-color: rgb(213,33,243); }
td.TdClassName
{
border-color: #D521F3;
}
.TagClassName
{
border-color: #D521F3;
}
</style>