Shades of Psychedelic Purple #D626FE
Tints of Psychedelic Purple #D626FE
RGB
CMYK
RGB Variations
Color information
#D626FE (or 0xD626FE) is known color: Psychedelic Purple. HEX triplet: D6, 26 and FE. RGB value is (214,38,254). Sum of RGB (Red+Green+Blue) = 214+38+254=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 38 (15.23% from 255 or 7.51% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #D626FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626FE is #29D901. Grayscale: #727272. Windows color (decimal): -2742530 or 16656086. OLE color: 16656086.
HSL color Cylindrical-coordinate representation of color #D626FE: hue angle of 288.89º 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 #D626FE is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 38 | 254 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.00 |
| HSL | 288.89º | 0.99% | 0.57% | - |
| HSV(B) | 288.89º | 0.85% | 1% | - |
| XYZ | 46.31 | 22.84 | 95.73 | - |
| YUV | 115.25 | 206.31 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 254 | 0.16 | 0.85 | 0 | 0.00 | 288.89 | 0.99 | 0.57 |
| Hex | D6 | 26 | FE | 10 | 55 | 0 | 0 | 121 | 63 | 39 |
| Octal | 326 | 46 | 376 | 20 | 125 | 0 | 0 | 441 | 143 | 71 |
| Binary | 11010110 | 100110 | 11111110 | 10000 | 1010101 | 0 | 0 | 100100001 | 1100011 | 111001 |
Color Harmonies of #D626FE
Complementary color
Monochromatic Colors of #D626FE
Black with #D626FE
Text Example
Text Example
White with #D626FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626FE; }
p { color: rgb(214,38,254); }
H1.HeaderClassName
{
color: #D626FE;
}
.AnyTagClassName
{
color: #D626FE;
}
</style>
background-color css
<style>
a { background-color: #D626FE; }
a { background-color: rgb(214,38,254); }
div.DivClassName
{
background-color: #D626FE;
}
.BgClassName
{
background-color: #D626FE;
}
</style>
border-color css
<style>
span { border-color: #D626FE; }
span { border-color: rgb(214,38,254); }
td.TdClassName
{
border-color: #D626FE;
}
.TagClassName
{
border-color: #D626FE;
}
</style>