Shades of Psychedelic Purple #D126FA
Tints of Psychedelic Purple #D126FA
RGB
CMYK
RGB Variations
Color information
#D126FA (or 0xD126FA) is known color: Psychedelic Purple. HEX triplet: D1, 26 and FA. RGB value is (209,38,250). Sum of RGB (Red+Green+Blue) = 209+38+250=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 38 (15.23% from 255 or 7.65% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #D126FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D126FA is #2ED905. Grayscale: #707070. Windows color (decimal): -3070214 or 16393937. OLE color: 16393937.
HSL color Cylindrical-coordinate representation of color #D126FA: hue angle of 288.4º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D126FA is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 38 | 250 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.02 |
| HSL | 288.4º | 0.95% | 0.56% | - |
| HSV(B) | 288.4º | 0.85% | 0.98% | - |
| XYZ | 44.24 | 21.84 | 92.33 | - |
| YUV | 113.3 | 205.15 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 250 | 0.16 | 0.85 | 0 | 0.02 | 288.4 | 0.95 | 0.56 |
| Hex | D1 | 26 | FA | 10 | 55 | 0 | 2 | 120 | 5F | 38 |
| Octal | 321 | 46 | 372 | 20 | 125 | 0 | 2 | 440 | 137 | 70 |
| Binary | 11010001 | 100110 | 11111010 | 10000 | 1010101 | 0 | 10 | 100100000 | 1011111 | 111000 |
Color Harmonies of #D126FA
Complementary color
Monochromatic Colors of #D126FA
Black with #D126FA
Text Example
Text Example
White with #D126FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D126FA; }
p { color: rgb(209,38,250); }
H1.HeaderClassName
{
color: #D126FA;
}
.AnyTagClassName
{
color: #D126FA;
}
</style>
background-color css
<style>
a { background-color: #D126FA; }
a { background-color: rgb(209,38,250); }
div.DivClassName
{
background-color: #D126FA;
}
.BgClassName
{
background-color: #D126FA;
}
</style>
border-color css
<style>
span { border-color: #D126FA; }
span { border-color: rgb(209,38,250); }
td.TdClassName
{
border-color: #D126FA;
}
.TagClassName
{
border-color: #D126FA;
}
</style>