Shades of Psychedelic Purple #D223EF
Tints of Psychedelic Purple #D223EF
RGB
CMYK
RGB Variations
Color information
#D223EF (or 0xD223EF) is known color: Psychedelic Purple. HEX triplet: D2, 23 and EF. RGB value is (210,35,239). Sum of RGB (Red+Green+Blue) = 210+35+239=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 35 (14.06% from 255 or 7.23% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #D223EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D223EF is #2DDC10. Grayscale: #6D6D6D. Windows color (decimal): -3005457 or 15672274. OLE color: 15672274.
HSL color Cylindrical-coordinate representation of color #D223EF: hue angle of 291.47º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D223EF is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 35 | 239 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.06 |
| HSL | 291.47º | 0.86% | 0.54% | - |
| HSV(B) | 291.47º | 0.85% | 0.94% | - |
| XYZ | 42.76 | 21.14 | 83.49 | - |
| YUV | 110.58 | 200.48 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 239 | 0.12 | 0.85 | 0 | 0.06 | 291.47 | 0.86 | 0.54 |
| Hex | D2 | 23 | EF | C | 55 | 0 | 6 | 123 | 56 | 36 |
| Octal | 322 | 43 | 357 | 14 | 125 | 0 | 6 | 443 | 126 | 66 |
| Binary | 11010010 | 100011 | 11101111 | 1100 | 1010101 | 0 | 110 | 100100011 | 1010110 | 110110 |
Color Harmonies of #D223EF
Complementary color
Monochromatic Colors of #D223EF
Black with #D223EF
Text Example
Text Example
White with #D223EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D223EF; }
p { color: rgb(210,35,239); }
H1.HeaderClassName
{
color: #D223EF;
}
.AnyTagClassName
{
color: #D223EF;
}
</style>
background-color css
<style>
a { background-color: #D223EF; }
a { background-color: rgb(210,35,239); }
div.DivClassName
{
background-color: #D223EF;
}
.BgClassName
{
background-color: #D223EF;
}
</style>
border-color css
<style>
span { border-color: #D223EF; }
span { border-color: rgb(210,35,239); }
td.TdClassName
{
border-color: #D223EF;
}
.TagClassName
{
border-color: #D223EF;
}
</style>