Shades of Psychedelic Purple #D72FFD
Tints of Psychedelic Purple #D72FFD
RGB
CMYK
RGB Variations
Color information
#D72FFD (or 0xD72FFD) is known color: Psychedelic Purple. HEX triplet: D7, 2F and FD. RGB value is (215,47,253). Sum of RGB (Red+Green+Blue) = 215+47+253=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 47 (18.75% from 255 or 9.13% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #D72FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72FFD is #28D002. Grayscale: #787878. Windows color (decimal): -2674691 or 16592855. OLE color: 16592855.
HSL color Cylindrical-coordinate representation of color #D72FFD: hue angle of 288.93º degrees, saturation: 0.98, 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 #D72FFD is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 47 | 253 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.01 |
| HSL | 288.93º | 0.98% | 0.59% | - |
| HSV(B) | 288.93º | 0.81% | 0.99% | - |
| XYZ | 46.77 | 23.57 | 95.01 | - |
| YUV | 120.72 | 202.66 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 47 | 253 | 0.15 | 0.81 | 0 | 0.01 | 288.93 | 0.98 | 0.59 |
| Hex | D7 | 2F | FD | F | 51 | 0 | 1 | 121 | 62 | 3B |
| Octal | 327 | 57 | 375 | 17 | 121 | 0 | 1 | 441 | 142 | 73 |
| Binary | 11010111 | 101111 | 11111101 | 1111 | 1010001 | 0 | 1 | 100100001 | 1100010 | 111011 |
Color Harmonies of #D72FFD
Complementary color
Monochromatic Colors of #D72FFD
Black with #D72FFD
Text Example
Text Example
White with #D72FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72FFD; }
p { color: rgb(215,47,253); }
H1.HeaderClassName
{
color: #D72FFD;
}
.AnyTagClassName
{
color: #D72FFD;
}
</style>
background-color css
<style>
a { background-color: #D72FFD; }
a { background-color: rgb(215,47,253); }
div.DivClassName
{
background-color: #D72FFD;
}
.BgClassName
{
background-color: #D72FFD;
}
</style>
border-color css
<style>
span { border-color: #D72FFD; }
span { border-color: rgb(215,47,253); }
td.TdClassName
{
border-color: #D72FFD;
}
.TagClassName
{
border-color: #D72FFD;
}
</style>