Shades of Psychedelic Purple #D223EC
Tints of Psychedelic Purple #D223EC
RGB
CMYK
RGB Variations
Color information
#D223EC (or 0xD223EC) is known color: Psychedelic Purple. HEX triplet: D2, 23 and EC. RGB value is (210,35,236). Sum of RGB (Red+Green+Blue) = 210+35+236=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #D223EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D223EC is #2DDC13. Grayscale: #6D6D6D. Windows color (decimal): -3005460 or 15475666. OLE color: 15475666.
HSL color Cylindrical-coordinate representation of color #D223EC: hue angle of 292.24º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D223EC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 35 | 236 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.07 |
| HSL | 292.24º | 0.84% | 0.53% | - |
| HSV(B) | 292.24º | 0.85% | 0.93% | - |
| XYZ | 42.32 | 20.96 | 81.17 | - |
| YUV | 110.24 | 198.98 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 236 | 0.11 | 0.85 | 0 | 0.07 | 292.24 | 0.84 | 0.53 |
| Hex | D2 | 23 | EC | B | 55 | 0 | 7 | 124 | 54 | 35 |
| Octal | 322 | 43 | 354 | 13 | 125 | 0 | 7 | 444 | 124 | 65 |
| Binary | 11010010 | 100011 | 11101100 | 1011 | 1010101 | 0 | 111 | 100100100 | 1010100 | 110101 |
Color Harmonies of #D223EC
Complementary color
Monochromatic Colors of #D223EC
Black with #D223EC
Text Example
Text Example
White with #D223EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223EC; }
p { color: rgb(210,35,236); }
H1.HeaderClassName
{
color: #D223EC;
}
.AnyTagClassName
{
color: #D223EC;
}
</style>
background-color css
<style>
a { background-color: #D223EC; }
a { background-color: rgb(210,35,236); }
div.DivClassName
{
background-color: #D223EC;
}
.BgClassName
{
background-color: #D223EC;
}
</style>
border-color css
<style>
span { border-color: #D223EC; }
span { border-color: rgb(210,35,236); }
td.TdClassName
{
border-color: #D223EC;
}
.TagClassName
{
border-color: #D223EC;
}
</style>