Shades of Psychedelic Purple #D624E9
Tints of Psychedelic Purple #D624E9
RGB
CMYK
RGB Variations
Color information
#D624E9 (or 0xD624E9) is known color: Psychedelic Purple. HEX triplet: D6, 24 and E9. RGB value is (214,36,233). Sum of RGB (Red+Green+Blue) = 214+36+233=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 36 (14.45% from 255 or 7.45% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #D624E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D624E9 is #29DB16. Grayscale: #6F6F6F. Windows color (decimal): -2743063 or 15279318. OLE color: 15279318.
HSL color Cylindrical-coordinate representation of color #D624E9: hue angle of 294.21º 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 #D624E9 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 36 | 233 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.09 |
| HSL | 294.21º | 0.82% | 0.53% | - |
| HSV(B) | 294.21º | 0.85% | 0.91% | - |
| XYZ | 43.07 | 21.44 | 78.96 | - |
| YUV | 111.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 36 | 233 | 0.08 | 0.85 | 0 | 0.09 | 294.21 | 0.82 | 0.53 |
| Hex | D6 | 24 | E9 | 8 | 55 | 0 | 9 | 126 | 52 | 35 |
| Octal | 326 | 44 | 351 | 10 | 125 | 0 | 11 | 446 | 122 | 65 |
| Binary | 11010110 | 100100 | 11101001 | 1000 | 1010101 | 0 | 1001 | 100100110 | 1010010 | 110101 |
Color Harmonies of #D624E9
Complementary color
Monochromatic Colors of #D624E9
Black with #D624E9
Text Example
Text Example
White with #D624E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D624E9; }
p { color: rgb(214,36,233); }
H1.HeaderClassName
{
color: #D624E9;
}
.AnyTagClassName
{
color: #D624E9;
}
</style>
background-color css
<style>
a { background-color: #D624E9; }
a { background-color: rgb(214,36,233); }
div.DivClassName
{
background-color: #D624E9;
}
.BgClassName
{
background-color: #D624E9;
}
</style>
border-color css
<style>
span { border-color: #D624E9; }
span { border-color: rgb(214,36,233); }
td.TdClassName
{
border-color: #D624E9;
}
.TagClassName
{
border-color: #D624E9;
}
</style>