Shades of Psychedelic Purple #D72FFC
Tints of Psychedelic Purple #D72FFC
RGB
CMYK
RGB Variations
Color information
#D72FFC (or 0xD72FFC) is known color: Psychedelic Purple. HEX triplet: D7, 2F and FC. RGB value is (215,47,252). Sum of RGB (Red+Green+Blue) = 215+47+252=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 47 (18.75% from 255 or 9.14% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #D72FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72FFC is #28D003. Grayscale: #777777. Windows color (decimal): -2674692 or 16527319. OLE color: 16527319.
HSL color Cylindrical-coordinate representation of color #D72FFC: hue angle of 289.17º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72FFC is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 47 | 252 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.01 |
| HSL | 289.17º | 0.97% | 0.59% | - |
| HSV(B) | 289.17º | 0.81% | 0.99% | - |
| XYZ | 46.61 | 23.51 | 94.18 | - |
| YUV | 120.6 | 202.16 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 252 | 0.15 | 0.81 | 0 | 0.01 | 289.17 | 0.97 | 0.59 |
| Hex | D7 | 2F | FC | F | 51 | 0 | 1 | 121 | 61 | 3B |
| Octal | 327 | 57 | 374 | 17 | 121 | 0 | 1 | 441 | 141 | 73 |
| Binary | 11010111 | 101111 | 11111100 | 1111 | 1010001 | 0 | 1 | 100100001 | 1100001 | 111011 |
Color Harmonies of #D72FFC
Complementary color
Monochromatic Colors of #D72FFC
Black with #D72FFC
Text Example
Text Example
White with #D72FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FFC; }
p { color: rgb(215,47,252); }
H1.HeaderClassName
{
color: #D72FFC;
}
.AnyTagClassName
{
color: #D72FFC;
}
</style>
background-color css
<style>
a { background-color: #D72FFC; }
a { background-color: rgb(215,47,252); }
div.DivClassName
{
background-color: #D72FFC;
}
.BgClassName
{
background-color: #D72FFC;
}
</style>
border-color css
<style>
span { border-color: #D72FFC; }
span { border-color: rgb(215,47,252); }
td.TdClassName
{
border-color: #D72FFC;
}
.TagClassName
{
border-color: #D72FFC;
}
</style>