Shades of Psychedelic Purple #D118FD
Tints of Psychedelic Purple #D118FD
RGB
CMYK
RGB Variations
Color information
#D118FD (or 0xD118FD) is known color: Psychedelic Purple. HEX triplet: D1, 18 and FD. RGB value is (209,24,253). Sum of RGB (Red+Green+Blue) = 209+24+253=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 24 (9.77% from 255 or 4.94% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #D118FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D118FD is #2EE702. Grayscale: #686868. Windows color (decimal): -3073795 or 16586961. OLE color: 16586961.
HSL color Cylindrical-coordinate representation of color #D118FD: hue angle of 288.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D118FD is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 24 | 253 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.01 |
| HSL | 288.47º | 0.98% | 0.54% | - |
| HSV(B) | 288.47º | 0.91% | 0.99% | - |
| XYZ | 44.35 | 21.3 | 94.7 | - |
| YUV | 105.42 | 211.29 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 253 | 0.17 | 0.91 | 0 | 0.01 | 288.47 | 0.98 | 0.54 |
| Hex | D1 | 18 | FD | 11 | 5B | 0 | 1 | 120 | 62 | 36 |
| Octal | 321 | 30 | 375 | 21 | 133 | 0 | 1 | 440 | 142 | 66 |
| Binary | 11010001 | 11000 | 11111101 | 10001 | 1011011 | 0 | 1 | 100100000 | 1100010 | 110110 |
Color Harmonies of #D118FD
Complementary color
Monochromatic Colors of #D118FD
Black with #D118FD
Text Example
Text Example
White with #D118FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118FD; }
p { color: rgb(209,24,253); }
H1.HeaderClassName
{
color: #D118FD;
}
.AnyTagClassName
{
color: #D118FD;
}
</style>
background-color css
<style>
a { background-color: #D118FD; }
a { background-color: rgb(209,24,253); }
div.DivClassName
{
background-color: #D118FD;
}
.BgClassName
{
background-color: #D118FD;
}
</style>
border-color css
<style>
span { border-color: #D118FD; }
span { border-color: rgb(209,24,253); }
td.TdClassName
{
border-color: #D118FD;
}
.TagClassName
{
border-color: #D118FD;
}
</style>