Shades of Psychedelic Purple #D711EF
Tints of Psychedelic Purple #D711EF
RGB
CMYK
RGB Variations
Color information
#D711EF (or 0xD711EF) is known color: Psychedelic Purple. HEX triplet: D7, 11 and EF. RGB value is (215,17,239). Sum of RGB (Red+Green+Blue) = 215+17+239=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #D711EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D711EF is #28EE10. Grayscale: #646464. Windows color (decimal): -2682385 or 15667671. OLE color: 15667671.
HSL color Cylindrical-coordinate representation of color #D711EF: hue angle of 293.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D711EF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 17 | 239 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.06 |
| HSL | 293.51º | 0.87% | 0.5% | - |
| HSV(B) | 293.51º | 0.93% | 0.94% | - |
| XYZ | 43.8 | 21.08 | 83.42 | - |
| YUV | 101.51 | 205.6 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 239 | 0.10 | 0.93 | 0 | 0.06 | 293.51 | 0.87 | 0.5 |
| Hex | D7 | 11 | EF | A | 5D | 0 | 6 | 126 | 57 | 32 |
| Octal | 327 | 21 | 357 | 12 | 135 | 0 | 6 | 446 | 127 | 62 |
| Binary | 11010111 | 10001 | 11101111 | 1010 | 1011101 | 0 | 110 | 100100110 | 1010111 | 110010 |
Color Harmonies of #D711EF
Complementary color
Monochromatic Colors of #D711EF
Black with #D711EF
Text Example
Text Example
White with #D711EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D711EF; }
p { color: rgb(215,17,239); }
H1.HeaderClassName
{
color: #D711EF;
}
.AnyTagClassName
{
color: #D711EF;
}
</style>
background-color css
<style>
a { background-color: #D711EF; }
a { background-color: rgb(215,17,239); }
div.DivClassName
{
background-color: #D711EF;
}
.BgClassName
{
background-color: #D711EF;
}
</style>
border-color css
<style>
span { border-color: #D711EF; }
span { border-color: rgb(215,17,239); }
td.TdClassName
{
border-color: #D711EF;
}
.TagClassName
{
border-color: #D711EF;
}
</style>