Shades of Psychedelic Purple #D729FE
Tints of Psychedelic Purple #D729FE
RGB
CMYK
RGB Variations
Color information
#D729FE (or 0xD729FE) is known color: Psychedelic Purple. HEX triplet: D7, 29 and FE. RGB value is (215,41,254). Sum of RGB (Red+Green+Blue) = 215+41+254=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 41 (16.41% from 255 or 8.04% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #D729FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D729FE is #28D601. Grayscale: #747474. Windows color (decimal): -2676226 or 16656855. OLE color: 16656855.
HSL color Cylindrical-coordinate representation of color #D729FE: hue angle of 289.01º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D729FE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 41 | 254 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.00 |
| HSL | 289.01º | 0.99% | 0.58% | - |
| HSV(B) | 289.01º | 0.84% | 1% | - |
| XYZ | 46.71 | 23.19 | 95.78 | - |
| YUV | 117.31 | 205.15 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 254 | 0.15 | 0.84 | 0 | 0.00 | 289.01 | 0.99 | 0.58 |
| Hex | D7 | 29 | FE | F | 54 | 0 | 0 | 121 | 63 | 3A |
| Octal | 327 | 51 | 376 | 17 | 124 | 0 | 0 | 441 | 143 | 72 |
| Binary | 11010111 | 101001 | 11111110 | 1111 | 1010100 | 0 | 0 | 100100001 | 1100011 | 111010 |
Color Harmonies of #D729FE
Complementary color
Monochromatic Colors of #D729FE
Black with #D729FE
Text Example
Text Example
White with #D729FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D729FE; }
p { color: rgb(215,41,254); }
H1.HeaderClassName
{
color: #D729FE;
}
.AnyTagClassName
{
color: #D729FE;
}
</style>
background-color css
<style>
a { background-color: #D729FE; }
a { background-color: rgb(215,41,254); }
div.DivClassName
{
background-color: #D729FE;
}
.BgClassName
{
background-color: #D729FE;
}
</style>
border-color css
<style>
span { border-color: #D729FE; }
span { border-color: rgb(215,41,254); }
td.TdClassName
{
border-color: #D729FE;
}
.TagClassName
{
border-color: #D729FE;
}
</style>