Shades of Psychedelic Purple #D725E9
Tints of Psychedelic Purple #D725E9
RGB
CMYK
RGB Variations
Color information
#D725E9 (or 0xD725E9) is known color: Psychedelic Purple. HEX triplet: D7, 25 and E9. RGB value is (215,37,233). Sum of RGB (Red+Green+Blue) = 215+37+233=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 233 (91.41% from 255 or 48.04% from 485); Max value from RGB is 233 - color contains mainly: blue. Hex color #D725E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D725E9 is #28DA16. Grayscale: #6F6F6F. Windows color (decimal): -2677271 or 15279575. OLE color: 15279575.
HSL color Cylindrical-coordinate representation of color #D725E9: hue angle of 294.49º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D725E9 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 37 | 233 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.09 |
| HSL | 294.49º | 0.82% | 0.53% | - |
| HSV(B) | 294.49º | 0.84% | 0.91% | - |
| XYZ | 43.39 | 21.65 | 78.98 | - |
| YUV | 112.57 | 195.97 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 233 | 0.08 | 0.84 | 0 | 0.09 | 294.49 | 0.82 | 0.53 |
| Hex | D7 | 25 | E9 | 8 | 54 | 0 | 9 | 126 | 52 | 35 |
| Octal | 327 | 45 | 351 | 10 | 124 | 0 | 11 | 446 | 122 | 65 |
| Binary | 11010111 | 100101 | 11101001 | 1000 | 1010100 | 0 | 1001 | 100100110 | 1010010 | 110101 |
Color Harmonies of #D725E9
Complementary color
Monochromatic Colors of #D725E9
Black with #D725E9
Text Example
Text Example
White with #D725E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725E9; }
p { color: rgb(215,37,233); }
H1.HeaderClassName
{
color: #D725E9;
}
.AnyTagClassName
{
color: #D725E9;
}
</style>
background-color css
<style>
a { background-color: #D725E9; }
a { background-color: rgb(215,37,233); }
div.DivClassName
{
background-color: #D725E9;
}
.BgClassName
{
background-color: #D725E9;
}
</style>
border-color css
<style>
span { border-color: #D725E9; }
span { border-color: rgb(215,37,233); }
td.TdClassName
{
border-color: #D725E9;
}
.TagClassName
{
border-color: #D725E9;
}
</style>