Shades of Psychedelic Purple #D72CFF
Tints of Psychedelic Purple #D72CFF
RGB
CMYK
RGB Variations
Color information
#D72CFF (or 0xD72CFF) is known color: Psychedelic Purple. HEX triplet: D7, 2C and FF. RGB value is (215,44,255). Sum of RGB (Red+Green+Blue) = 215+44+255=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 44 (17.58% from 255 or 8.56% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #D72CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72CFF is #28D300. Grayscale: #767676. Windows color (decimal): -2675457 or 16723159. OLE color: 16723159.
HSL color Cylindrical-coordinate representation of color #D72CFF: hue angle of 288.63º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72CFF is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 44 | 255 | - |
| CMYK | 0.16 | 0.83 | 0 | 0 |
| HSL | 288.63º | 1% | 0.59% | - |
| HSV(B) | 288.63º | 0.83% | 1% | - |
| XYZ | 46.98 | 23.47 | 96.66 | - |
| YUV | 119.18 | 204.65 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 255 | 0.16 | 0.83 | 0 | 0 | 288.63 | 1 | 0.59 |
| Hex | D7 | 2C | FF | 10 | 53 | 0 | 0 | 121 | 64 | 3B |
| Octal | 327 | 54 | 377 | 20 | 123 | 0 | 0 | 441 | 144 | 73 |
| Binary | 11010111 | 101100 | 11111111 | 10000 | 1010011 | 0 | 0 | 100100001 | 1100100 | 111011 |
Color Harmonies of #D72CFF
Complementary color
Monochromatic Colors of #D72CFF
Black with #D72CFF
Text Example
Text Example
White with #D72CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72CFF; }
p { color: rgb(215,44,255); }
H1.HeaderClassName
{
color: #D72CFF;
}
.AnyTagClassName
{
color: #D72CFF;
}
</style>
background-color css
<style>
a { background-color: #D72CFF; }
a { background-color: rgb(215,44,255); }
div.DivClassName
{
background-color: #D72CFF;
}
.BgClassName
{
background-color: #D72CFF;
}
</style>
border-color css
<style>
span { border-color: #D72CFF; }
span { border-color: rgb(215,44,255); }
td.TdClassName
{
border-color: #D72CFF;
}
.TagClassName
{
border-color: #D72CFF;
}
</style>