Shades of Psychedelic Purple #D115FB
Tints of Psychedelic Purple #D115FB
RGB
CMYK
RGB Variations
Color information
#D115FB (or 0xD115FB) is known color: Psychedelic Purple. HEX triplet: D1, 15 and FB. RGB value is (209,21,251). Sum of RGB (Red+Green+Blue) = 209+21+251=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #D115FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D115FB is #2EEA04. Grayscale: #666666. Windows color (decimal): -3074565 or 16455121. OLE color: 16455121.
HSL color Cylindrical-coordinate representation of color #D115FB: hue angle of 289.04º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D115FB is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 21 | 251 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.02 |
| HSL | 289.04º | 0.97% | 0.53% | - |
| HSV(B) | 289.04º | 0.92% | 0.98% | - |
| XYZ | 43.98 | 21.06 | 93.01 | - |
| YUV | 103.43 | 211.28 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 251 | 0.17 | 0.92 | 0 | 0.02 | 289.04 | 0.97 | 0.53 |
| Hex | D1 | 15 | FB | 11 | 5C | 0 | 2 | 121 | 61 | 35 |
| Octal | 321 | 25 | 373 | 21 | 134 | 0 | 2 | 441 | 141 | 65 |
| Binary | 11010001 | 10101 | 11111011 | 10001 | 1011100 | 0 | 10 | 100100001 | 1100001 | 110101 |
Color Harmonies of #D115FB
Complementary color
Monochromatic Colors of #D115FB
Black with #D115FB
Text Example
Text Example
White with #D115FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D115FB; }
p { color: rgb(209,21,251); }
H1.HeaderClassName
{
color: #D115FB;
}
.AnyTagClassName
{
color: #D115FB;
}
</style>
background-color css
<style>
a { background-color: #D115FB; }
a { background-color: rgb(209,21,251); }
div.DivClassName
{
background-color: #D115FB;
}
.BgClassName
{
background-color: #D115FB;
}
</style>
border-color css
<style>
span { border-color: #D115FB; }
span { border-color: rgb(209,21,251); }
td.TdClassName
{
border-color: #D115FB;
}
.TagClassName
{
border-color: #D115FB;
}
</style>