Shades of Psychedelic Purple #D323F3
Tints of Psychedelic Purple #D323F3
RGB
CMYK
RGB Variations
Color information
#D323F3 (or 0xD323F3) is known color: Psychedelic Purple. HEX triplet: D3, 23 and F3. RGB value is (211,35,243). Sum of RGB (Red+Green+Blue) = 211+35+243=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 35 (14.06% from 255 or 7.16% 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 #D323F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D323F3 is #2CDC0C. Grayscale: #6E6E6E. Windows color (decimal): -2939917 or 15934419. OLE color: 15934419.
HSL color Cylindrical-coordinate representation of color #D323F3: hue angle of 290.77º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D323F3 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 35 | 243 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.05 |
| HSL | 290.77º | 0.9% | 0.55% | - |
| HSV(B) | 290.77º | 0.86% | 0.95% | - |
| XYZ | 43.64 | 21.52 | 86.65 | - |
| YUV | 111.34 | 202.31 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 35 | 243 | 0.13 | 0.86 | 0 | 0.05 | 290.77 | 0.9 | 0.55 |
| Hex | D3 | 23 | F3 | D | 56 | 0 | 5 | 123 | 5A | 37 |
| Octal | 323 | 43 | 363 | 15 | 126 | 0 | 5 | 443 | 132 | 67 |
| Binary | 11010011 | 100011 | 11110011 | 1101 | 1010110 | 0 | 101 | 100100011 | 1011010 | 110111 |
Color Harmonies of #D323F3
Complementary color
Monochromatic Colors of #D323F3
Black with #D323F3
Text Example
Text Example
White with #D323F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D323F3; }
p { color: rgb(211,35,243); }
H1.HeaderClassName
{
color: #D323F3;
}
.AnyTagClassName
{
color: #D323F3;
}
</style>
background-color css
<style>
a { background-color: #D323F3; }
a { background-color: rgb(211,35,243); }
div.DivClassName
{
background-color: #D323F3;
}
.BgClassName
{
background-color: #D323F3;
}
</style>
border-color css
<style>
span { border-color: #D323F3; }
span { border-color: rgb(211,35,243); }
td.TdClassName
{
border-color: #D323F3;
}
.TagClassName
{
border-color: #D323F3;
}
</style>