Shades of Psychedelic Purple #D726FB
Tints of Psychedelic Purple #D726FB
RGB
CMYK
RGB Variations
Color information
#D726FB (or 0xD726FB) is known color: Psychedelic Purple. HEX triplet: D7, 26 and FB. RGB value is (215,38,251). Sum of RGB (Red+Green+Blue) = 215+38+251=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 38 (15.23% from 255 or 7.54% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #D726FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726FB is #28D904. Grayscale: #727272. Windows color (decimal): -2676997 or 16459479. OLE color: 16459479.
HSL color Cylindrical-coordinate representation of color #D726FB: hue angle of 289.86º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D726FB is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 38 | 251 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.02 |
| HSL | 289.86º | 0.96% | 0.57% | - |
| HSV(B) | 289.86º | 0.85% | 0.98% | - |
| XYZ | 46.13 | 22.8 | 93.24 | - |
| YUV | 115.21 | 204.64 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 38 | 251 | 0.14 | 0.85 | 0 | 0.02 | 289.86 | 0.96 | 0.57 |
| Hex | D7 | 26 | FB | E | 55 | 0 | 2 | 122 | 60 | 39 |
| Octal | 327 | 46 | 373 | 16 | 125 | 0 | 2 | 442 | 140 | 71 |
| Binary | 11010111 | 100110 | 11111011 | 1110 | 1010101 | 0 | 10 | 100100010 | 1100000 | 111001 |
Color Harmonies of #D726FB
Complementary color
Monochromatic Colors of #D726FB
Black with #D726FB
Text Example
Text Example
White with #D726FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D726FB; }
p { color: rgb(215,38,251); }
H1.HeaderClassName
{
color: #D726FB;
}
.AnyTagClassName
{
color: #D726FB;
}
</style>
background-color css
<style>
a { background-color: #D726FB; }
a { background-color: rgb(215,38,251); }
div.DivClassName
{
background-color: #D726FB;
}
.BgClassName
{
background-color: #D726FB;
}
</style>
border-color css
<style>
span { border-color: #D726FB; }
span { border-color: rgb(215,38,251); }
td.TdClassName
{
border-color: #D726FB;
}
.TagClassName
{
border-color: #D726FB;
}
</style>