Shades of Psychedelic Purple #D72CFD
Tints of Psychedelic Purple #D72CFD
RGB
CMYK
RGB Variations
Color information
#D72CFD (or 0xD72CFD) is known color: Psychedelic Purple. HEX triplet: D7, 2C and FD. RGB value is (215,44,253). Sum of RGB (Red+Green+Blue) = 215+44+253=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 44 (17.58% from 255 or 8.59% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #D72CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72CFD is #28D302. Grayscale: #767676. Windows color (decimal): -2675459 or 16592087. OLE color: 16592087.
HSL color Cylindrical-coordinate representation of color #D72CFD: hue angle of 289.09º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D72CFD is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 44 | 253 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.01 |
| HSL | 289.09º | 0.98% | 0.58% | - |
| HSV(B) | 289.09º | 0.83% | 0.99% | - |
| XYZ | 46.65 | 23.34 | 94.97 | - |
| YUV | 118.96 | 203.65 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 44 | 253 | 0.15 | 0.83 | 0 | 0.01 | 289.09 | 0.98 | 0.58 |
| Hex | D7 | 2C | FD | F | 53 | 0 | 1 | 121 | 62 | 3A |
| Octal | 327 | 54 | 375 | 17 | 123 | 0 | 1 | 441 | 142 | 72 |
| Binary | 11010111 | 101100 | 11111101 | 1111 | 1010011 | 0 | 1 | 100100001 | 1100010 | 111010 |
Color Harmonies of #D72CFD
Complementary color
Monochromatic Colors of #D72CFD
Black with #D72CFD
Text Example
Text Example
White with #D72CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72CFD; }
p { color: rgb(215,44,253); }
H1.HeaderClassName
{
color: #D72CFD;
}
.AnyTagClassName
{
color: #D72CFD;
}
</style>
background-color css
<style>
a { background-color: #D72CFD; }
a { background-color: rgb(215,44,253); }
div.DivClassName
{
background-color: #D72CFD;
}
.BgClassName
{
background-color: #D72CFD;
}
</style>
border-color css
<style>
span { border-color: #D72CFD; }
span { border-color: rgb(215,44,253); }
td.TdClassName
{
border-color: #D72CFD;
}
.TagClassName
{
border-color: #D72CFD;
}
</style>