Shades of Psychedelic Purple #D418FB
Tints of Psychedelic Purple #D418FB
RGB
CMYK
RGB Variations
Color information
#D418FB (or 0xD418FB) is known color: Psychedelic Purple. HEX triplet: D4, 18 and FB. RGB value is (212,24,251). Sum of RGB (Red+Green+Blue) = 212+24+251=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 24 (9.77% from 255 or 4.93% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #D418FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D418FB is #2BE704. Grayscale: #696969. Windows color (decimal): -2877189 or 16455892. OLE color: 16455892.
HSL color Cylindrical-coordinate representation of color #D418FB: hue angle of 289.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D418FB is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 24 | 251 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.02 |
| HSL | 289.69º | 0.97% | 0.54% | - |
| HSV(B) | 289.69º | 0.9% | 0.98% | - |
| XYZ | 44.89 | 21.62 | 93.07 | - |
| YUV | 106.09 | 209.78 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 251 | 0.16 | 0.90 | 0 | 0.02 | 289.69 | 0.97 | 0.54 |
| Hex | D4 | 18 | FB | 10 | 5A | 0 | 2 | 122 | 61 | 36 |
| Octal | 324 | 30 | 373 | 20 | 132 | 0 | 2 | 442 | 141 | 66 |
| Binary | 11010100 | 11000 | 11111011 | 10000 | 1011010 | 0 | 10 | 100100010 | 1100001 | 110110 |
Color Harmonies of #D418FB
Complementary color
Monochromatic Colors of #D418FB
Black with #D418FB
Text Example
Text Example
White with #D418FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D418FB; }
p { color: rgb(212,24,251); }
H1.HeaderClassName
{
color: #D418FB;
}
.AnyTagClassName
{
color: #D418FB;
}
</style>
background-color css
<style>
a { background-color: #D418FB; }
a { background-color: rgb(212,24,251); }
div.DivClassName
{
background-color: #D418FB;
}
.BgClassName
{
background-color: #D418FB;
}
</style>
border-color css
<style>
span { border-color: #D418FB; }
span { border-color: rgb(212,24,251); }
td.TdClassName
{
border-color: #D418FB;
}
.TagClassName
{
border-color: #D418FB;
}
</style>