Shades of Psychedelic Purple #D72BED
Tints of Psychedelic Purple #D72BED
RGB
CMYK
RGB Variations
Color information
#D72BED (or 0xD72BED) is known color: Psychedelic Purple. HEX triplet: D7, 2B and ED. RGB value is (215,43,237). Sum of RGB (Red+Green+Blue) = 215+43+237=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 43 (17.19% from 255 or 8.69% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #D72BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72BED is #28D412. Grayscale: #737373. Windows color (decimal): -2675731 or 15543255. OLE color: 15543255.
HSL color Cylindrical-coordinate representation of color #D72BED: hue angle of 293.2º 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 #D72BED is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 43 | 237 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.07 |
| HSL | 293.2º | 0.84% | 0.55% | - |
| HSV(B) | 293.2º | 0.82% | 0.93% | - |
| XYZ | 44.17 | 22.29 | 82.09 | - |
| YUV | 116.54 | 195.98 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 43 | 237 | 0.09 | 0.82 | 0 | 0.07 | 293.2 | 0.84 | 0.55 |
| Hex | D7 | 2B | ED | 9 | 52 | 0 | 7 | 125 | 54 | 37 |
| Octal | 327 | 53 | 355 | 11 | 122 | 0 | 7 | 445 | 124 | 67 |
| Binary | 11010111 | 101011 | 11101101 | 1001 | 1010010 | 0 | 111 | 100100101 | 1010100 | 110111 |
Color Harmonies of #D72BED
Complementary color
Monochromatic Colors of #D72BED
Black with #D72BED
Text Example
Text Example
White with #D72BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72BED; }
p { color: rgb(215,43,237); }
H1.HeaderClassName
{
color: #D72BED;
}
.AnyTagClassName
{
color: #D72BED;
}
</style>
background-color css
<style>
a { background-color: #D72BED; }
a { background-color: rgb(215,43,237); }
div.DivClassName
{
background-color: #D72BED;
}
.BgClassName
{
background-color: #D72BED;
}
</style>
border-color css
<style>
span { border-color: #D72BED; }
span { border-color: rgb(215,43,237); }
td.TdClassName
{
border-color: #D72BED;
}
.TagClassName
{
border-color: #D72BED;
}
</style>