Shades of Psychedelic Purple #D91DFB
Tints of Psychedelic Purple #D91DFB
RGB
CMYK
RGB Variations
Color information
#D91DFB (or 0xD91DFB) is known color: Psychedelic Purple. HEX triplet: D9, 1D and FB. RGB value is (217,29,251). Sum of RGB (Red+Green+Blue) = 217+29+251=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #D91DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91DFB is #26E204. Grayscale: #6D6D6D. Windows color (decimal): -2548229 or 16457177. OLE color: 16457177.
HSL color Cylindrical-coordinate representation of color #D91DFB: hue angle of 290.81º 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 #D91DFB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 29 | 251 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.02 |
| HSL | 290.81º | 0.97% | 0.55% | - |
| HSV(B) | 290.81º | 0.88% | 0.98% | - |
| XYZ | 46.47 | 22.6 | 93.18 | - |
| YUV | 110.52 | 207.28 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 29 | 251 | 0.14 | 0.88 | 0 | 0.02 | 290.81 | 0.97 | 0.55 |
| Hex | D9 | 1D | FB | E | 58 | 0 | 2 | 123 | 61 | 37 |
| Octal | 331 | 35 | 373 | 16 | 130 | 0 | 2 | 443 | 141 | 67 |
| Binary | 11011001 | 11101 | 11111011 | 1110 | 1011000 | 0 | 10 | 100100011 | 1100001 | 110111 |
Color Harmonies of #D91DFB
Complementary color
Monochromatic Colors of #D91DFB
Black with #D91DFB
Text Example
Text Example
White with #D91DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91DFB; }
p { color: rgb(217,29,251); }
H1.HeaderClassName
{
color: #D91DFB;
}
.AnyTagClassName
{
color: #D91DFB;
}
</style>
background-color css
<style>
a { background-color: #D91DFB; }
a { background-color: rgb(217,29,251); }
div.DivClassName
{
background-color: #D91DFB;
}
.BgClassName
{
background-color: #D91DFB;
}
</style>
border-color css
<style>
span { border-color: #D91DFB; }
span { border-color: rgb(217,29,251); }
td.TdClassName
{
border-color: #D91DFB;
}
.TagClassName
{
border-color: #D91DFB;
}
</style>