Shades of Psychedelic Purple #D918F3
Tints of Psychedelic Purple #D918F3
RGB
CMYK
RGB Variations
Color information
#D918F3 (or 0xD918F3) is known color: Psychedelic Purple. HEX triplet: D9, 18 and F3. RGB value is (217,24,243). Sum of RGB (Red+Green+Blue) = 217+24+243=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 24 (9.77% from 255 or 4.96% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #D918F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918F3 is #26E70C. Grayscale: #696969. Windows color (decimal): -2549517 or 15931609. OLE color: 15931609.
HSL color Cylindrical-coordinate representation of color #D918F3: hue angle of 292.88º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D918F3 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 24 | 243 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.05 |
| HSL | 292.88º | 0.9% | 0.52% | - |
| HSV(B) | 292.88º | 0.9% | 0.95% | - |
| XYZ | 45.12 | 21.88 | 86.64 | - |
| YUV | 106.67 | 204.94 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 243 | 0.11 | 0.90 | 0 | 0.05 | 292.88 | 0.9 | 0.52 |
| Hex | D9 | 18 | F3 | B | 5A | 0 | 5 | 125 | 5A | 34 |
| Octal | 331 | 30 | 363 | 13 | 132 | 0 | 5 | 445 | 132 | 64 |
| Binary | 11011001 | 11000 | 11110011 | 1011 | 1011010 | 0 | 101 | 100100101 | 1011010 | 110100 |
Color Harmonies of #D918F3
Complementary color
Monochromatic Colors of #D918F3
Black with #D918F3
Text Example
Text Example
White with #D918F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918F3; }
p { color: rgb(217,24,243); }
H1.HeaderClassName
{
color: #D918F3;
}
.AnyTagClassName
{
color: #D918F3;
}
</style>
background-color css
<style>
a { background-color: #D918F3; }
a { background-color: rgb(217,24,243); }
div.DivClassName
{
background-color: #D918F3;
}
.BgClassName
{
background-color: #D918F3;
}
</style>
border-color css
<style>
span { border-color: #D918F3; }
span { border-color: rgb(217,24,243); }
td.TdClassName
{
border-color: #D918F3;
}
.TagClassName
{
border-color: #D918F3;
}
</style>