Shades of Psychedelic Purple #D72EEA
Tints of Psychedelic Purple #D72EEA
RGB
CMYK
RGB Variations
Color information
#D72EEA (or 0xD72EEA) is known color: Psychedelic Purple. HEX triplet: D7, 2E and EA. RGB value is (215,46,234). Sum of RGB (Red+Green+Blue) = 215+46+234=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #D72EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72EEA is #28D115. Grayscale: #757575. Windows color (decimal): -2674966 or 15347415. OLE color: 15347415.
HSL color Cylindrical-coordinate representation of color #D72EEA: hue angle of 293.94º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D72EEA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 46 | 234 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.08 |
| HSL | 293.94º | 0.82% | 0.55% | - |
| HSV(B) | 293.94º | 0.8% | 0.92% | - |
| XYZ | 43.85 | 22.34 | 79.84 | - |
| YUV | 117.96 | 193.49 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 46 | 234 | 0.08 | 0.80 | 0 | 0.08 | 293.94 | 0.82 | 0.55 |
| Hex | D7 | 2E | EA | 8 | 50 | 0 | 8 | 126 | 52 | 37 |
| Octal | 327 | 56 | 352 | 10 | 120 | 0 | 10 | 446 | 122 | 67 |
| Binary | 11010111 | 101110 | 11101010 | 1000 | 1010000 | 0 | 1000 | 100100110 | 1010010 | 110111 |
Color Harmonies of #D72EEA
Complementary color
Monochromatic Colors of #D72EEA
Black with #D72EEA
Text Example
Text Example
White with #D72EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D72EEA; }
p { color: rgb(215,46,234); }
H1.HeaderClassName
{
color: #D72EEA;
}
.AnyTagClassName
{
color: #D72EEA;
}
</style>
background-color css
<style>
a { background-color: #D72EEA; }
a { background-color: rgb(215,46,234); }
div.DivClassName
{
background-color: #D72EEA;
}
.BgClassName
{
background-color: #D72EEA;
}
</style>
border-color css
<style>
span { border-color: #D72EEA; }
span { border-color: rgb(215,46,234); }
td.TdClassName
{
border-color: #D72EEA;
}
.TagClassName
{
border-color: #D72EEA;
}
</style>