Shades of Psychedelic Purple #D824F6
Tints of Psychedelic Purple #D824F6
RGB
CMYK
RGB Variations
Color information
#D824F6 (or 0xD824F6) is known color: Psychedelic Purple. HEX triplet: D8, 24 and F6. RGB value is (216,36,246). Sum of RGB (Red+Green+Blue) = 216+36+246=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 36 (14.45% from 255 or 7.23% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #D824F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D824F6 is #27DB09. Grayscale: #717171. Windows color (decimal): -2611978 or 16131288. OLE color: 16131288.
HSL color Cylindrical-coordinate representation of color #D824F6: hue angle of 291.43º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D824F6 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 36 | 246 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.04 |
| HSL | 291.43º | 0.92% | 0.55% | - |
| HSV(B) | 291.43º | 0.85% | 0.96% | - |
| XYZ | 45.58 | 22.51 | 89.13 | - |
| YUV | 113.76 | 202.63 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 246 | 0.12 | 0.85 | 0 | 0.04 | 291.43 | 0.92 | 0.55 |
| Hex | D8 | 24 | F6 | C | 55 | 0 | 4 | 123 | 5C | 37 |
| Octal | 330 | 44 | 366 | 14 | 125 | 0 | 4 | 443 | 134 | 67 |
| Binary | 11011000 | 100100 | 11110110 | 1100 | 1010101 | 0 | 100 | 100100011 | 1011100 | 110111 |
Color Harmonies of #D824F6
Complementary color
Monochromatic Colors of #D824F6
Black with #D824F6
Text Example
Text Example
White with #D824F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824F6; }
p { color: rgb(216,36,246); }
H1.HeaderClassName
{
color: #D824F6;
}
.AnyTagClassName
{
color: #D824F6;
}
</style>
background-color css
<style>
a { background-color: #D824F6; }
a { background-color: rgb(216,36,246); }
div.DivClassName
{
background-color: #D824F6;
}
.BgClassName
{
background-color: #D824F6;
}
</style>
border-color css
<style>
span { border-color: #D824F6; }
span { border-color: rgb(216,36,246); }
td.TdClassName
{
border-color: #D824F6;
}
.TagClassName
{
border-color: #D824F6;
}
</style>