Shades of Psychedelic Purple #D725E5
Tints of Psychedelic Purple #D725E5
RGB
CMYK
RGB Variations
Color information
#D725E5 (or 0xD725E5) is known color: Psychedelic Purple. HEX triplet: D7, 25 and E5. RGB value is (215,37,229). Sum of RGB (Red+Green+Blue) = 215+37+229=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #D725E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D725E5 is #28DA1A. Grayscale: #6F6F6F. Windows color (decimal): -2677275 or 15017431. OLE color: 15017431.
HSL color Cylindrical-coordinate representation of color #D725E5: hue angle of 295.62º 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 #D725E5 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 37 | 229 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.10 |
| HSL | 295.63º | 0.79% | 0.52% | - |
| HSV(B) | 295.63º | 0.84% | 0.9% | - |
| XYZ | 42.83 | 21.43 | 76.01 | - |
| YUV | 112.11 | 193.97 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 37 | 229 | 0.06 | 0.84 | 0 | 0.10 | 295.63 | 0.79 | 0.52 |
| Hex | D7 | 25 | E5 | 6 | 54 | 0 | A | 128 | 4F | 34 |
| Octal | 327 | 45 | 345 | 6 | 124 | 0 | 12 | 450 | 117 | 64 |
| Binary | 11010111 | 100101 | 11100101 | 110 | 1010100 | 0 | 1010 | 100101000 | 1001111 | 110100 |
Color Harmonies of #D725E5
Complementary color
Monochromatic Colors of #D725E5
Black with #D725E5
Text Example
Text Example
White with #D725E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D725E5; }
p { color: rgb(215,37,229); }
H1.HeaderClassName
{
color: #D725E5;
}
.AnyTagClassName
{
color: #D725E5;
}
</style>
background-color css
<style>
a { background-color: #D725E5; }
a { background-color: rgb(215,37,229); }
div.DivClassName
{
background-color: #D725E5;
}
.BgClassName
{
background-color: #D725E5;
}
</style>
border-color css
<style>
span { border-color: #D725E5; }
span { border-color: rgb(215,37,229); }
td.TdClassName
{
border-color: #D725E5;
}
.TagClassName
{
border-color: #D725E5;
}
</style>