Shades of Psychedelic Purple #D311FF
Tints of Psychedelic Purple #D311FF
RGB
CMYK
RGB Variations
Color information
#D311FF (or 0xD311FF) is known color: Psychedelic Purple. HEX triplet: D3, 11 and FF. RGB value is (211,17,255). Sum of RGB (Red+Green+Blue) = 211+17+255=483 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.69% from 483); Green value is 17 (7.03% from 255 or 3.52% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #D311FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D311FF is #2CEE00. Grayscale: #656565. Windows color (decimal): -2944513 or 16716243. OLE color: 16716243.
HSL color Cylindrical-coordinate representation of color #D311FF: hue angle of 288.91º 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 #D311FF is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 17 | 255 | - |
| CMYK | 0.17 | 0.93 | 0 | 0 |
| HSL | 288.91º | 1% | 0.53% | - |
| HSV(B) | 288.91º | 0.93% | 1% | - |
| XYZ | 45.11 | 21.47 | 96.37 | - |
| YUV | 102.14 | 214.27 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 17 | 255 | 0.17 | 0.93 | 0 | 0 | 288.91 | 1 | 0.53 |
| Hex | D3 | 11 | FF | 11 | 5D | 0 | 0 | 121 | 64 | 35 |
| Octal | 323 | 21 | 377 | 21 | 135 | 0 | 0 | 441 | 144 | 65 |
| Binary | 11010011 | 10001 | 11111111 | 10001 | 1011101 | 0 | 0 | 100100001 | 1100100 | 110101 |
Color Harmonies of #D311FF
Complementary color
Monochromatic Colors of #D311FF
Black with #D311FF
Text Example
Text Example
White with #D311FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D311FF; }
p { color: rgb(211,17,255); }
H1.HeaderClassName
{
color: #D311FF;
}
.AnyTagClassName
{
color: #D311FF;
}
</style>
background-color css
<style>
a { background-color: #D311FF; }
a { background-color: rgb(211,17,255); }
div.DivClassName
{
background-color: #D311FF;
}
.BgClassName
{
background-color: #D311FF;
}
</style>
border-color css
<style>
span { border-color: #D311FF; }
span { border-color: rgb(211,17,255); }
td.TdClassName
{
border-color: #D311FF;
}
.TagClassName
{
border-color: #D311FF;
}
</style>