Shades of Psychedelic Purple #D115F3
Tints of Psychedelic Purple #D115F3
RGB
CMYK
RGB Variations
Color information
#D115F3 (or 0xD115F3) is known color: Psychedelic Purple. HEX triplet: D1, 15 and F3. RGB value is (209,21,243). Sum of RGB (Red+Green+Blue) = 209+21+243=473 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.19% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 243 (95.31% from 255 or 51.37% from 473); Max value from RGB is 243 - color contains mainly: blue. Hex color #D115F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D115F3 is #2EEA0C. Grayscale: #656565. Windows color (decimal): -3074573 or 15930833. OLE color: 15930833.
HSL color Cylindrical-coordinate representation of color #D115F3: hue angle of 290.81º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D115F3 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 21 | 243 | - |
| CMYK | 0.14 | 0.91 | 0 | 0.05 |
| HSL | 290.81º | 0.9% | 0.52% | - |
| HSV(B) | 290.81º | 0.91% | 0.95% | - |
| XYZ | 42.74 | 20.56 | 86.51 | - |
| YUV | 102.52 | 207.28 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 243 | 0.14 | 0.91 | 0 | 0.05 | 290.81 | 0.9 | 0.52 |
| Hex | D1 | 15 | F3 | E | 5B | 0 | 5 | 123 | 5A | 34 |
| Octal | 321 | 25 | 363 | 16 | 133 | 0 | 5 | 443 | 132 | 64 |
| Binary | 11010001 | 10101 | 11110011 | 1110 | 1011011 | 0 | 101 | 100100011 | 1011010 | 110100 |
Color Harmonies of #D115F3
Complementary color
Monochromatic Colors of #D115F3
Black with #D115F3
Text Example
Text Example
White with #D115F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115F3; }
p { color: rgb(209,21,243); }
H1.HeaderClassName
{
color: #D115F3;
}
.AnyTagClassName
{
color: #D115F3;
}
</style>
background-color css
<style>
a { background-color: #D115F3; }
a { background-color: rgb(209,21,243); }
div.DivClassName
{
background-color: #D115F3;
}
.BgClassName
{
background-color: #D115F3;
}
</style>
border-color css
<style>
span { border-color: #D115F3; }
span { border-color: rgb(209,21,243); }
td.TdClassName
{
border-color: #D115F3;
}
.TagClassName
{
border-color: #D115F3;
}
</style>