Shades of Psychedelic Purple #D126E6
Tints of Psychedelic Purple #D126E6
RGB
CMYK
RGB Variations
Color information
#D126E6 (or 0xD126E6) is known color: Psychedelic Purple. HEX triplet: D1, 26 and E6. RGB value is (209,38,230). Sum of RGB (Red+Green+Blue) = 209+38+230=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 38 (15.23% from 255 or 7.97% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #D126E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D126E6 is #2ED919. Grayscale: #6E6E6E. Windows color (decimal): -3070234 or 15083217. OLE color: 15083217.
HSL color Cylindrical-coordinate representation of color #D126E6: hue angle of 293.44º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D126E6 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 38 | 230 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.10 |
| HSL | 293.44º | 0.79% | 0.53% | - |
| HSV(B) | 293.44º | 0.83% | 0.9% | - |
| XYZ | 41.27 | 20.65 | 76.67 | - |
| YUV | 111.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 230 | 0.09 | 0.83 | 0 | 0.10 | 293.44 | 0.79 | 0.53 |
| Hex | D1 | 26 | E6 | 9 | 53 | 0 | A | 125 | 4F | 35 |
| Octal | 321 | 46 | 346 | 11 | 123 | 0 | 12 | 445 | 117 | 65 |
| Binary | 11010001 | 100110 | 11100110 | 1001 | 1010011 | 0 | 1010 | 100100101 | 1001111 | 110101 |
Color Harmonies of #D126E6
Complementary color
Monochromatic Colors of #D126E6
Black with #D126E6
Text Example
Text Example
White with #D126E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126E6; }
p { color: rgb(209,38,230); }
H1.HeaderClassName
{
color: #D126E6;
}
.AnyTagClassName
{
color: #D126E6;
}
</style>
background-color css
<style>
a { background-color: #D126E6; }
a { background-color: rgb(209,38,230); }
div.DivClassName
{
background-color: #D126E6;
}
.BgClassName
{
background-color: #D126E6;
}
</style>
border-color css
<style>
span { border-color: #D126E6; }
span { border-color: rgb(209,38,230); }
td.TdClassName
{
border-color: #D126E6;
}
.TagClassName
{
border-color: #D126E6;
}
</style>