Shades of Psychedelic Purple #D71BFB
Tints of Psychedelic Purple #D71BFB
RGB
CMYK
RGB Variations
Color information
#D71BFB (or 0xD71BFB) is known color: Psychedelic Purple. HEX triplet: D7, 1B and FB. RGB value is (215,27,251). Sum of RGB (Red+Green+Blue) = 215+27+251=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #D71BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D71BFB is #28E404. Grayscale: #6C6C6C. Windows color (decimal): -2679813 or 16456663. OLE color: 16456663.
HSL color Cylindrical-coordinate representation of color #D71BFB: hue angle of 290.36º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71BFB is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 27 | 251 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.02 |
| HSL | 290.36º | 0.97% | 0.55% | - |
| HSV(B) | 290.36º | 0.89% | 0.98% | - |
| XYZ | 45.83 | 22.2 | 93.14 | - |
| YUV | 108.75 | 208.28 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 27 | 251 | 0.14 | 0.89 | 0 | 0.02 | 290.36 | 0.97 | 0.55 |
| Hex | D7 | 1B | FB | E | 59 | 0 | 2 | 122 | 61 | 37 |
| Octal | 327 | 33 | 373 | 16 | 131 | 0 | 2 | 442 | 141 | 67 |
| Binary | 11010111 | 11011 | 11111011 | 1110 | 1011001 | 0 | 10 | 100100010 | 1100001 | 110111 |
Color Harmonies of #D71BFB
Complementary color
Monochromatic Colors of #D71BFB
Black with #D71BFB
Text Example
Text Example
White with #D71BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71BFB; }
p { color: rgb(215,27,251); }
H1.HeaderClassName
{
color: #D71BFB;
}
.AnyTagClassName
{
color: #D71BFB;
}
</style>
background-color css
<style>
a { background-color: #D71BFB; }
a { background-color: rgb(215,27,251); }
div.DivClassName
{
background-color: #D71BFB;
}
.BgClassName
{
background-color: #D71BFB;
}
</style>
border-color css
<style>
span { border-color: #D71BFB; }
span { border-color: rgb(215,27,251); }
td.TdClassName
{
border-color: #D71BFB;
}
.TagClassName
{
border-color: #D71BFB;
}
</style>