Shades of Psychedelic Purple #D711FF
Tints of Psychedelic Purple #D711FF
RGB
CMYK
RGB Variations
Color information
#D711FF (or 0xD711FF) is known color: Psychedelic Purple. HEX triplet: D7, 11 and FF. RGB value is (215,17,255). Sum of RGB (Red+Green+Blue) = 215+17+255=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #D711FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D711FF is #28EE00. Grayscale: #666666. Windows color (decimal): -2682369 or 16716247. OLE color: 16716247.
HSL color Cylindrical-coordinate representation of color #D711FF: hue angle of 289.92º 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 #D711FF is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 17 | 255 | - |
| CMYK | 0.16 | 0.93 | 0 | 0 |
| HSL | 289.92º | 1% | 0.53% | - |
| HSV(B) | 289.92º | 0.93% | 1% | - |
| XYZ | 46.27 | 22.07 | 96.43 | - |
| YUV | 103.33 | 213.6 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 255 | 0.16 | 0.93 | 0 | 0 | 289.92 | 1 | 0.53 |
| Hex | D7 | 11 | FF | 10 | 5D | 0 | 0 | 122 | 64 | 35 |
| Octal | 327 | 21 | 377 | 20 | 135 | 0 | 0 | 442 | 144 | 65 |
| Binary | 11010111 | 10001 | 11111111 | 10000 | 1011101 | 0 | 0 | 100100010 | 1100100 | 110101 |
Color Harmonies of #D711FF
Complementary color
Monochromatic Colors of #D711FF
Black with #D711FF
Text Example
Text Example
White with #D711FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D711FF; }
p { color: rgb(215,17,255); }
H1.HeaderClassName
{
color: #D711FF;
}
.AnyTagClassName
{
color: #D711FF;
}
</style>
background-color css
<style>
a { background-color: #D711FF; }
a { background-color: rgb(215,17,255); }
div.DivClassName
{
background-color: #D711FF;
}
.BgClassName
{
background-color: #D711FF;
}
</style>
border-color css
<style>
span { border-color: #D711FF; }
span { border-color: rgb(215,17,255); }
td.TdClassName
{
border-color: #D711FF;
}
.TagClassName
{
border-color: #D711FF;
}
</style>