Shades of Psychedelic Purple #D91CF8
Tints of Psychedelic Purple #D91CF8
RGB
CMYK
RGB Variations
Color information
#D91CF8 (or 0xD91CF8) is known color: Psychedelic Purple. HEX triplet: D9, 1C and F8. RGB value is (217,28,248). Sum of RGB (Red+Green+Blue) = 217+28+248=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #D91CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91CF8 is #26E307. Grayscale: #6C6C6C. Windows color (decimal): -2548488 or 16260313. OLE color: 16260313.
HSL color Cylindrical-coordinate representation of color #D91CF8: hue angle of 291.55º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91CF8 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 28 | 248 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.03 |
| HSL | 291.55º | 0.94% | 0.54% | - |
| HSV(B) | 291.55º | 0.89% | 0.97% | - |
| XYZ | 45.97 | 22.36 | 90.7 | - |
| YUV | 109.59 | 206.12 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 248 | 0.12 | 0.89 | 0 | 0.03 | 291.55 | 0.94 | 0.54 |
| Hex | D9 | 1C | F8 | C | 59 | 0 | 3 | 124 | 5E | 36 |
| Octal | 331 | 34 | 370 | 14 | 131 | 0 | 3 | 444 | 136 | 66 |
| Binary | 11011001 | 11100 | 11111000 | 1100 | 1011001 | 0 | 11 | 100100100 | 1011110 | 110110 |
Color Harmonies of #D91CF8
Complementary color
Monochromatic Colors of #D91CF8
Black with #D91CF8
Text Example
Text Example
White with #D91CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CF8; }
p { color: rgb(217,28,248); }
H1.HeaderClassName
{
color: #D91CF8;
}
.AnyTagClassName
{
color: #D91CF8;
}
</style>
background-color css
<style>
a { background-color: #D91CF8; }
a { background-color: rgb(217,28,248); }
div.DivClassName
{
background-color: #D91CF8;
}
.BgClassName
{
background-color: #D91CF8;
}
</style>
border-color css
<style>
span { border-color: #D91CF8; }
span { border-color: rgb(217,28,248); }
td.TdClassName
{
border-color: #D91CF8;
}
.TagClassName
{
border-color: #D91CF8;
}
</style>