Shades of Psychedelic Purple #D724E6
Tints of Psychedelic Purple #D724E6
RGB
CMYK
RGB Variations
Color information
#D724E6 (or 0xD724E6) is known color: Psychedelic Purple. HEX triplet: D7, 24 and E6. RGB value is (215,36,230). Sum of RGB (Red+Green+Blue) = 215+36+230=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 36 (14.45% from 255 or 7.48% from 481); Blue value is 230 (90.23% from 255 or 47.82% from 481); Max value from RGB is 230 - color contains mainly: blue. Hex color #D724E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D724E6 is #28DB19. Grayscale: #6F6F6F. Windows color (decimal): -2677530 or 15082711. OLE color: 15082711.
HSL color Cylindrical-coordinate representation of color #D724E6: hue angle of 295.36º degrees, saturation: 0.8, 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 #D724E6 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 36 | 230 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.10 |
| HSL | 295.36º | 0.8% | 0.52% | - |
| HSV(B) | 295.36º | 0.84% | 0.9% | - |
| XYZ | 42.94 | 21.42 | 76.73 | - |
| YUV | 111.64 | 194.8 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 36 | 230 | 0.07 | 0.84 | 0 | 0.10 | 295.36 | 0.8 | 0.52 |
| Hex | D7 | 24 | E6 | 7 | 54 | 0 | A | 127 | 50 | 34 |
| Octal | 327 | 44 | 346 | 7 | 124 | 0 | 12 | 447 | 120 | 64 |
| Binary | 11010111 | 100100 | 11100110 | 111 | 1010100 | 0 | 1010 | 100100111 | 1010000 | 110100 |
Color Harmonies of #D724E6
Complementary color
Monochromatic Colors of #D724E6
Black with #D724E6
Text Example
Text Example
White with #D724E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D724E6; }
p { color: rgb(215,36,230); }
H1.HeaderClassName
{
color: #D724E6;
}
.AnyTagClassName
{
color: #D724E6;
}
</style>
background-color css
<style>
a { background-color: #D724E6; }
a { background-color: rgb(215,36,230); }
div.DivClassName
{
background-color: #D724E6;
}
.BgClassName
{
background-color: #D724E6;
}
</style>
border-color css
<style>
span { border-color: #D724E6; }
span { border-color: rgb(215,36,230); }
td.TdClassName
{
border-color: #D724E6;
}
.TagClassName
{
border-color: #D724E6;
}
</style>