Shades of Psychedelic Purple #D911FF
Tints of Psychedelic Purple #D911FF
RGB
CMYK
RGB Variations
Color information
#D911FF (or 0xD911FF) is known color: Psychedelic Purple. HEX triplet: D9, 11 and FF. RGB value is (217,17,255). Sum of RGB (Red+Green+Blue) = 217+17+255=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #D911FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D911FF is #26EE00. Grayscale: #676767. Windows color (decimal): -2551297 or 16716249. OLE color: 16716249.
HSL color Cylindrical-coordinate representation of color #D911FF: hue angle of 290.42º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D911FF is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 17 | 255 | - |
| CMYK | 0.15 | 0.93 | 0 | 0 |
| HSL | 290.42º | 1% | 0.53% | - |
| HSV(B) | 290.42º | 0.93% | 1% | - |
| XYZ | 46.87 | 22.37 | 96.46 | - |
| YUV | 103.93 | 213.26 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 255 | 0.15 | 0.93 | 0 | 0 | 290.42 | 1 | 0.53 |
| Hex | D9 | 11 | FF | F | 5D | 0 | 0 | 122 | 64 | 35 |
| Octal | 331 | 21 | 377 | 17 | 135 | 0 | 0 | 442 | 144 | 65 |
| Binary | 11011001 | 10001 | 11111111 | 1111 | 1011101 | 0 | 0 | 100100010 | 1100100 | 110101 |
Color Harmonies of #D911FF
Complementary color
Monochromatic Colors of #D911FF
Black with #D911FF
Text Example
Text Example
White with #D911FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D911FF; }
p { color: rgb(217,17,255); }
H1.HeaderClassName
{
color: #D911FF;
}
.AnyTagClassName
{
color: #D911FF;
}
</style>
background-color css
<style>
a { background-color: #D911FF; }
a { background-color: rgb(217,17,255); }
div.DivClassName
{
background-color: #D911FF;
}
.BgClassName
{
background-color: #D911FF;
}
</style>
border-color css
<style>
span { border-color: #D911FF; }
span { border-color: rgb(217,17,255); }
td.TdClassName
{
border-color: #D911FF;
}
.TagClassName
{
border-color: #D911FF;
}
</style>