Shades of Psychedelic Purple #D225EC
Tints of Psychedelic Purple #D225EC
RGB
CMYK
RGB Variations
Color information
#D225EC (or 0xD225EC) is known color: Psychedelic Purple. HEX triplet: D2, 25 and EC. RGB value is (210,37,236). Sum of RGB (Red+Green+Blue) = 210+37+236=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #D225EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D225EC is #2DDA13. Grayscale: #6E6E6E. Windows color (decimal): -3004948 or 15476178. OLE color: 15476178.
HSL color Cylindrical-coordinate representation of color #D225EC: hue angle of 292.16º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D225EC is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 37 | 236 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.07 |
| HSL | 292.16º | 0.84% | 0.54% | - |
| HSV(B) | 292.16º | 0.84% | 0.93% | - |
| XYZ | 42.38 | 21.08 | 81.19 | - |
| YUV | 111.41 | 198.31 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 236 | 0.11 | 0.84 | 0 | 0.07 | 292.16 | 0.84 | 0.54 |
| Hex | D2 | 25 | EC | B | 54 | 0 | 7 | 124 | 54 | 36 |
| Octal | 322 | 45 | 354 | 13 | 124 | 0 | 7 | 444 | 124 | 66 |
| Binary | 11010010 | 100101 | 11101100 | 1011 | 1010100 | 0 | 111 | 100100100 | 1010100 | 110110 |
Color Harmonies of #D225EC
Complementary color
Monochromatic Colors of #D225EC
Black with #D225EC
Text Example
Text Example
White with #D225EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225EC; }
p { color: rgb(210,37,236); }
H1.HeaderClassName
{
color: #D225EC;
}
.AnyTagClassName
{
color: #D225EC;
}
</style>
background-color css
<style>
a { background-color: #D225EC; }
a { background-color: rgb(210,37,236); }
div.DivClassName
{
background-color: #D225EC;
}
.BgClassName
{
background-color: #D225EC;
}
</style>
border-color css
<style>
span { border-color: #D225EC; }
span { border-color: rgb(210,37,236); }
td.TdClassName
{
border-color: #D225EC;
}
.TagClassName
{
border-color: #D225EC;
}
</style>