Shades of Psychedelic Purple #D72BFE
Tints of Psychedelic Purple #D72BFE
RGB
CMYK
RGB Variations
Color information
#D72BFE (or 0xD72BFE) is known color: Psychedelic Purple. HEX triplet: D7, 2B and FE. RGB value is (215,43,254). Sum of RGB (Red+Green+Blue) = 215+43+254=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 43 (17.19% from 255 or 8.40% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #D72BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72BFE is #28D401. Grayscale: #757575. Windows color (decimal): -2675714 or 16657367. OLE color: 16657367.
HSL color Cylindrical-coordinate representation of color #D72BFE: hue angle of 288.91º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72BFE is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 43 | 254 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.00 |
| HSL | 288.91º | 0.99% | 0.58% | - |
| HSV(B) | 288.91º | 0.83% | 1% | - |
| XYZ | 46.78 | 23.33 | 95.8 | - |
| YUV | 118.48 | 204.48 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 254 | 0.15 | 0.83 | 0 | 0.00 | 288.91 | 0.99 | 0.58 |
| Hex | D7 | 2B | FE | F | 53 | 0 | 0 | 121 | 63 | 3A |
| Octal | 327 | 53 | 376 | 17 | 123 | 0 | 0 | 441 | 143 | 72 |
| Binary | 11010111 | 101011 | 11111110 | 1111 | 1010011 | 0 | 0 | 100100001 | 1100011 | 111010 |
Color Harmonies of #D72BFE
Complementary color
Monochromatic Colors of #D72BFE
Black with #D72BFE
Text Example
Text Example
White with #D72BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BFE; }
p { color: rgb(215,43,254); }
H1.HeaderClassName
{
color: #D72BFE;
}
.AnyTagClassName
{
color: #D72BFE;
}
</style>
background-color css
<style>
a { background-color: #D72BFE; }
a { background-color: rgb(215,43,254); }
div.DivClassName
{
background-color: #D72BFE;
}
.BgClassName
{
background-color: #D72BFE;
}
</style>
border-color css
<style>
span { border-color: #D72BFE; }
span { border-color: rgb(215,43,254); }
td.TdClassName
{
border-color: #D72BFE;
}
.TagClassName
{
border-color: #D72BFE;
}
</style>