Shades of Psychedelic Purple #D72DF4
Tints of Psychedelic Purple #D72DF4
RGB
CMYK
RGB Variations
Color information
#D72DF4 (or 0xD72DF4) is known color: Psychedelic Purple. HEX triplet: D7, 2D and F4. RGB value is (215,45,244). Sum of RGB (Red+Green+Blue) = 215+45+244=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #D72DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72DF4 is #28D20B. Grayscale: #757575. Windows color (decimal): -2675212 or 16002519. OLE color: 16002519.
HSL color Cylindrical-coordinate representation of color #D72DF4: hue angle of 291.26º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72DF4 is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 45 | 244 | - |
| CMYK | 0.12 | 0.82 | 0 | 0.04 |
| HSL | 291.26º | 0.9% | 0.57% | - |
| HSV(B) | 291.26º | 0.82% | 0.96% | - |
| XYZ | 45.29 | 22.86 | 87.61 | - |
| YUV | 118.52 | 198.82 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 244 | 0.12 | 0.82 | 0 | 0.04 | 291.26 | 0.9 | 0.57 |
| Hex | D7 | 2D | F4 | C | 52 | 0 | 4 | 123 | 5A | 39 |
| Octal | 327 | 55 | 364 | 14 | 122 | 0 | 4 | 443 | 132 | 71 |
| Binary | 11010111 | 101101 | 11110100 | 1100 | 1010010 | 0 | 100 | 100100011 | 1011010 | 111001 |
Color Harmonies of #D72DF4
Complementary color
Monochromatic Colors of #D72DF4
Black with #D72DF4
Text Example
Text Example
White with #D72DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72DF4; }
p { color: rgb(215,45,244); }
H1.HeaderClassName
{
color: #D72DF4;
}
.AnyTagClassName
{
color: #D72DF4;
}
</style>
background-color css
<style>
a { background-color: #D72DF4; }
a { background-color: rgb(215,45,244); }
div.DivClassName
{
background-color: #D72DF4;
}
.BgClassName
{
background-color: #D72DF4;
}
</style>
border-color css
<style>
span { border-color: #D72DF4; }
span { border-color: rgb(215,45,244); }
td.TdClassName
{
border-color: #D72DF4;
}
.TagClassName
{
border-color: #D72DF4;
}
</style>