Shades of Psychedelic Purple #D225EB
Tints of Psychedelic Purple #D225EB
RGB
CMYK
RGB Variations
Color information
#D225EB (or 0xD225EB) is known color: Psychedelic Purple. HEX triplet: D2, 25 and EB. RGB value is (210,37,235). Sum of RGB (Red+Green+Blue) = 210+37+235=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #D225EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D225EB is #2DDA14. Grayscale: #6E6E6E. Windows color (decimal): -3004949 or 15410642. OLE color: 15410642.
HSL color Cylindrical-coordinate representation of color #D225EB: hue angle of 292.42º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D225EB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 37 | 235 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.08 |
| HSL | 292.42º | 0.83% | 0.53% | - |
| HSV(B) | 292.42º | 0.84% | 0.92% | - |
| XYZ | 42.24 | 21.02 | 80.43 | - |
| YUV | 111.3 | 197.81 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 235 | 0.11 | 0.84 | 0 | 0.08 | 292.42 | 0.83 | 0.53 |
| Hex | D2 | 25 | EB | B | 54 | 0 | 8 | 124 | 53 | 35 |
| Octal | 322 | 45 | 353 | 13 | 124 | 0 | 10 | 444 | 123 | 65 |
| Binary | 11010010 | 100101 | 11101011 | 1011 | 1010100 | 0 | 1000 | 100100100 | 1010011 | 110101 |
Color Harmonies of #D225EB
Complementary color
Monochromatic Colors of #D225EB
Black with #D225EB
Text Example
Text Example
White with #D225EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225EB; }
p { color: rgb(210,37,235); }
H1.HeaderClassName
{
color: #D225EB;
}
.AnyTagClassName
{
color: #D225EB;
}
</style>
background-color css
<style>
a { background-color: #D225EB; }
a { background-color: rgb(210,37,235); }
div.DivClassName
{
background-color: #D225EB;
}
.BgClassName
{
background-color: #D225EB;
}
</style>
border-color css
<style>
span { border-color: #D225EB; }
span { border-color: rgb(210,37,235); }
td.TdClassName
{
border-color: #D225EB;
}
.TagClassName
{
border-color: #D225EB;
}
</style>