Shades of Psychedelic Purple #D113F7
Tints of Psychedelic Purple #D113F7
RGB
CMYK
RGB Variations
Color information
#D113F7 (or 0xD113F7) is known color: Psychedelic Purple. HEX triplet: D1, 13 and F7. RGB value is (209,19,247). Sum of RGB (Red+Green+Blue) = 209+19+247=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 19 (7.81% from 255 or 4% from 475); Blue value is 247 (96.88% from 255 or 52% from 475); Max value from RGB is 247 - color contains mainly: blue. Hex color #D113F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D113F7 is #2EEC08. Grayscale: #656565. Windows color (decimal): -3075081 or 16192465. OLE color: 16192465.
HSL color Cylindrical-coordinate representation of color #D113F7: hue angle of 290º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D113F7 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 19 | 247 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.03 |
| HSL | 290º | 0.93% | 0.52% | - |
| HSV(B) | 290º | 0.92% | 0.97% | - |
| XYZ | 43.32 | 20.74 | 89.72 | - |
| YUV | 101.8 | 209.95 | 204.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 247 | 0.15 | 0.92 | 0 | 0.03 | 290 | 0.93 | 0.52 |
| Hex | D1 | 13 | F7 | F | 5C | 0 | 3 | 122 | 5D | 34 |
| Octal | 321 | 23 | 367 | 17 | 134 | 0 | 3 | 442 | 135 | 64 |
| Binary | 11010001 | 10011 | 11110111 | 1111 | 1011100 | 0 | 11 | 100100010 | 1011101 | 110100 |
Color Harmonies of #D113F7
Complementary color
Monochromatic Colors of #D113F7
Black with #D113F7
Text Example
Text Example
White with #D113F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D113F7; }
p { color: rgb(209,19,247); }
H1.HeaderClassName
{
color: #D113F7;
}
.AnyTagClassName
{
color: #D113F7;
}
</style>
background-color css
<style>
a { background-color: #D113F7; }
a { background-color: rgb(209,19,247); }
div.DivClassName
{
background-color: #D113F7;
}
.BgClassName
{
background-color: #D113F7;
}
</style>
border-color css
<style>
span { border-color: #D113F7; }
span { border-color: rgb(209,19,247); }
td.TdClassName
{
border-color: #D113F7;
}
.TagClassName
{
border-color: #D113F7;
}
</style>