Shades of Psychedelic Purple #D225E6
Tints of Psychedelic Purple #D225E6
RGB
CMYK
RGB Variations
Color information
#D225E6 (or 0xD225E6) is known color: Psychedelic Purple. HEX triplet: D2, 25 and E6. RGB value is (210,37,230). Sum of RGB (Red+Green+Blue) = 210+37+230=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 37 (14.84% from 255 or 7.76% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #D225E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D225E6 is #2DDA19. Grayscale: #6E6E6E. Windows color (decimal): -3004954 or 15082962. OLE color: 15082962.
HSL color Cylindrical-coordinate representation of color #D225E6: hue angle of 293.78º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D225E6 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 37 | 230 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.10 |
| HSL | 293.78º | 0.79% | 0.52% | - |
| HSV(B) | 293.78º | 0.84% | 0.9% | - |
| XYZ | 41.52 | 20.74 | 76.68 | - |
| YUV | 110.73 | 195.31 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 230 | 0.09 | 0.84 | 0 | 0.10 | 293.78 | 0.79 | 0.52 |
| Hex | D2 | 25 | E6 | 9 | 54 | 0 | A | 126 | 4F | 34 |
| Octal | 322 | 45 | 346 | 11 | 124 | 0 | 12 | 446 | 117 | 64 |
| Binary | 11010010 | 100101 | 11100110 | 1001 | 1010100 | 0 | 1010 | 100100110 | 1001111 | 110100 |
Color Harmonies of #D225E6
Complementary color
Monochromatic Colors of #D225E6
Black with #D225E6
Text Example
Text Example
White with #D225E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D225E6; }
p { color: rgb(210,37,230); }
H1.HeaderClassName
{
color: #D225E6;
}
.AnyTagClassName
{
color: #D225E6;
}
</style>
background-color css
<style>
a { background-color: #D225E6; }
a { background-color: rgb(210,37,230); }
div.DivClassName
{
background-color: #D225E6;
}
.BgClassName
{
background-color: #D225E6;
}
</style>
border-color css
<style>
span { border-color: #D225E6; }
span { border-color: rgb(210,37,230); }
td.TdClassName
{
border-color: #D225E6;
}
.TagClassName
{
border-color: #D225E6;
}
</style>