Shades of Psychedelic Purple #D71CE8
Tints of Psychedelic Purple #D71CE8
RGB
CMYK
RGB Variations
Color information
#D71CE8 (or 0xD71CE8) is known color: Psychedelic Purple. HEX triplet: D7, 1C and E8. RGB value is (215,28,232). Sum of RGB (Red+Green+Blue) = 215+28+232=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #D71CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71CE8 is #28E317. Grayscale: #6A6A6A. Windows color (decimal): -2679576 or 15211735. OLE color: 15211735.
HSL color Cylindrical-coordinate representation of color #D71CE8: hue angle of 295º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71CE8 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 28 | 232 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.09 |
| HSL | 295º | 0.82% | 0.51% | - |
| HSV(B) | 295º | 0.88% | 0.91% | - |
| XYZ | 43.01 | 21.1 | 78.15 | - |
| YUV | 107.17 | 198.45 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 28 | 232 | 0.07 | 0.88 | 0 | 0.09 | 295 | 0.82 | 0.51 |
| Hex | D7 | 1C | E8 | 7 | 58 | 0 | 9 | 127 | 52 | 33 |
| Octal | 327 | 34 | 350 | 7 | 130 | 0 | 11 | 447 | 122 | 63 |
| Binary | 11010111 | 11100 | 11101000 | 111 | 1011000 | 0 | 1001 | 100100111 | 1010010 | 110011 |
Color Harmonies of #D71CE8
Complementary color
Monochromatic Colors of #D71CE8
Black with #D71CE8
Text Example
Text Example
White with #D71CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71CE8; }
p { color: rgb(215,28,232); }
H1.HeaderClassName
{
color: #D71CE8;
}
.AnyTagClassName
{
color: #D71CE8;
}
</style>
background-color css
<style>
a { background-color: #D71CE8; }
a { background-color: rgb(215,28,232); }
div.DivClassName
{
background-color: #D71CE8;
}
.BgClassName
{
background-color: #D71CE8;
}
</style>
border-color css
<style>
span { border-color: #D71CE8; }
span { border-color: rgb(215,28,232); }
td.TdClassName
{
border-color: #D71CE8;
}
.TagClassName
{
border-color: #D71CE8;
}
</style>