Shades of Psychedelic Purple #D918FE
Tints of Psychedelic Purple #D918FE
RGB
CMYK
RGB Variations
Color information
#D918FE (or 0xD918FE) is known color: Psychedelic Purple. HEX triplet: D9, 18 and FE. RGB value is (217,24,254). Sum of RGB (Red+Green+Blue) = 217+24+254=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 24 (9.77% from 255 or 4.85% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #D918FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D918FE is #26E701. Grayscale: #6B6B6B. Windows color (decimal): -2549506 or 16652505. OLE color: 16652505.
HSL color Cylindrical-coordinate representation of color #D918FE: hue angle of 290.35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D918FE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 24 | 254 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.00 |
| HSL | 290.35º | 0.99% | 0.55% | - |
| HSV(B) | 290.35º | 0.91% | 1% | - |
| XYZ | 46.83 | 22.56 | 95.65 | - |
| YUV | 107.93 | 210.44 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 254 | 0.15 | 0.91 | 0 | 0.00 | 290.35 | 0.99 | 0.55 |
| Hex | D9 | 18 | FE | F | 5B | 0 | 0 | 122 | 63 | 37 |
| Octal | 331 | 30 | 376 | 17 | 133 | 0 | 0 | 442 | 143 | 67 |
| Binary | 11011001 | 11000 | 11111110 | 1111 | 1011011 | 0 | 0 | 100100010 | 1100011 | 110111 |
Color Harmonies of #D918FE
Complementary color
Monochromatic Colors of #D918FE
Black with #D918FE
Text Example
Text Example
White with #D918FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D918FE; }
p { color: rgb(217,24,254); }
H1.HeaderClassName
{
color: #D918FE;
}
.AnyTagClassName
{
color: #D918FE;
}
</style>
background-color css
<style>
a { background-color: #D918FE; }
a { background-color: rgb(217,24,254); }
div.DivClassName
{
background-color: #D918FE;
}
.BgClassName
{
background-color: #D918FE;
}
</style>
border-color css
<style>
span { border-color: #D918FE; }
span { border-color: rgb(217,24,254); }
td.TdClassName
{
border-color: #D918FE;
}
.TagClassName
{
border-color: #D918FE;
}
</style>