Shades of Psychedelic Purple #D72BEC
Tints of Psychedelic Purple #D72BEC
RGB
CMYK
RGB Variations
Color information
#D72BEC (or 0xD72BEC) is known color: Psychedelic Purple. HEX triplet: D7, 2B and EC. RGB value is (215,43,236). Sum of RGB (Red+Green+Blue) = 215+43+236=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 43 (17.19% from 255 or 8.70% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #D72BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72BEC is #28D413. Grayscale: #737373. Windows color (decimal): -2675732 or 15477719. OLE color: 15477719.
HSL color Cylindrical-coordinate representation of color #D72BEC: hue angle of 293.47º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72BEC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 43 | 236 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.07 |
| HSL | 293.47º | 0.84% | 0.55% | - |
| HSV(B) | 293.47º | 0.82% | 0.93% | - |
| XYZ | 44.03 | 22.23 | 81.33 | - |
| YUV | 116.43 | 195.48 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 236 | 0.09 | 0.82 | 0 | 0.07 | 293.47 | 0.84 | 0.55 |
| Hex | D7 | 2B | EC | 9 | 52 | 0 | 7 | 125 | 54 | 37 |
| Octal | 327 | 53 | 354 | 11 | 122 | 0 | 7 | 445 | 124 | 67 |
| Binary | 11010111 | 101011 | 11101100 | 1001 | 1010010 | 0 | 111 | 100100101 | 1010100 | 110111 |
Color Harmonies of #D72BEC
Complementary color
Monochromatic Colors of #D72BEC
Black with #D72BEC
Text Example
Text Example
White with #D72BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BEC; }
p { color: rgb(215,43,236); }
H1.HeaderClassName
{
color: #D72BEC;
}
.AnyTagClassName
{
color: #D72BEC;
}
</style>
background-color css
<style>
a { background-color: #D72BEC; }
a { background-color: rgb(215,43,236); }
div.DivClassName
{
background-color: #D72BEC;
}
.BgClassName
{
background-color: #D72BEC;
}
</style>
border-color css
<style>
span { border-color: #D72BEC; }
span { border-color: rgb(215,43,236); }
td.TdClassName
{
border-color: #D72BEC;
}
.TagClassName
{
border-color: #D72BEC;
}
</style>