Shades of Psychedelic Purple #D323E9
Tints of Psychedelic Purple #D323E9
RGB
CMYK
RGB Variations
Color information
#D323E9 (or 0xD323E9) is known color: Psychedelic Purple. HEX triplet: D3, 23 and E9. RGB value is (211,35,233). Sum of RGB (Red+Green+Blue) = 211+35+233=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 35 (14.06% from 255 or 7.31% from 479); Blue value is 233 (91.41% from 255 or 48.64% from 479); Max value from RGB is 233 - color contains mainly: blue. Hex color #D323E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323E9 is #2CDC16. Grayscale: #6D6D6D. Windows color (decimal): -2939927 or 15279059. OLE color: 15279059.
HSL color Cylindrical-coordinate representation of color #D323E9: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D323E9 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 35 | 233 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.09 |
| HSL | 293.33º | 0.82% | 0.53% | - |
| HSV(B) | 293.33º | 0.85% | 0.91% | - |
| XYZ | 42.17 | 20.93 | 78.91 | - |
| YUV | 110.2 | 197.31 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 233 | 0.09 | 0.85 | 0 | 0.09 | 293.33 | 0.82 | 0.53 |
| Hex | D3 | 23 | E9 | 9 | 55 | 0 | 9 | 125 | 52 | 35 |
| Octal | 323 | 43 | 351 | 11 | 125 | 0 | 11 | 445 | 122 | 65 |
| Binary | 11010011 | 100011 | 11101001 | 1001 | 1010101 | 0 | 1001 | 100100101 | 1010010 | 110101 |
Color Harmonies of #D323E9
Complementary color
Monochromatic Colors of #D323E9
Black with #D323E9
Text Example
Text Example
White with #D323E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323E9; }
p { color: rgb(211,35,233); }
H1.HeaderClassName
{
color: #D323E9;
}
.AnyTagClassName
{
color: #D323E9;
}
</style>
background-color css
<style>
a { background-color: #D323E9; }
a { background-color: rgb(211,35,233); }
div.DivClassName
{
background-color: #D323E9;
}
.BgClassName
{
background-color: #D323E9;
}
</style>
border-color css
<style>
span { border-color: #D323E9; }
span { border-color: rgb(211,35,233); }
td.TdClassName
{
border-color: #D323E9;
}
.TagClassName
{
border-color: #D323E9;
}
</style>