Shades of Psychedelic Purple #D918F0
Tints of Psychedelic Purple #D918F0
RGB
CMYK
RGB Variations
Color information
#D918F0 (or 0xD918F0) is known color: Psychedelic Purple. HEX triplet: D9, 18 and F0. RGB value is (217,24,240). Sum of RGB (Red+Green+Blue) = 217+24+240=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #D918F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918F0 is #26E70F. Grayscale: #696969. Windows color (decimal): -2549520 or 15735001. OLE color: 15735001.
HSL color Cylindrical-coordinate representation of color #D918F0: hue angle of 293.61º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D918F0 is Cyan = 0.10, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 24 | 240 | - |
| CMYK | 0.10 | 0.9 | 0 | 0.06 |
| HSL | 293.61º | 0.88% | 0.52% | - |
| HSV(B) | 293.61º | 0.9% | 0.94% | - |
| XYZ | 44.67 | 21.7 | 84.27 | - |
| YUV | 106.33 | 203.44 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 240 | 0.10 | 0.9 | 0 | 0.06 | 293.61 | 0.88 | 0.52 |
| Hex | D9 | 18 | F0 | A | 5A | 0 | 6 | 126 | 58 | 34 |
| Octal | 331 | 30 | 360 | 12 | 132 | 0 | 6 | 446 | 130 | 64 |
| Binary | 11011001 | 11000 | 11110000 | 1010 | 1011010 | 0 | 110 | 100100110 | 1011000 | 110100 |
Color Harmonies of #D918F0
Complementary color
Monochromatic Colors of #D918F0
Black with #D918F0
Text Example
Text Example
White with #D918F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918F0; }
p { color: rgb(217,24,240); }
H1.HeaderClassName
{
color: #D918F0;
}
.AnyTagClassName
{
color: #D918F0;
}
</style>
background-color css
<style>
a { background-color: #D918F0; }
a { background-color: rgb(217,24,240); }
div.DivClassName
{
background-color: #D918F0;
}
.BgClassName
{
background-color: #D918F0;
}
</style>
border-color css
<style>
span { border-color: #D918F0; }
span { border-color: rgb(217,24,240); }
td.TdClassName
{
border-color: #D918F0;
}
.TagClassName
{
border-color: #D918F0;
}
</style>