Shades of Psychedelic Purple #D824E6
Tints of Psychedelic Purple #D824E6
RGB
CMYK
RGB Variations
Color information
#D824E6 (or 0xD824E6) is known color: Psychedelic Purple. HEX triplet: D8, 24 and E6. RGB value is (216,36,230). Sum of RGB (Red+Green+Blue) = 216+36+230=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #D824E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D824E6 is #27DB19. Grayscale: #6F6F6F. Windows color (decimal): -2611994 or 15082712. OLE color: 15082712.
HSL color Cylindrical-coordinate representation of color #D824E6: hue angle of 295.67º 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 #D824E6 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 36 | 230 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.10 |
| HSL | 295.67º | 0.8% | 0.52% | - |
| HSV(B) | 295.67º | 0.84% | 0.9% | - |
| XYZ | 43.23 | 21.57 | 76.75 | - |
| YUV | 111.94 | 194.63 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 230 | 0.06 | 0.84 | 0 | 0.10 | 295.67 | 0.8 | 0.52 |
| Hex | D8 | 24 | E6 | 6 | 54 | 0 | A | 128 | 50 | 34 |
| Octal | 330 | 44 | 346 | 6 | 124 | 0 | 12 | 450 | 120 | 64 |
| Binary | 11011000 | 100100 | 11100110 | 110 | 1010100 | 0 | 1010 | 100101000 | 1010000 | 110100 |
Color Harmonies of #D824E6
Complementary color
Monochromatic Colors of #D824E6
Black with #D824E6
Text Example
Text Example
White with #D824E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824E6; }
p { color: rgb(216,36,230); }
H1.HeaderClassName
{
color: #D824E6;
}
.AnyTagClassName
{
color: #D824E6;
}
</style>
background-color css
<style>
a { background-color: #D824E6; }
a { background-color: rgb(216,36,230); }
div.DivClassName
{
background-color: #D824E6;
}
.BgClassName
{
background-color: #D824E6;
}
</style>
border-color css
<style>
span { border-color: #D824E6; }
span { border-color: rgb(216,36,230); }
td.TdClassName
{
border-color: #D824E6;
}
.TagClassName
{
border-color: #D824E6;
}
</style>