Shades of Psychedelic Purple #D71EFB
Tints of Psychedelic Purple #D71EFB
RGB
CMYK
RGB Variations
Color information
#D71EFB (or 0xD71EFB) is known color: Psychedelic Purple. HEX triplet: D7, 1E and FB. RGB value is (215,30,251). Sum of RGB (Red+Green+Blue) = 215+30+251=496 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.35% from 496); Green value is 30 (12.11% from 255 or 6.05% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #D71EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71EFB is #28E104. Grayscale: #6D6D6D. Windows color (decimal): -2679045 or 16457431. OLE color: 16457431.
HSL color Cylindrical-coordinate representation of color #D71EFB: hue angle of 290.23º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71EFB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 30 | 251 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.02 |
| HSL | 290.23º | 0.97% | 0.55% | - |
| HSV(B) | 290.23º | 0.88% | 0.98% | - |
| XYZ | 45.9 | 22.34 | 93.16 | - |
| YUV | 110.51 | 207.29 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 251 | 0.14 | 0.88 | 0 | 0.02 | 290.23 | 0.97 | 0.55 |
| Hex | D7 | 1E | FB | E | 58 | 0 | 2 | 122 | 61 | 37 |
| Octal | 327 | 36 | 373 | 16 | 130 | 0 | 2 | 442 | 141 | 67 |
| Binary | 11010111 | 11110 | 11111011 | 1110 | 1011000 | 0 | 10 | 100100010 | 1100001 | 110111 |
Color Harmonies of #D71EFB
Complementary color
Monochromatic Colors of #D71EFB
Black with #D71EFB
Text Example
Text Example
White with #D71EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71EFB; }
p { color: rgb(215,30,251); }
H1.HeaderClassName
{
color: #D71EFB;
}
.AnyTagClassName
{
color: #D71EFB;
}
</style>
background-color css
<style>
a { background-color: #D71EFB; }
a { background-color: rgb(215,30,251); }
div.DivClassName
{
background-color: #D71EFB;
}
.BgClassName
{
background-color: #D71EFB;
}
</style>
border-color css
<style>
span { border-color: #D71EFB; }
span { border-color: rgb(215,30,251); }
td.TdClassName
{
border-color: #D71EFB;
}
.TagClassName
{
border-color: #D71EFB;
}
</style>