Shades of Psychedelic Purple #D911F1
Tints of Psychedelic Purple #D911F1
RGB
CMYK
RGB Variations
Color information
#D911F1 (or 0xD911F1) is known color: Psychedelic Purple. HEX triplet: D9, 11 and F1. RGB value is (217,17,241). Sum of RGB (Red+Green+Blue) = 217+17+241=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #D911F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D911F1 is #26EE0E. Grayscale: #656565. Windows color (decimal): -2551311 or 15798745. OLE color: 15798745.
HSL color Cylindrical-coordinate representation of color #D911F1: hue angle of 293.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D911F1 is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 17 | 241 | - |
| CMYK | 0.10 | 0.93 | 0 | 0.05 |
| HSL | 293.57º | 0.89% | 0.51% | - |
| HSV(B) | 293.57º | 0.93% | 0.95% | - |
| XYZ | 44.69 | 21.5 | 85.01 | - |
| YUV | 102.34 | 206.26 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 241 | 0.10 | 0.93 | 0 | 0.05 | 293.57 | 0.89 | 0.51 |
| Hex | D9 | 11 | F1 | A | 5D | 0 | 5 | 126 | 59 | 33 |
| Octal | 331 | 21 | 361 | 12 | 135 | 0 | 5 | 446 | 131 | 63 |
| Binary | 11011001 | 10001 | 11110001 | 1010 | 1011101 | 0 | 101 | 100100110 | 1011001 | 110011 |
Color Harmonies of #D911F1
Complementary color
Monochromatic Colors of #D911F1
Black with #D911F1
Text Example
Text Example
White with #D911F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911F1; }
p { color: rgb(217,17,241); }
H1.HeaderClassName
{
color: #D911F1;
}
.AnyTagClassName
{
color: #D911F1;
}
</style>
background-color css
<style>
a { background-color: #D911F1; }
a { background-color: rgb(217,17,241); }
div.DivClassName
{
background-color: #D911F1;
}
.BgClassName
{
background-color: #D911F1;
}
</style>
border-color css
<style>
span { border-color: #D911F1; }
span { border-color: rgb(217,17,241); }
td.TdClassName
{
border-color: #D911F1;
}
.TagClassName
{
border-color: #D911F1;
}
</style>