Shades of Psychedelic Purple #D72BFC
Tints of Psychedelic Purple #D72BFC
RGB
CMYK
RGB Variations
Color information
#D72BFC (or 0xD72BFC) is known color: Psychedelic Purple. HEX triplet: D7, 2B and FC. RGB value is (215,43,252). Sum of RGB (Red+Green+Blue) = 215+43+252=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 43 (17.19% from 255 or 8.43% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #D72BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72BFC is #28D403. Grayscale: #757575. Windows color (decimal): -2675716 or 16526295. OLE color: 16526295.
HSL color Cylindrical-coordinate representation of color #D72BFC: hue angle of 289.38º degrees, saturation: 0.97, 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 #D72BFC is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 43 | 252 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.01 |
| HSL | 289.38º | 0.97% | 0.58% | - |
| HSV(B) | 289.38º | 0.83% | 0.99% | - |
| XYZ | 46.46 | 23.2 | 94.13 | - |
| YUV | 118.25 | 203.48 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 252 | 0.15 | 0.83 | 0 | 0.01 | 289.38 | 0.97 | 0.58 |
| Hex | D7 | 2B | FC | F | 53 | 0 | 1 | 121 | 61 | 3A |
| Octal | 327 | 53 | 374 | 17 | 123 | 0 | 1 | 441 | 141 | 72 |
| Binary | 11010111 | 101011 | 11111100 | 1111 | 1010011 | 0 | 1 | 100100001 | 1100001 | 111010 |
Color Harmonies of #D72BFC
Complementary color
Monochromatic Colors of #D72BFC
Black with #D72BFC
Text Example
Text Example
White with #D72BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BFC; }
p { color: rgb(215,43,252); }
H1.HeaderClassName
{
color: #D72BFC;
}
.AnyTagClassName
{
color: #D72BFC;
}
</style>
background-color css
<style>
a { background-color: #D72BFC; }
a { background-color: rgb(215,43,252); }
div.DivClassName
{
background-color: #D72BFC;
}
.BgClassName
{
background-color: #D72BFC;
}
</style>
border-color css
<style>
span { border-color: #D72BFC; }
span { border-color: rgb(215,43,252); }
td.TdClassName
{
border-color: #D72BFC;
}
.TagClassName
{
border-color: #D72BFC;
}
</style>