Shades of Psychedelic Purple #D71EEA
Tints of Psychedelic Purple #D71EEA
RGB
CMYK
RGB Variations
Color information
#D71EEA (or 0xD71EEA) is known color: Psychedelic Purple. HEX triplet: D7, 1E and EA. RGB value is (215,30,234). Sum of RGB (Red+Green+Blue) = 215+30+234=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 30 (12.11% from 255 or 6.26% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #D71EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EEA is #28E115. Grayscale: #6B6B6B. Windows color (decimal): -2679062 or 15343319. OLE color: 15343319.
HSL color Cylindrical-coordinate representation of color #D71EEA: hue angle of 294.41º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71EEA is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 30 | 234 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.08 |
| HSL | 294.41º | 0.83% | 0.52% | - |
| HSV(B) | 294.41º | 0.87% | 0.92% | - |
| XYZ | 43.34 | 21.32 | 79.67 | - |
| YUV | 108.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 234 | 0.08 | 0.87 | 0 | 0.08 | 294.41 | 0.83 | 0.52 |
| Hex | D7 | 1E | EA | 8 | 57 | 0 | 8 | 126 | 53 | 34 |
| Octal | 327 | 36 | 352 | 10 | 127 | 0 | 10 | 446 | 123 | 64 |
| Binary | 11010111 | 11110 | 11101010 | 1000 | 1010111 | 0 | 1000 | 100100110 | 1010011 | 110100 |
Color Harmonies of #D71EEA
Complementary color
Monochromatic Colors of #D71EEA
Black with #D71EEA
Text Example
Text Example
White with #D71EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EEA; }
p { color: rgb(215,30,234); }
H1.HeaderClassName
{
color: #D71EEA;
}
.AnyTagClassName
{
color: #D71EEA;
}
</style>
background-color css
<style>
a { background-color: #D71EEA; }
a { background-color: rgb(215,30,234); }
div.DivClassName
{
background-color: #D71EEA;
}
.BgClassName
{
background-color: #D71EEA;
}
</style>
border-color css
<style>
span { border-color: #D71EEA; }
span { border-color: rgb(215,30,234); }
td.TdClassName
{
border-color: #D71EEA;
}
.TagClassName
{
border-color: #D71EEA;
}
</style>