Shades of Psychedelic Purple #D91EFB
Tints of Psychedelic Purple #D91EFB
RGB
CMYK
RGB Variations
Color information
#D91EFB (or 0xD91EFB) is known color: Psychedelic Purple. HEX triplet: D9, 1E and FB. RGB value is (217,30,251). Sum of RGB (Red+Green+Blue) = 217+30+251=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 30 (12.11% from 255 or 6.02% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #D91EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91EFB is #26E104. Grayscale: #6E6E6E. Windows color (decimal): -2547973 or 16457433. OLE color: 16457433.
HSL color Cylindrical-coordinate representation of color #D91EFB: hue angle of 290.77º 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 #D91EFB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 30 | 251 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.02 |
| HSL | 290.77º | 0.97% | 0.55% | - |
| HSV(B) | 290.77º | 0.88% | 0.98% | - |
| XYZ | 46.49 | 22.65 | 93.19 | - |
| YUV | 111.11 | 206.95 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 30 | 251 | 0.14 | 0.88 | 0 | 0.02 | 290.77 | 0.97 | 0.55 |
| Hex | D9 | 1E | FB | E | 58 | 0 | 2 | 123 | 61 | 37 |
| Octal | 331 | 36 | 373 | 16 | 130 | 0 | 2 | 443 | 141 | 67 |
| Binary | 11011001 | 11110 | 11111011 | 1110 | 1011000 | 0 | 10 | 100100011 | 1100001 | 110111 |
Color Harmonies of #D91EFB
Complementary color
Monochromatic Colors of #D91EFB
Black with #D91EFB
Text Example
Text Example
White with #D91EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91EFB; }
p { color: rgb(217,30,251); }
H1.HeaderClassName
{
color: #D91EFB;
}
.AnyTagClassName
{
color: #D91EFB;
}
</style>
background-color css
<style>
a { background-color: #D91EFB; }
a { background-color: rgb(217,30,251); }
div.DivClassName
{
background-color: #D91EFB;
}
.BgClassName
{
background-color: #D91EFB;
}
</style>
border-color css
<style>
span { border-color: #D91EFB; }
span { border-color: rgb(217,30,251); }
td.TdClassName
{
border-color: #D91EFB;
}
.TagClassName
{
border-color: #D91EFB;
}
</style>