Shades of Psychedelic Purple #D112FE
Tints of Psychedelic Purple #D112FE
RGB
CMYK
RGB Variations
Color information
#D112FE (or 0xD112FE) is known color: Psychedelic Purple. HEX triplet: D1, 12 and FE. RGB value is (209,18,254). Sum of RGB (Red+Green+Blue) = 209+18+254=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #D112FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D112FE is #2EED01. Grayscale: #656565. Windows color (decimal): -3075330 or 16650961. OLE color: 16650961.
HSL color Cylindrical-coordinate representation of color #D112FE: hue angle of 288.56º 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 #D112FE is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 18 | 254 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.00 |
| HSL | 288.56º | 0.99% | 0.53% | - |
| HSV(B) | 288.56º | 0.93% | 1% | - |
| XYZ | 44.4 | 21.14 | 95.51 | - |
| YUV | 102.01 | 213.78 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 254 | 0.18 | 0.93 | 0 | 0.00 | 288.56 | 0.99 | 0.53 |
| Hex | D1 | 12 | FE | 12 | 5D | 0 | 0 | 121 | 63 | 35 |
| Octal | 321 | 22 | 376 | 22 | 135 | 0 | 0 | 441 | 143 | 65 |
| Binary | 11010001 | 10010 | 11111110 | 10010 | 1011101 | 0 | 0 | 100100001 | 1100011 | 110101 |
Color Harmonies of #D112FE
Complementary color
Monochromatic Colors of #D112FE
Black with #D112FE
Text Example
Text Example
White with #D112FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112FE; }
p { color: rgb(209,18,254); }
H1.HeaderClassName
{
color: #D112FE;
}
.AnyTagClassName
{
color: #D112FE;
}
</style>
background-color css
<style>
a { background-color: #D112FE; }
a { background-color: rgb(209,18,254); }
div.DivClassName
{
background-color: #D112FE;
}
.BgClassName
{
background-color: #D112FE;
}
</style>
border-color css
<style>
span { border-color: #D112FE; }
span { border-color: rgb(209,18,254); }
td.TdClassName
{
border-color: #D112FE;
}
.TagClassName
{
border-color: #D112FE;
}
</style>