Shades of Psychedelic Purple #D71BEB
Tints of Psychedelic Purple #D71BEB
RGB
CMYK
RGB Variations
Color information
#D71BEB (or 0xD71BEB) is known color: Psychedelic Purple. HEX triplet: D7, 1B and EB. RGB value is (215,27,235). Sum of RGB (Red+Green+Blue) = 215+27+235=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 27 (10.94% from 255 or 5.66% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #D71BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71BEB is #28E414. Grayscale: #6A6A6A. Windows color (decimal): -2679829 or 15408087. OLE color: 15408087.
HSL color Cylindrical-coordinate representation of color #D71BEB: hue angle of 294.23º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71BEB is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 27 | 235 | - |
| CMYK | 0.09 | 0.89 | 0 | 0.08 |
| HSL | 294.23º | 0.84% | 0.51% | - |
| HSV(B) | 294.23º | 0.89% | 0.92% | - |
| XYZ | 43.41 | 21.23 | 80.41 | - |
| YUV | 106.92 | 200.28 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 235 | 0.09 | 0.89 | 0 | 0.08 | 294.23 | 0.84 | 0.51 |
| Hex | D7 | 1B | EB | 9 | 59 | 0 | 8 | 126 | 54 | 33 |
| Octal | 327 | 33 | 353 | 11 | 131 | 0 | 10 | 446 | 124 | 63 |
| Binary | 11010111 | 11011 | 11101011 | 1001 | 1011001 | 0 | 1000 | 100100110 | 1010100 | 110011 |
Color Harmonies of #D71BEB
Complementary color
Monochromatic Colors of #D71BEB
Black with #D71BEB
Text Example
Text Example
White with #D71BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BEB; }
p { color: rgb(215,27,235); }
H1.HeaderClassName
{
color: #D71BEB;
}
.AnyTagClassName
{
color: #D71BEB;
}
</style>
background-color css
<style>
a { background-color: #D71BEB; }
a { background-color: rgb(215,27,235); }
div.DivClassName
{
background-color: #D71BEB;
}
.BgClassName
{
background-color: #D71BEB;
}
</style>
border-color css
<style>
span { border-color: #D71BEB; }
span { border-color: rgb(215,27,235); }
td.TdClassName
{
border-color: #D71BEB;
}
.TagClassName
{
border-color: #D71BEB;
}
</style>