Shades of Psychedelic Purple #D218FE
Tints of Psychedelic Purple #D218FE
RGB
CMYK
RGB Variations
Color information
#D218FE (or 0xD218FE) is known color: Psychedelic Purple. HEX triplet: D2, 18 and FE. RGB value is (210,24,254). Sum of RGB (Red+Green+Blue) = 210+24+254=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #D218FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D218FE is #2DE701. Grayscale: #696969. Windows color (decimal): -3008258 or 16652498. OLE color: 16652498.
HSL color Cylindrical-coordinate representation of color #D218FE: hue angle of 288.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D218FE is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 24 | 254 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.00 |
| HSL | 288.52º | 0.99% | 0.55% | - |
| HSV(B) | 288.52º | 0.91% | 1% | - |
| XYZ | 44.79 | 21.51 | 95.56 | - |
| YUV | 105.83 | 211.62 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 254 | 0.17 | 0.91 | 0 | 0.00 | 288.52 | 0.99 | 0.55 |
| Hex | D2 | 18 | FE | 11 | 5B | 0 | 0 | 121 | 63 | 37 |
| Octal | 322 | 30 | 376 | 21 | 133 | 0 | 0 | 441 | 143 | 67 |
| Binary | 11010010 | 11000 | 11111110 | 10001 | 1011011 | 0 | 0 | 100100001 | 1100011 | 110111 |
Color Harmonies of #D218FE
Complementary color
Monochromatic Colors of #D218FE
Black with #D218FE
Text Example
Text Example
White with #D218FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D218FE; }
p { color: rgb(210,24,254); }
H1.HeaderClassName
{
color: #D218FE;
}
.AnyTagClassName
{
color: #D218FE;
}
</style>
background-color css
<style>
a { background-color: #D218FE; }
a { background-color: rgb(210,24,254); }
div.DivClassName
{
background-color: #D218FE;
}
.BgClassName
{
background-color: #D218FE;
}
</style>
border-color css
<style>
span { border-color: #D218FE; }
span { border-color: rgb(210,24,254); }
td.TdClassName
{
border-color: #D218FE;
}
.TagClassName
{
border-color: #D218FE;
}
</style>