Shades of Psychedelic Purple #D812FE
Tints of Psychedelic Purple #D812FE
RGB
CMYK
RGB Variations
Color information
#D812FE (or 0xD812FE) is known color: Psychedelic Purple. HEX triplet: D8, 12 and FE. RGB value is (216,18,254). Sum of RGB (Red+Green+Blue) = 216+18+254=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 18 (7.42% from 255 or 3.69% 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 #D812FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812FE is #27ED01. Grayscale: #676767. Windows color (decimal): -2616578 or 16650968. OLE color: 16650968.
HSL color Cylindrical-coordinate representation of color #D812FE: hue angle of 290.34º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D812FE is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 18 | 254 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.00 |
| HSL | 290.34º | 0.99% | 0.53% | - |
| HSV(B) | 290.34º | 0.93% | 1% | - |
| XYZ | 46.42 | 22.19 | 95.6 | - |
| YUV | 104.11 | 212.6 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 254 | 0.15 | 0.93 | 0 | 0.00 | 290.34 | 0.99 | 0.53 |
| Hex | D8 | 12 | FE | F | 5D | 0 | 0 | 122 | 63 | 35 |
| Octal | 330 | 22 | 376 | 17 | 135 | 0 | 0 | 442 | 143 | 65 |
| Binary | 11011000 | 10010 | 11111110 | 1111 | 1011101 | 0 | 0 | 100100010 | 1100011 | 110101 |
Color Harmonies of #D812FE
Complementary color
Monochromatic Colors of #D812FE
Black with #D812FE
Text Example
Text Example
White with #D812FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812FE; }
p { color: rgb(216,18,254); }
H1.HeaderClassName
{
color: #D812FE;
}
.AnyTagClassName
{
color: #D812FE;
}
</style>
background-color css
<style>
a { background-color: #D812FE; }
a { background-color: rgb(216,18,254); }
div.DivClassName
{
background-color: #D812FE;
}
.BgClassName
{
background-color: #D812FE;
}
</style>
border-color css
<style>
span { border-color: #D812FE; }
span { border-color: rgb(216,18,254); }
td.TdClassName
{
border-color: #D812FE;
}
.TagClassName
{
border-color: #D812FE;
}
</style>