Shades of Psychedelic Purple #D724E9
Tints of Psychedelic Purple #D724E9
RGB
CMYK
RGB Variations
Color information
#D724E9 (or 0xD724E9) is known color: Psychedelic Purple. HEX triplet: D7, 24 and E9. RGB value is (215,36,233). Sum of RGB (Red+Green+Blue) = 215+36+233=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 36 (14.45% from 255 or 7.44% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #D724E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D724E9 is #28DB16. Grayscale: #6F6F6F. Windows color (decimal): -2677527 or 15279319. OLE color: 15279319.
HSL color Cylindrical-coordinate representation of color #D724E9: hue angle of 294.52º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D724E9 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 36 | 233 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.09 |
| HSL | 294.52º | 0.82% | 0.53% | - |
| HSV(B) | 294.52º | 0.85% | 0.91% | - |
| XYZ | 43.36 | 21.59 | 78.97 | - |
| YUV | 111.98 | 196.3 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 233 | 0.08 | 0.85 | 0 | 0.09 | 294.52 | 0.82 | 0.53 |
| Hex | D7 | 24 | E9 | 8 | 55 | 0 | 9 | 127 | 52 | 35 |
| Octal | 327 | 44 | 351 | 10 | 125 | 0 | 11 | 447 | 122 | 65 |
| Binary | 11010111 | 100100 | 11101001 | 1000 | 1010101 | 0 | 1001 | 100100111 | 1010010 | 110101 |
Color Harmonies of #D724E9
Complementary color
Monochromatic Colors of #D724E9
Black with #D724E9
Text Example
Text Example
White with #D724E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724E9; }
p { color: rgb(215,36,233); }
H1.HeaderClassName
{
color: #D724E9;
}
.AnyTagClassName
{
color: #D724E9;
}
</style>
background-color css
<style>
a { background-color: #D724E9; }
a { background-color: rgb(215,36,233); }
div.DivClassName
{
background-color: #D724E9;
}
.BgClassName
{
background-color: #D724E9;
}
</style>
border-color css
<style>
span { border-color: #D724E9; }
span { border-color: rgb(215,36,233); }
td.TdClassName
{
border-color: #D724E9;
}
.TagClassName
{
border-color: #D724E9;
}
</style>