Shades of Psychedelic Purple #D626FF
Tints of Psychedelic Purple #D626FF
RGB
CMYK
RGB Variations
Color information
#D626FF (or 0xD626FF) is known color: Psychedelic Purple. HEX triplet: D6, 26 and FF. RGB value is (214,38,255). Sum of RGB (Red+Green+Blue) = 214+38+255=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 38 (15.23% from 255 or 7.50% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #D626FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D626FF is #29D900. Grayscale: #727272. Windows color (decimal): -2742529 or 16721622. OLE color: 16721622.
HSL color Cylindrical-coordinate representation of color #D626FF: hue angle of 288.66º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D626FF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 38 | 255 | - |
| CMYK | 0.16 | 0.85 | 0 | 0 |
| HSL | 288.66º | 1% | 0.57% | - |
| HSV(B) | 288.66º | 0.85% | 1% | - |
| XYZ | 46.47 | 22.9 | 96.58 | - |
| YUV | 115.36 | 206.81 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 255 | 0.16 | 0.85 | 0 | 0 | 288.66 | 1 | 0.57 |
| Hex | D6 | 26 | FF | 10 | 55 | 0 | 0 | 121 | 64 | 39 |
| Octal | 326 | 46 | 377 | 20 | 125 | 0 | 0 | 441 | 144 | 71 |
| Binary | 11010110 | 100110 | 11111111 | 10000 | 1010101 | 0 | 0 | 100100001 | 1100100 | 111001 |
Color Harmonies of #D626FF
Complementary color
Monochromatic Colors of #D626FF
Black with #D626FF
Text Example
Text Example
White with #D626FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D626FF; }
p { color: rgb(214,38,255); }
H1.HeaderClassName
{
color: #D626FF;
}
.AnyTagClassName
{
color: #D626FF;
}
</style>
background-color css
<style>
a { background-color: #D626FF; }
a { background-color: rgb(214,38,255); }
div.DivClassName
{
background-color: #D626FF;
}
.BgClassName
{
background-color: #D626FF;
}
</style>
border-color css
<style>
span { border-color: #D626FF; }
span { border-color: rgb(214,38,255); }
td.TdClassName
{
border-color: #D626FF;
}
.TagClassName
{
border-color: #D626FF;
}
</style>