Shades of Psychedelic Purple #D824FD
Tints of Psychedelic Purple #D824FD
RGB
CMYK
RGB Variations
Color information
#D824FD (or 0xD824FD) is known color: Psychedelic Purple. HEX triplet: D8, 24 and FD. RGB value is (216,36,253). Sum of RGB (Red+Green+Blue) = 216+36+253=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 36 (14.45% from 255 or 7.13% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #D824FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D824FD is #27DB02. Grayscale: #717171. Windows color (decimal): -2611971 or 16590040. OLE color: 16590040.
HSL color Cylindrical-coordinate representation of color #D824FD: hue angle of 289.77º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D824FD is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 36 | 253 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.01 |
| HSL | 289.77º | 0.98% | 0.57% | - |
| HSV(B) | 289.77º | 0.86% | 0.99% | - |
| XYZ | 46.68 | 22.95 | 94.9 | - |
| YUV | 114.56 | 206.13 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 253 | 0.15 | 0.86 | 0 | 0.01 | 289.77 | 0.98 | 0.57 |
| Hex | D8 | 24 | FD | F | 56 | 0 | 1 | 122 | 62 | 39 |
| Octal | 330 | 44 | 375 | 17 | 126 | 0 | 1 | 442 | 142 | 71 |
| Binary | 11011000 | 100100 | 11111101 | 1111 | 1010110 | 0 | 1 | 100100010 | 1100010 | 111001 |
Color Harmonies of #D824FD
Complementary color
Monochromatic Colors of #D824FD
Black with #D824FD
Text Example
Text Example
White with #D824FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D824FD; }
p { color: rgb(216,36,253); }
H1.HeaderClassName
{
color: #D824FD;
}
.AnyTagClassName
{
color: #D824FD;
}
</style>
background-color css
<style>
a { background-color: #D824FD; }
a { background-color: rgb(216,36,253); }
div.DivClassName
{
background-color: #D824FD;
}
.BgClassName
{
background-color: #D824FD;
}
</style>
border-color css
<style>
span { border-color: #D824FD; }
span { border-color: rgb(216,36,253); }
td.TdClassName
{
border-color: #D824FD;
}
.TagClassName
{
border-color: #D824FD;
}
</style>