Shades of Psychedelic Purple #D112FF
Tints of Psychedelic Purple #D112FF
RGB
CMYK
RGB Variations
Color information
#D112FF (or 0xD112FF) is known color: Psychedelic Purple. HEX triplet: D1, 12 and FF. RGB value is (209,18,255). Sum of RGB (Red+Green+Blue) = 209+18+255=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #D112FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D112FF is #2EED00. Grayscale: #656565. Windows color (decimal): -3075329 or 16716497. OLE color: 16716497.
HSL color Cylindrical-coordinate representation of color #D112FF: hue angle of 288.35º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D112FF is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 18 | 255 | - |
| CMYK | 0.18 | 0.93 | 0 | 0 |
| HSL | 288.35º | 1% | 0.54% | - |
| HSV(B) | 288.35º | 0.93% | 1% | - |
| XYZ | 44.56 | 21.21 | 96.35 | - |
| YUV | 102.13 | 214.28 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 255 | 0.18 | 0.93 | 0 | 0 | 288.35 | 1 | 0.54 |
| Hex | D1 | 12 | FF | 12 | 5D | 0 | 0 | 120 | 64 | 36 |
| Octal | 321 | 22 | 377 | 22 | 135 | 0 | 0 | 440 | 144 | 66 |
| Binary | 11010001 | 10010 | 11111111 | 10010 | 1011101 | 0 | 0 | 100100000 | 1100100 | 110110 |
Color Harmonies of #D112FF
Complementary color
Monochromatic Colors of #D112FF
Black with #D112FF
Text Example
Text Example
White with #D112FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D112FF; }
p { color: rgb(209,18,255); }
H1.HeaderClassName
{
color: #D112FF;
}
.AnyTagClassName
{
color: #D112FF;
}
</style>
background-color css
<style>
a { background-color: #D112FF; }
a { background-color: rgb(209,18,255); }
div.DivClassName
{
background-color: #D112FF;
}
.BgClassName
{
background-color: #D112FF;
}
</style>
border-color css
<style>
span { border-color: #D112FF; }
span { border-color: rgb(209,18,255); }
td.TdClassName
{
border-color: #D112FF;
}
.TagClassName
{
border-color: #D112FF;
}
</style>