Shades of Psychedelic Purple #D112FC
Tints of Psychedelic Purple #D112FC
RGB
CMYK
RGB Variations
Color information
#D112FC (or 0xD112FC) is known color: Psychedelic Purple. HEX triplet: D1, 12 and FC. RGB value is (209,18,252). Sum of RGB (Red+Green+Blue) = 209+18+252=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 18 (7.42% from 255 or 3.76% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #D112FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D112FC is #2EED03. Grayscale: #656565. Windows color (decimal): -3075332 or 16519889. OLE color: 16519889.
HSL color Cylindrical-coordinate representation of color #D112FC: hue angle of 288.97º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D112FC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 18 | 252 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.01 |
| HSL | 288.97º | 0.98% | 0.53% | - |
| HSV(B) | 288.97º | 0.93% | 0.99% | - |
| XYZ | 44.08 | 21.02 | 93.83 | - |
| YUV | 101.79 | 212.78 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 252 | 0.17 | 0.93 | 0 | 0.01 | 288.97 | 0.98 | 0.53 |
| Hex | D1 | 12 | FC | 11 | 5D | 0 | 1 | 121 | 62 | 35 |
| Octal | 321 | 22 | 374 | 21 | 135 | 0 | 1 | 441 | 142 | 65 |
| Binary | 11010001 | 10010 | 11111100 | 10001 | 1011101 | 0 | 1 | 100100001 | 1100010 | 110101 |
Color Harmonies of #D112FC
Complementary color
Monochromatic Colors of #D112FC
Black with #D112FC
Text Example
Text Example
White with #D112FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112FC; }
p { color: rgb(209,18,252); }
H1.HeaderClassName
{
color: #D112FC;
}
.AnyTagClassName
{
color: #D112FC;
}
</style>
background-color css
<style>
a { background-color: #D112FC; }
a { background-color: rgb(209,18,252); }
div.DivClassName
{
background-color: #D112FC;
}
.BgClassName
{
background-color: #D112FC;
}
</style>
border-color css
<style>
span { border-color: #D112FC; }
span { border-color: rgb(209,18,252); }
td.TdClassName
{
border-color: #D112FC;
}
.TagClassName
{
border-color: #D112FC;
}
</style>