Shades of Psychedelic Purple #D111FD
Tints of Psychedelic Purple #D111FD
RGB
CMYK
RGB Variations
Color information
#D111FD (or 0xD111FD) is known color: Psychedelic Purple. HEX triplet: D1, 11 and FD. RGB value is (209,17,253). Sum of RGB (Red+Green+Blue) = 209+17+253=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #D111FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D111FD is #2EEE02. Grayscale: #646464. Windows color (decimal): -3075587 or 16585169. OLE color: 16585169.
HSL color Cylindrical-coordinate representation of color #D111FD: hue angle of 288.81º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D111FD is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 17 | 253 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.01 |
| HSL | 288.81º | 0.98% | 0.53% | - |
| HSV(B) | 288.81º | 0.93% | 0.99% | - |
| XYZ | 44.22 | 21.05 | 94.66 | - |
| YUV | 101.31 | 213.61 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 253 | 0.17 | 0.93 | 0 | 0.01 | 288.81 | 0.98 | 0.53 |
| Hex | D1 | 11 | FD | 11 | 5D | 0 | 1 | 121 | 62 | 35 |
| Octal | 321 | 21 | 375 | 21 | 135 | 0 | 1 | 441 | 142 | 65 |
| Binary | 11010001 | 10001 | 11111101 | 10001 | 1011101 | 0 | 1 | 100100001 | 1100010 | 110101 |
Color Harmonies of #D111FD
Complementary color
Monochromatic Colors of #D111FD
Black with #D111FD
Text Example
Text Example
White with #D111FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D111FD; }
p { color: rgb(209,17,253); }
H1.HeaderClassName
{
color: #D111FD;
}
.AnyTagClassName
{
color: #D111FD;
}
</style>
background-color css
<style>
a { background-color: #D111FD; }
a { background-color: rgb(209,17,253); }
div.DivClassName
{
background-color: #D111FD;
}
.BgClassName
{
background-color: #D111FD;
}
</style>
border-color css
<style>
span { border-color: #D111FD; }
span { border-color: rgb(209,17,253); }
td.TdClassName
{
border-color: #D111FD;
}
.TagClassName
{
border-color: #D111FD;
}
</style>