Shades of Psychedelic Purple #D516FC
Tints of Psychedelic Purple #D516FC
RGB
CMYK
RGB Variations
Color information
#D516FC (or 0xD516FC) is known color: Psychedelic Purple. HEX triplet: D5, 16 and FC. RGB value is (213,22,252). Sum of RGB (Red+Green+Blue) = 213+22+252=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #D516FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D516FC is #2AE903. Grayscale: #686868. Windows color (decimal): -2812164 or 16520917. OLE color: 16520917.
HSL color Cylindrical-coordinate representation of color #D516FC: hue angle of 289.83º degrees, saturation: 0.97, 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 #D516FC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 22 | 252 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.01 |
| HSL | 289.83º | 0.97% | 0.54% | - |
| HSV(B) | 289.83º | 0.91% | 0.99% | - |
| XYZ | 45.3 | 21.75 | 93.91 | - |
| YUV | 105.33 | 210.78 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 252 | 0.15 | 0.91 | 0 | 0.01 | 289.83 | 0.97 | 0.54 |
| Hex | D5 | 16 | FC | F | 5B | 0 | 1 | 122 | 61 | 36 |
| Octal | 325 | 26 | 374 | 17 | 133 | 0 | 1 | 442 | 141 | 66 |
| Binary | 11010101 | 10110 | 11111100 | 1111 | 1011011 | 0 | 1 | 100100010 | 1100001 | 110110 |
Color Harmonies of #D516FC
Complementary color
Monochromatic Colors of #D516FC
Black with #D516FC
Text Example
Text Example
White with #D516FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516FC; }
p { color: rgb(213,22,252); }
H1.HeaderClassName
{
color: #D516FC;
}
.AnyTagClassName
{
color: #D516FC;
}
</style>
background-color css
<style>
a { background-color: #D516FC; }
a { background-color: rgb(213,22,252); }
div.DivClassName
{
background-color: #D516FC;
}
.BgClassName
{
background-color: #D516FC;
}
</style>
border-color css
<style>
span { border-color: #D516FC; }
span { border-color: rgb(213,22,252); }
td.TdClassName
{
border-color: #D516FC;
}
.TagClassName
{
border-color: #D516FC;
}
</style>