Shades of Psychedelic Purple #D81DF5
Tints of Psychedelic Purple #D81DF5
RGB
CMYK
RGB Variations
Color information
#D81DF5 (or 0xD81DF5) is known color: Psychedelic Purple. HEX triplet: D8, 1D and F5. RGB value is (216,29,245). Sum of RGB (Red+Green+Blue) = 216+29+245=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 29 (11.72% from 255 or 5.92% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #D81DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81DF5 is #27E20A. Grayscale: #6C6C6C. Windows color (decimal): -2613771 or 16063960. OLE color: 16063960.
HSL color Cylindrical-coordinate representation of color #D81DF5: hue angle of 291.94º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81DF5 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 216 | 29 | 245 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.04 |
| HSL | 291.94º | 0.92% | 0.54% | - |
| HSV(B) | 291.94º | 0.88% | 0.96% | - |
| XYZ | 45.24 | 22.07 | 88.26 | - |
| YUV | 109.54 | 204.45 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 245 | 0.12 | 0.88 | 0 | 0.04 | 291.94 | 0.92 | 0.54 |
| Hex | D8 | 1D | F5 | C | 58 | 0 | 4 | 124 | 5C | 36 |
| Octal | 330 | 35 | 365 | 14 | 130 | 0 | 4 | 444 | 134 | 66 |
| Binary | 11011000 | 11101 | 11110101 | 1100 | 1011000 | 0 | 100 | 100100100 | 1011100 | 110110 |
Color Harmonies of #D81DF5
Complementary color
Monochromatic Colors of #D81DF5
Black with #D81DF5
Text Example
Text Example
White with #D81DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DF5; }
p { color: rgb(216,29,245); }
H1.HeaderClassName
{
color: #D81DF5;
}
.AnyTagClassName
{
color: #D81DF5;
}
</style>
background-color css
<style>
a { background-color: #D81DF5; }
a { background-color: rgb(216,29,245); }
div.DivClassName
{
background-color: #D81DF5;
}
.BgClassName
{
background-color: #D81DF5;
}
</style>
border-color css
<style>
span { border-color: #D81DF5; }
span { border-color: rgb(216,29,245); }
td.TdClassName
{
border-color: #D81DF5;
}
.TagClassName
{
border-color: #D81DF5;
}
</style>