Shades of Psychedelic Purple #D718FE
Tints of Psychedelic Purple #D718FE
RGB
CMYK
RGB Variations
Color information
#D718FE (or 0xD718FE) is known color: Psychedelic Purple. HEX triplet: D7, 18 and FE. RGB value is (215,24,254). Sum of RGB (Red+Green+Blue) = 215+24+254=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #D718FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D718FE is #28E701. Grayscale: #6A6A6A. Windows color (decimal): -2680578 or 16652503. OLE color: 16652503.
HSL color Cylindrical-coordinate representation of color #D718FE: hue angle of 289.83º 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 #D718FE is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 24 | 254 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.00 |
| HSL | 289.83º | 0.99% | 0.55% | - |
| HSV(B) | 289.83º | 0.91% | 1% | - |
| XYZ | 46.24 | 22.26 | 95.62 | - |
| YUV | 107.33 | 210.78 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 254 | 0.15 | 0.91 | 0 | 0.00 | 289.83 | 0.99 | 0.55 |
| Hex | D7 | 18 | FE | F | 5B | 0 | 0 | 122 | 63 | 37 |
| Octal | 327 | 30 | 376 | 17 | 133 | 0 | 0 | 442 | 143 | 67 |
| Binary | 11010111 | 11000 | 11111110 | 1111 | 1011011 | 0 | 0 | 100100010 | 1100011 | 110111 |
Color Harmonies of #D718FE
Complementary color
Monochromatic Colors of #D718FE
Black with #D718FE
Text Example
Text Example
White with #D718FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718FE; }
p { color: rgb(215,24,254); }
H1.HeaderClassName
{
color: #D718FE;
}
.AnyTagClassName
{
color: #D718FE;
}
</style>
background-color css
<style>
a { background-color: #D718FE; }
a { background-color: rgb(215,24,254); }
div.DivClassName
{
background-color: #D718FE;
}
.BgClassName
{
background-color: #D718FE;
}
</style>
border-color css
<style>
span { border-color: #D718FE; }
span { border-color: rgb(215,24,254); }
td.TdClassName
{
border-color: #D718FE;
}
.TagClassName
{
border-color: #D718FE;
}
</style>