Shades of Psychedelic Purple #D533F9
Tints of Psychedelic Purple #D533F9
RGB
CMYK
RGB Variations
Color information
#D533F9 (or 0xD533F9) is known color: Psychedelic Purple. HEX triplet: D5, 33 and F9. RGB value is (213,51,249). Sum of RGB (Red+Green+Blue) = 213+51+249=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #D533F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D533F9 is #2ACC06. Grayscale: #797979. Windows color (decimal): -2804743 or 16331733. OLE color: 16331733.
HSL color Cylindrical-coordinate representation of color #D533F9: hue angle of 289.09º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D533F9 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 51 | 249 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.02 |
| HSL | 289.09º | 0.94% | 0.59% | - |
| HSV(B) | 289.09º | 0.8% | 0.98% | - |
| XYZ | 45.72 | 23.35 | 91.72 | - |
| YUV | 122.01 | 199.67 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 249 | 0.14 | 0.80 | 0 | 0.02 | 289.09 | 0.94 | 0.59 |
| Hex | D5 | 33 | F9 | E | 50 | 0 | 2 | 121 | 5E | 3B |
| Octal | 325 | 63 | 371 | 16 | 120 | 0 | 2 | 441 | 136 | 73 |
| Binary | 11010101 | 110011 | 11111001 | 1110 | 1010000 | 0 | 10 | 100100001 | 1011110 | 111011 |
Color Harmonies of #D533F9
Complementary color
Monochromatic Colors of #D533F9
Black with #D533F9
Text Example
Text Example
White with #D533F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533F9; }
p { color: rgb(213,51,249); }
H1.HeaderClassName
{
color: #D533F9;
}
.AnyTagClassName
{
color: #D533F9;
}
</style>
background-color css
<style>
a { background-color: #D533F9; }
a { background-color: rgb(213,51,249); }
div.DivClassName
{
background-color: #D533F9;
}
.BgClassName
{
background-color: #D533F9;
}
</style>
border-color css
<style>
span { border-color: #D533F9; }
span { border-color: rgb(213,51,249); }
td.TdClassName
{
border-color: #D533F9;
}
.TagClassName
{
border-color: #D533F9;
}
</style>