Shades of Psychedelic Purple #D91CF6
Tints of Psychedelic Purple #D91CF6
RGB
CMYK
RGB Variations
Color information
#D91CF6 (or 0xD91CF6) is known color: Psychedelic Purple. HEX triplet: D9, 1C and F6. RGB value is (217,28,246). Sum of RGB (Red+Green+Blue) = 217+28+246=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #D91CF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D91CF6 is #26E309. Grayscale: #6C6C6C. Windows color (decimal): -2548490 or 16129241. OLE color: 16129241.
HSL color Cylindrical-coordinate representation of color #D91CF6: hue angle of 292.02º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D91CF6 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 28 | 246 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.04 |
| HSL | 292.02º | 0.92% | 0.54% | - |
| HSV(B) | 292.02º | 0.89% | 0.96% | - |
| XYZ | 45.67 | 22.24 | 89.07 | - |
| YUV | 109.36 | 205.12 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 28 | 246 | 0.12 | 0.89 | 0 | 0.04 | 292.02 | 0.92 | 0.54 |
| Hex | D9 | 1C | F6 | C | 59 | 0 | 4 | 124 | 5C | 36 |
| Octal | 331 | 34 | 366 | 14 | 131 | 0 | 4 | 444 | 134 | 66 |
| Binary | 11011001 | 11100 | 11110110 | 1100 | 1011001 | 0 | 100 | 100100100 | 1011100 | 110110 |
Color Harmonies of #D91CF6
Complementary color
Monochromatic Colors of #D91CF6
Black with #D91CF6
Text Example
Text Example
White with #D91CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91CF6; }
p { color: rgb(217,28,246); }
H1.HeaderClassName
{
color: #D91CF6;
}
.AnyTagClassName
{
color: #D91CF6;
}
</style>
background-color css
<style>
a { background-color: #D91CF6; }
a { background-color: rgb(217,28,246); }
div.DivClassName
{
background-color: #D91CF6;
}
.BgClassName
{
background-color: #D91CF6;
}
</style>
border-color css
<style>
span { border-color: #D91CF6; }
span { border-color: rgb(217,28,246); }
td.TdClassName
{
border-color: #D91CF6;
}
.TagClassName
{
border-color: #D91CF6;
}
</style>