Shades of Psychedelic Purple #D224EC
Tints of Psychedelic Purple #D224EC
RGB
CMYK
RGB Variations
Color information
#D224EC (or 0xD224EC) is known color: Psychedelic Purple. HEX triplet: D2, 24 and EC. RGB value is (210,36,236). Sum of RGB (Red+Green+Blue) = 210+36+236=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #D224EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D224EC is #2DDB13. Grayscale: #6E6E6E. Windows color (decimal): -3005204 or 15475922. OLE color: 15475922.
HSL color Cylindrical-coordinate representation of color #D224EC: hue angle of 292.2º 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 #D224EC is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 36 | 236 | - |
| CMYK | 0.11 | 0.85 | 0 | 0.07 |
| HSL | 292.2º | 0.84% | 0.53% | - |
| HSV(B) | 292.2º | 0.85% | 0.93% | - |
| XYZ | 42.35 | 21.02 | 81.18 | - |
| YUV | 110.83 | 198.65 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 236 | 0.11 | 0.85 | 0 | 0.07 | 292.2 | 0.84 | 0.53 |
| Hex | D2 | 24 | EC | B | 55 | 0 | 7 | 124 | 54 | 35 |
| Octal | 322 | 44 | 354 | 13 | 125 | 0 | 7 | 444 | 124 | 65 |
| Binary | 11010010 | 100100 | 11101100 | 1011 | 1010101 | 0 | 111 | 100100100 | 1010100 | 110101 |
Color Harmonies of #D224EC
Complementary color
Monochromatic Colors of #D224EC
Black with #D224EC
Text Example
Text Example
White with #D224EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224EC; }
p { color: rgb(210,36,236); }
H1.HeaderClassName
{
color: #D224EC;
}
.AnyTagClassName
{
color: #D224EC;
}
</style>
background-color css
<style>
a { background-color: #D224EC; }
a { background-color: rgb(210,36,236); }
div.DivClassName
{
background-color: #D224EC;
}
.BgClassName
{
background-color: #D224EC;
}
</style>
border-color css
<style>
span { border-color: #D224EC; }
span { border-color: rgb(210,36,236); }
td.TdClassName
{
border-color: #D224EC;
}
.TagClassName
{
border-color: #D224EC;
}
</style>