Shades of Psychedelic Purple #D416FB
Tints of Psychedelic Purple #D416FB
RGB
CMYK
RGB Variations
Color information
#D416FB (or 0xD416FB) is known color: Psychedelic Purple. HEX triplet: D4, 16 and FB. RGB value is (212,22,251). Sum of RGB (Red+Green+Blue) = 212+22+251=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #D416FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D416FB is #2BE904. Grayscale: #686868. Windows color (decimal): -2877701 or 16455380. OLE color: 16455380.
HSL color Cylindrical-coordinate representation of color #D416FB: hue angle of 289.78º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D416FB is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 22 | 251 | - |
| CMYK | 0.16 | 0.91 | 0 | 0.02 |
| HSL | 289.78º | 0.97% | 0.54% | - |
| HSV(B) | 289.78º | 0.91% | 0.98% | - |
| XYZ | 44.85 | 21.54 | 93.06 | - |
| YUV | 104.92 | 210.45 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 251 | 0.16 | 0.91 | 0 | 0.02 | 289.78 | 0.97 | 0.54 |
| Hex | D4 | 16 | FB | 10 | 5B | 0 | 2 | 122 | 61 | 36 |
| Octal | 324 | 26 | 373 | 20 | 133 | 0 | 2 | 442 | 141 | 66 |
| Binary | 11010100 | 10110 | 11111011 | 10000 | 1011011 | 0 | 10 | 100100010 | 1100001 | 110110 |
Color Harmonies of #D416FB
Complementary color
Monochromatic Colors of #D416FB
Black with #D416FB
Text Example
Text Example
White with #D416FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D416FB; }
p { color: rgb(212,22,251); }
H1.HeaderClassName
{
color: #D416FB;
}
.AnyTagClassName
{
color: #D416FB;
}
</style>
background-color css
<style>
a { background-color: #D416FB; }
a { background-color: rgb(212,22,251); }
div.DivClassName
{
background-color: #D416FB;
}
.BgClassName
{
background-color: #D416FB;
}
</style>
border-color css
<style>
span { border-color: #D416FB; }
span { border-color: rgb(212,22,251); }
td.TdClassName
{
border-color: #D416FB;
}
.TagClassName
{
border-color: #D416FB;
}
</style>