Shades of Psychedelic Purple #D224EA
Tints of Psychedelic Purple #D224EA
RGB
CMYK
RGB Variations
Color information
#D224EA (or 0xD224EA) is known color: Psychedelic Purple. HEX triplet: D2, 24 and EA. RGB value is (210,36,234). Sum of RGB (Red+Green+Blue) = 210+36+234=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 36 (14.45% from 255 or 7.5% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #D224EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D224EA is #2DDB15. Grayscale: #6D6D6D. Windows color (decimal): -3005206 or 15344850. OLE color: 15344850.
HSL color Cylindrical-coordinate representation of color #D224EA: hue angle of 292.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D224EA is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 36 | 234 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.08 |
| HSL | 292.73º | 0.83% | 0.53% | - |
| HSV(B) | 292.73º | 0.85% | 0.92% | - |
| XYZ | 42.06 | 20.9 | 79.66 | - |
| YUV | 110.6 | 197.65 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 36 | 234 | 0.10 | 0.85 | 0 | 0.08 | 292.73 | 0.83 | 0.53 |
| Hex | D2 | 24 | EA | A | 55 | 0 | 8 | 125 | 52 | 35 |
| Octal | 322 | 44 | 352 | 12 | 125 | 0 | 10 | 445 | 122 | 65 |
| Binary | 11010010 | 100100 | 11101010 | 1010 | 1010101 | 0 | 1000 | 100100101 | 1010010 | 110101 |
Color Harmonies of #D224EA
Complementary color
Monochromatic Colors of #D224EA
Black with #D224EA
Text Example
Text Example
White with #D224EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D224EA; }
p { color: rgb(210,36,234); }
H1.HeaderClassName
{
color: #D224EA;
}
.AnyTagClassName
{
color: #D224EA;
}
</style>
background-color css
<style>
a { background-color: #D224EA; }
a { background-color: rgb(210,36,234); }
div.DivClassName
{
background-color: #D224EA;
}
.BgClassName
{
background-color: #D224EA;
}
</style>
border-color css
<style>
span { border-color: #D224EA; }
span { border-color: rgb(210,36,234); }
td.TdClassName
{
border-color: #D224EA;
}
.TagClassName
{
border-color: #D224EA;
}
</style>