Shades of Psychedelic Purple #D71BEA
Tints of Psychedelic Purple #D71BEA
RGB
CMYK
RGB Variations
Color information
#D71BEA (or 0xD71BEA) is known color: Psychedelic Purple. HEX triplet: D7, 1B and EA. RGB value is (215,27,234). Sum of RGB (Red+Green+Blue) = 215+27+234=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #D71BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71BEA is #28E415. Grayscale: #6A6A6A. Windows color (decimal): -2679830 or 15342551. OLE color: 15342551.
HSL color Cylindrical-coordinate representation of color #D71BEA: hue angle of 294.49º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71BEA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 27 | 234 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.08 |
| HSL | 294.49º | 0.83% | 0.51% | - |
| HSV(B) | 294.49º | 0.88% | 0.92% | - |
| XYZ | 43.27 | 21.17 | 79.65 | - |
| YUV | 106.81 | 199.78 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 234 | 0.08 | 0.88 | 0 | 0.08 | 294.49 | 0.83 | 0.51 |
| Hex | D7 | 1B | EA | 8 | 58 | 0 | 8 | 126 | 53 | 33 |
| Octal | 327 | 33 | 352 | 10 | 130 | 0 | 10 | 446 | 123 | 63 |
| Binary | 11010111 | 11011 | 11101010 | 1000 | 1011000 | 0 | 1000 | 100100110 | 1010011 | 110011 |
Color Harmonies of #D71BEA
Complementary color
Monochromatic Colors of #D71BEA
Black with #D71BEA
Text Example
Text Example
White with #D71BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BEA; }
p { color: rgb(215,27,234); }
H1.HeaderClassName
{
color: #D71BEA;
}
.AnyTagClassName
{
color: #D71BEA;
}
</style>
background-color css
<style>
a { background-color: #D71BEA; }
a { background-color: rgb(215,27,234); }
div.DivClassName
{
background-color: #D71BEA;
}
.BgClassName
{
background-color: #D71BEA;
}
</style>
border-color css
<style>
span { border-color: #D71BEA; }
span { border-color: rgb(215,27,234); }
td.TdClassName
{
border-color: #D71BEA;
}
.TagClassName
{
border-color: #D71BEA;
}
</style>