Shades of Psychedelic Purple #D72FFA
Tints of Psychedelic Purple #D72FFA
RGB
CMYK
RGB Variations
Color information
#D72FFA (or 0xD72FFA) is known color: Psychedelic Purple. HEX triplet: D7, 2F and FA. RGB value is (215,47,250). Sum of RGB (Red+Green+Blue) = 215+47+250=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #D72FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72FFA is #28D005. Grayscale: #777777. Windows color (decimal): -2674694 or 16396247. OLE color: 16396247.
HSL color Cylindrical-coordinate representation of color #D72FFA: hue angle of 289.66º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72FFA is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 47 | 250 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.02 |
| HSL | 289.66º | 0.95% | 0.58% | - |
| HSV(B) | 289.66º | 0.81% | 0.98% | - |
| XYZ | 46.3 | 23.38 | 92.52 | - |
| YUV | 120.37 | 201.16 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 250 | 0.14 | 0.81 | 0 | 0.02 | 289.66 | 0.95 | 0.58 |
| Hex | D7 | 2F | FA | E | 51 | 0 | 2 | 122 | 5F | 3A |
| Octal | 327 | 57 | 372 | 16 | 121 | 0 | 2 | 442 | 137 | 72 |
| Binary | 11010111 | 101111 | 11111010 | 1110 | 1010001 | 0 | 10 | 100100010 | 1011111 | 111010 |
Color Harmonies of #D72FFA
Complementary color
Monochromatic Colors of #D72FFA
Black with #D72FFA
Text Example
Text Example
White with #D72FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FFA; }
p { color: rgb(215,47,250); }
H1.HeaderClassName
{
color: #D72FFA;
}
.AnyTagClassName
{
color: #D72FFA;
}
</style>
background-color css
<style>
a { background-color: #D72FFA; }
a { background-color: rgb(215,47,250); }
div.DivClassName
{
background-color: #D72FFA;
}
.BgClassName
{
background-color: #D72FFA;
}
</style>
border-color css
<style>
span { border-color: #D72FFA; }
span { border-color: rgb(215,47,250); }
td.TdClassName
{
border-color: #D72FFA;
}
.TagClassName
{
border-color: #D72FFA;
}
</style>