Shades of Psychedelic Purple #D113F5
Tints of Psychedelic Purple #D113F5
RGB
CMYK
RGB Variations
Color information
#D113F5 (or 0xD113F5) is known color: Psychedelic Purple. HEX triplet: D1, 13 and F5. RGB value is (209,19,245). Sum of RGB (Red+Green+Blue) = 209+19+245=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 19 (7.81% from 255 or 4.02% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #D113F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D113F5 is #2EEC0A. Grayscale: #646464. Windows color (decimal): -3075083 or 16061393. OLE color: 16061393.
HSL color Cylindrical-coordinate representation of color #D113F5: hue angle of 290.44º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D113F5 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 19 | 245 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.04 |
| HSL | 290.44º | 0.92% | 0.52% | - |
| HSV(B) | 290.44º | 0.92% | 0.96% | - |
| XYZ | 43.01 | 20.61 | 88.1 | - |
| YUV | 101.57 | 208.95 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 245 | 0.15 | 0.92 | 0 | 0.04 | 290.44 | 0.92 | 0.52 |
| Hex | D1 | 13 | F5 | F | 5C | 0 | 4 | 122 | 5C | 34 |
| Octal | 321 | 23 | 365 | 17 | 134 | 0 | 4 | 442 | 134 | 64 |
| Binary | 11010001 | 10011 | 11110101 | 1111 | 1011100 | 0 | 100 | 100100010 | 1011100 | 110100 |
Color Harmonies of #D113F5
Complementary color
Monochromatic Colors of #D113F5
Black with #D113F5
Text Example
Text Example
White with #D113F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113F5; }
p { color: rgb(209,19,245); }
H1.HeaderClassName
{
color: #D113F5;
}
.AnyTagClassName
{
color: #D113F5;
}
</style>
background-color css
<style>
a { background-color: #D113F5; }
a { background-color: rgb(209,19,245); }
div.DivClassName
{
background-color: #D113F5;
}
.BgClassName
{
background-color: #D113F5;
}
</style>
border-color css
<style>
span { border-color: #D113F5; }
span { border-color: rgb(209,19,245); }
td.TdClassName
{
border-color: #D113F5;
}
.TagClassName
{
border-color: #D113F5;
}
</style>