Shades of Psychedelic Purple #D225EE
Tints of Psychedelic Purple #D225EE
RGB
CMYK
RGB Variations
Color information
#D225EE (or 0xD225EE) is known color: Psychedelic Purple. HEX triplet: D2, 25 and EE. RGB value is (210,37,238). Sum of RGB (Red+Green+Blue) = 210+37+238=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #D225EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D225EE is #2DDA11. Grayscale: #6F6F6F. Windows color (decimal): -3004946 or 15607250. OLE color: 15607250.
HSL color Cylindrical-coordinate representation of color #D225EE: hue angle of 291.64º degrees, saturation: 0.86, 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 #D225EE is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 37 | 238 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.07 |
| HSL | 291.64º | 0.86% | 0.54% | - |
| HSV(B) | 291.64º | 0.84% | 0.93% | - |
| XYZ | 42.67 | 21.2 | 82.73 | - |
| YUV | 111.64 | 199.31 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 238 | 0.12 | 0.84 | 0 | 0.07 | 291.64 | 0.86 | 0.54 |
| Hex | D2 | 25 | EE | C | 54 | 0 | 7 | 124 | 56 | 36 |
| Octal | 322 | 45 | 356 | 14 | 124 | 0 | 7 | 444 | 126 | 66 |
| Binary | 11010010 | 100101 | 11101110 | 1100 | 1010100 | 0 | 111 | 100100100 | 1010110 | 110110 |
Color Harmonies of #D225EE
Complementary color
Monochromatic Colors of #D225EE
Black with #D225EE
Text Example
Text Example
White with #D225EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225EE; }
p { color: rgb(210,37,238); }
H1.HeaderClassName
{
color: #D225EE;
}
.AnyTagClassName
{
color: #D225EE;
}
</style>
background-color css
<style>
a { background-color: #D225EE; }
a { background-color: rgb(210,37,238); }
div.DivClassName
{
background-color: #D225EE;
}
.BgClassName
{
background-color: #D225EE;
}
</style>
border-color css
<style>
span { border-color: #D225EE; }
span { border-color: rgb(210,37,238); }
td.TdClassName
{
border-color: #D225EE;
}
.TagClassName
{
border-color: #D225EE;
}
</style>