Shades of Psychedelic Purple #D533F6
Tints of Psychedelic Purple #D533F6
RGB
CMYK
RGB Variations
Color information
#D533F6 (or 0xD533F6) is known color: Psychedelic Purple. HEX triplet: D5, 33 and F6. RGB value is (213,51,246). Sum of RGB (Red+Green+Blue) = 213+51+246=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 51 (20.31% from 255 or 10% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #D533F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D533F6 is #2ACC09. Grayscale: #797979. Windows color (decimal): -2804746 or 16135125. OLE color: 16135125.
HSL color Cylindrical-coordinate representation of color #D533F6: hue angle of 289.85º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D533F6 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 51 | 246 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.04 |
| HSL | 289.85º | 0.92% | 0.58% | - |
| HSV(B) | 289.85º | 0.79% | 0.96% | - |
| XYZ | 45.26 | 23.17 | 89.28 | - |
| YUV | 121.67 | 198.17 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 246 | 0.13 | 0.79 | 0 | 0.04 | 289.85 | 0.92 | 0.58 |
| Hex | D5 | 33 | F6 | D | 4F | 0 | 4 | 122 | 5C | 3A |
| Octal | 325 | 63 | 366 | 15 | 117 | 0 | 4 | 442 | 134 | 72 |
| Binary | 11010101 | 110011 | 11110110 | 1101 | 1001111 | 0 | 100 | 100100010 | 1011100 | 111010 |
Color Harmonies of #D533F6
Complementary color
Monochromatic Colors of #D533F6
Black with #D533F6
Text Example
Text Example
White with #D533F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D533F6; }
p { color: rgb(213,51,246); }
H1.HeaderClassName
{
color: #D533F6;
}
.AnyTagClassName
{
color: #D533F6;
}
</style>
background-color css
<style>
a { background-color: #D533F6; }
a { background-color: rgb(213,51,246); }
div.DivClassName
{
background-color: #D533F6;
}
.BgClassName
{
background-color: #D533F6;
}
</style>
border-color css
<style>
span { border-color: #D533F6; }
span { border-color: rgb(213,51,246); }
td.TdClassName
{
border-color: #D533F6;
}
.TagClassName
{
border-color: #D533F6;
}
</style>