Shades of Psychedelic Purple #D516FD
Tints of Psychedelic Purple #D516FD
RGB
CMYK
RGB Variations
Color information
#D516FD (or 0xD516FD) is known color: Psychedelic Purple. HEX triplet: D5, 16 and FD. RGB value is (213,22,253). Sum of RGB (Red+Green+Blue) = 213+22+253=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 22 (8.98% from 255 or 4.51% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #D516FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516FD is #2AE902. Grayscale: #686868. Windows color (decimal): -2812163 or 16586453. OLE color: 16586453.
HSL color Cylindrical-coordinate representation of color #D516FD: hue angle of 289.61º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D516FD is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 22 | 253 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.01 |
| HSL | 289.61º | 0.98% | 0.54% | - |
| HSV(B) | 289.61º | 0.91% | 0.99% | - |
| XYZ | 45.46 | 21.81 | 94.74 | - |
| YUV | 105.44 | 211.28 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 253 | 0.16 | 0.91 | 0 | 0.01 | 289.61 | 0.98 | 0.54 |
| Hex | D5 | 16 | FD | 10 | 5B | 0 | 1 | 122 | 62 | 36 |
| Octal | 325 | 26 | 375 | 20 | 133 | 0 | 1 | 442 | 142 | 66 |
| Binary | 11010101 | 10110 | 11111101 | 10000 | 1011011 | 0 | 1 | 100100010 | 1100010 | 110110 |
Color Harmonies of #D516FD
Complementary color
Monochromatic Colors of #D516FD
Black with #D516FD
Text Example
Text Example
White with #D516FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516FD; }
p { color: rgb(213,22,253); }
H1.HeaderClassName
{
color: #D516FD;
}
.AnyTagClassName
{
color: #D516FD;
}
</style>
background-color css
<style>
a { background-color: #D516FD; }
a { background-color: rgb(213,22,253); }
div.DivClassName
{
background-color: #D516FD;
}
.BgClassName
{
background-color: #D516FD;
}
</style>
border-color css
<style>
span { border-color: #D516FD; }
span { border-color: rgb(213,22,253); }
td.TdClassName
{
border-color: #D516FD;
}
.TagClassName
{
border-color: #D516FD;
}
</style>