Shades of Psychedelic Purple #D71CEF
Tints of Psychedelic Purple #D71CEF
RGB
CMYK
RGB Variations
Color information
#D71CEF (or 0xD71CEF) is known color: Psychedelic Purple. HEX triplet: D7, 1C and EF. RGB value is (215,28,239). Sum of RGB (Red+Green+Blue) = 215+28+239=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #D71CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CEF is #28E310. Grayscale: #6B6B6B. Windows color (decimal): -2679569 or 15670487. OLE color: 15670487.
HSL color Cylindrical-coordinate representation of color #D71CEF: hue angle of 293.18º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71CEF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 28 | 239 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.06 |
| HSL | 293.18º | 0.87% | 0.52% | - |
| HSV(B) | 293.18º | 0.88% | 0.94% | - |
| XYZ | 44.02 | 21.51 | 83.49 | - |
| YUV | 107.97 | 201.95 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 239 | 0.10 | 0.88 | 0 | 0.06 | 293.18 | 0.87 | 0.52 |
| Hex | D7 | 1C | EF | A | 58 | 0 | 6 | 125 | 57 | 34 |
| Octal | 327 | 34 | 357 | 12 | 130 | 0 | 6 | 445 | 127 | 64 |
| Binary | 11010111 | 11100 | 11101111 | 1010 | 1011000 | 0 | 110 | 100100101 | 1010111 | 110100 |
Color Harmonies of #D71CEF
Complementary color
Monochromatic Colors of #D71CEF
Black with #D71CEF
Text Example
Text Example
White with #D71CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CEF; }
p { color: rgb(215,28,239); }
H1.HeaderClassName
{
color: #D71CEF;
}
.AnyTagClassName
{
color: #D71CEF;
}
</style>
background-color css
<style>
a { background-color: #D71CEF; }
a { background-color: rgb(215,28,239); }
div.DivClassName
{
background-color: #D71CEF;
}
.BgClassName
{
background-color: #D71CEF;
}
</style>
border-color css
<style>
span { border-color: #D71CEF; }
span { border-color: rgb(215,28,239); }
td.TdClassName
{
border-color: #D71CEF;
}
.TagClassName
{
border-color: #D71CEF;
}
</style>