Shades of Psychedelic Purple #D926FE
Tints of Psychedelic Purple #D926FE
RGB
CMYK
RGB Variations
Color information
#D926FE (or 0xD926FE) is known color: Psychedelic Purple. HEX triplet: D9, 26 and FE. RGB value is (217,38,254). Sum of RGB (Red+Green+Blue) = 217+38+254=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 38 (15.23% from 255 or 7.47% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #D926FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D926FE is #26D901. Grayscale: #737373. Windows color (decimal): -2545922 or 16656089. OLE color: 16656089.
HSL color Cylindrical-coordinate representation of color #D926FE: hue angle of 289.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D926FE is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 38 | 254 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.00 |
| HSL | 289.72º | 0.99% | 0.57% | - |
| HSV(B) | 289.72º | 0.85% | 1% | - |
| XYZ | 47.2 | 23.29 | 95.77 | - |
| YUV | 116.15 | 205.8 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 254 | 0.15 | 0.85 | 0 | 0.00 | 289.72 | 0.99 | 0.57 |
| Hex | D9 | 26 | FE | F | 55 | 0 | 0 | 122 | 63 | 39 |
| Octal | 331 | 46 | 376 | 17 | 125 | 0 | 0 | 442 | 143 | 71 |
| Binary | 11011001 | 100110 | 11111110 | 1111 | 1010101 | 0 | 0 | 100100010 | 1100011 | 111001 |
Color Harmonies of #D926FE
Complementary color
Monochromatic Colors of #D926FE
Black with #D926FE
Text Example
Text Example
White with #D926FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926FE; }
p { color: rgb(217,38,254); }
H1.HeaderClassName
{
color: #D926FE;
}
.AnyTagClassName
{
color: #D926FE;
}
</style>
background-color css
<style>
a { background-color: #D926FE; }
a { background-color: rgb(217,38,254); }
div.DivClassName
{
background-color: #D926FE;
}
.BgClassName
{
background-color: #D926FE;
}
</style>
border-color css
<style>
span { border-color: #D926FE; }
span { border-color: rgb(217,38,254); }
td.TdClassName
{
border-color: #D926FE;
}
.TagClassName
{
border-color: #D926FE;
}
</style>