Shades of Psychedelic Purple #D72DED
Tints of Psychedelic Purple #D72DED
RGB
CMYK
RGB Variations
Color information
#D72DED (or 0xD72DED) is known color: Psychedelic Purple. HEX triplet: D7, 2D and ED. RGB value is (215,45,237). Sum of RGB (Red+Green+Blue) = 215+45+237=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 45 (17.97% from 255 or 9.05% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #D72DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72DED is #28D212. Grayscale: #757575. Windows color (decimal): -2675219 or 15543767. OLE color: 15543767.
HSL color Cylindrical-coordinate representation of color #D72DED: hue angle of 293.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72DED is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 45 | 237 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.07 |
| HSL | 293.13º | 0.84% | 0.55% | - |
| HSV(B) | 293.13º | 0.81% | 0.93% | - |
| XYZ | 44.25 | 22.44 | 82.12 | - |
| YUV | 117.72 | 195.32 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 45 | 237 | 0.09 | 0.81 | 0 | 0.07 | 293.13 | 0.84 | 0.55 |
| Hex | D7 | 2D | ED | 9 | 51 | 0 | 7 | 125 | 54 | 37 |
| Octal | 327 | 55 | 355 | 11 | 121 | 0 | 7 | 445 | 124 | 67 |
| Binary | 11010111 | 101101 | 11101101 | 1001 | 1010001 | 0 | 111 | 100100101 | 1010100 | 110111 |
Color Harmonies of #D72DED
Complementary color
Monochromatic Colors of #D72DED
Black with #D72DED
Text Example
Text Example
White with #D72DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72DED; }
p { color: rgb(215,45,237); }
H1.HeaderClassName
{
color: #D72DED;
}
.AnyTagClassName
{
color: #D72DED;
}
</style>
background-color css
<style>
a { background-color: #D72DED; }
a { background-color: rgb(215,45,237); }
div.DivClassName
{
background-color: #D72DED;
}
.BgClassName
{
background-color: #D72DED;
}
</style>
border-color css
<style>
span { border-color: #D72DED; }
span { border-color: rgb(215,45,237); }
td.TdClassName
{
border-color: #D72DED;
}
.TagClassName
{
border-color: #D72DED;
}
</style>