Shades of Psychedelic Purple #D533FF
Tints of Psychedelic Purple #D533FF
RGB
CMYK
RGB Variations
Color information
#D533FF (or 0xD533FF) is known color: Psychedelic Purple. HEX triplet: D5, 33 and FF. RGB value is (213,51,255). Sum of RGB (Red+Green+Blue) = 213+51+255=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 51 (20.31% from 255 or 9.83% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #D533FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D533FF is #2ACC00. Grayscale: #7A7A7A. Windows color (decimal): -2804737 or 16724949. OLE color: 16724949.
HSL color Cylindrical-coordinate representation of color #D533FF: hue angle of 287.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D533FF is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 51 | 255 | - |
| CMYK | 0.16 | 0.8 | 0 | 0 |
| HSL | 287.65º | 1% | 0.6% | - |
| HSV(B) | 287.65º | 0.8% | 1% | - |
| XYZ | 46.67 | 23.73 | 96.73 | - |
| YUV | 122.69 | 202.67 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 255 | 0.16 | 0.8 | 0 | 0 | 287.65 | 1 | 0.6 |
| Hex | D5 | 33 | FF | 10 | 50 | 0 | 0 | 120 | 64 | 3C |
| Octal | 325 | 63 | 377 | 20 | 120 | 0 | 0 | 440 | 144 | 74 |
| Binary | 11010101 | 110011 | 11111111 | 10000 | 1010000 | 0 | 0 | 100100000 | 1100100 | 111100 |
Color Harmonies of #D533FF
Complementary color
Monochromatic Colors of #D533FF
Black with #D533FF
Text Example
Text Example
White with #D533FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533FF; }
p { color: rgb(213,51,255); }
H1.HeaderClassName
{
color: #D533FF;
}
.AnyTagClassName
{
color: #D533FF;
}
</style>
background-color css
<style>
a { background-color: #D533FF; }
a { background-color: rgb(213,51,255); }
div.DivClassName
{
background-color: #D533FF;
}
.BgClassName
{
background-color: #D533FF;
}
</style>
border-color css
<style>
span { border-color: #D533FF; }
span { border-color: rgb(213,51,255); }
td.TdClassName
{
border-color: #D533FF;
}
.TagClassName
{
border-color: #D533FF;
}
</style>