Shades of Psychedelic Purple #D711F3
Tints of Psychedelic Purple #D711F3
RGB
CMYK
RGB Variations
Color information
#D711F3 (or 0xD711F3) is known color: Psychedelic Purple. HEX triplet: D7, 11 and F3. RGB value is (215,17,243). Sum of RGB (Red+Green+Blue) = 215+17+243=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 243 (95.31% from 255 or 51.16% from 475); Max value from RGB is 243 - color contains mainly: blue. Hex color #D711F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D711F3 is #28EE0C. Grayscale: #656565. Windows color (decimal): -2682381 or 15929815. OLE color: 15929815.
HSL color Cylindrical-coordinate representation of color #D711F3: hue angle of 292.57º degrees, saturation: 0.9, 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 #D711F3 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 17 | 243 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.05 |
| HSL | 292.57º | 0.9% | 0.51% | - |
| HSV(B) | 292.57º | 0.93% | 0.95% | - |
| XYZ | 44.4 | 21.32 | 86.57 | - |
| YUV | 101.97 | 207.6 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 17 | 243 | 0.12 | 0.93 | 0 | 0.05 | 292.57 | 0.9 | 0.51 |
| Hex | D7 | 11 | F3 | C | 5D | 0 | 5 | 125 | 5A | 33 |
| Octal | 327 | 21 | 363 | 14 | 135 | 0 | 5 | 445 | 132 | 63 |
| Binary | 11010111 | 10001 | 11110011 | 1100 | 1011101 | 0 | 101 | 100100101 | 1011010 | 110011 |
Color Harmonies of #D711F3
Complementary color
Monochromatic Colors of #D711F3
Black with #D711F3
Text Example
Text Example
White with #D711F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D711F3; }
p { color: rgb(215,17,243); }
H1.HeaderClassName
{
color: #D711F3;
}
.AnyTagClassName
{
color: #D711F3;
}
</style>
background-color css
<style>
a { background-color: #D711F3; }
a { background-color: rgb(215,17,243); }
div.DivClassName
{
background-color: #D711F3;
}
.BgClassName
{
background-color: #D711F3;
}
</style>
border-color css
<style>
span { border-color: #D711F3; }
span { border-color: rgb(215,17,243); }
td.TdClassName
{
border-color: #D711F3;
}
.TagClassName
{
border-color: #D711F3;
}
</style>