Shades of Psychedelic Purple #D726FA
Tints of Psychedelic Purple #D726FA
RGB
CMYK
RGB Variations
Color information
#D726FA (or 0xD726FA) is known color: Psychedelic Purple. HEX triplet: D7, 26 and FA. RGB value is (215,38,250). Sum of RGB (Red+Green+Blue) = 215+38+250=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 38 (15.23% from 255 or 7.55% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #D726FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726FA is #28D905. Grayscale: #727272. Windows color (decimal): -2676998 or 16393943. OLE color: 16393943.
HSL color Cylindrical-coordinate representation of color #D726FA: hue angle of 290.09º 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 #D726FA is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 38 | 250 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.02 |
| HSL | 290.09º | 0.95% | 0.56% | - |
| HSV(B) | 290.09º | 0.85% | 0.98% | - |
| XYZ | 45.97 | 22.74 | 92.41 | - |
| YUV | 115.09 | 204.14 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 250 | 0.14 | 0.85 | 0 | 0.02 | 290.09 | 0.95 | 0.56 |
| Hex | D7 | 26 | FA | E | 55 | 0 | 2 | 122 | 5F | 38 |
| Octal | 327 | 46 | 372 | 16 | 125 | 0 | 2 | 442 | 137 | 70 |
| Binary | 11010111 | 100110 | 11111010 | 1110 | 1010101 | 0 | 10 | 100100010 | 1011111 | 111000 |
Color Harmonies of #D726FA
Complementary color
Monochromatic Colors of #D726FA
Black with #D726FA
Text Example
Text Example
White with #D726FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726FA; }
p { color: rgb(215,38,250); }
H1.HeaderClassName
{
color: #D726FA;
}
.AnyTagClassName
{
color: #D726FA;
}
</style>
background-color css
<style>
a { background-color: #D726FA; }
a { background-color: rgb(215,38,250); }
div.DivClassName
{
background-color: #D726FA;
}
.BgClassName
{
background-color: #D726FA;
}
</style>
border-color css
<style>
span { border-color: #D726FA; }
span { border-color: rgb(215,38,250); }
td.TdClassName
{
border-color: #D726FA;
}
.TagClassName
{
border-color: #D726FA;
}
</style>