Shades of Psychedelic Purple #D611F5
Tints of Psychedelic Purple #D611F5
RGB
CMYK
RGB Variations
Color information
#D611F5 (or 0xD611F5) is known color: Psychedelic Purple. HEX triplet: D6, 11 and F5. RGB value is (214,17,245). Sum of RGB (Red+Green+Blue) = 214+17+245=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 245 (96.09% from 255 or 51.47% from 476); Max value from RGB is 245 - color contains mainly: blue. Hex color #D611F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D611F5 is #29EE0A. Grayscale: #656565. Windows color (decimal): -2747915 or 16060886. OLE color: 16060886.
HSL color Cylindrical-coordinate representation of color #D611F5: hue angle of 291.84º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D611F5 is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 17 | 245 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.04 |
| HSL | 291.84º | 0.92% | 0.51% | - |
| HSV(B) | 291.84º | 0.93% | 0.96% | - |
| XYZ | 44.41 | 21.29 | 88.15 | - |
| YUV | 101.9 | 208.77 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 245 | 0.13 | 0.93 | 0 | 0.04 | 291.84 | 0.92 | 0.51 |
| Hex | D6 | 11 | F5 | D | 5D | 0 | 4 | 124 | 5C | 33 |
| Octal | 326 | 21 | 365 | 15 | 135 | 0 | 4 | 444 | 134 | 63 |
| Binary | 11010110 | 10001 | 11110101 | 1101 | 1011101 | 0 | 100 | 100100100 | 1011100 | 110011 |
Color Harmonies of #D611F5
Complementary color
Monochromatic Colors of #D611F5
Black with #D611F5
Text Example
Text Example
White with #D611F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611F5; }
p { color: rgb(214,17,245); }
H1.HeaderClassName
{
color: #D611F5;
}
.AnyTagClassName
{
color: #D611F5;
}
</style>
background-color css
<style>
a { background-color: #D611F5; }
a { background-color: rgb(214,17,245); }
div.DivClassName
{
background-color: #D611F5;
}
.BgClassName
{
background-color: #D611F5;
}
</style>
border-color css
<style>
span { border-color: #D611F5; }
span { border-color: rgb(214,17,245); }
td.TdClassName
{
border-color: #D611F5;
}
.TagClassName
{
border-color: #D611F5;
}
</style>