Shades of Psychedelic Purple #D611FE
Tints of Psychedelic Purple #D611FE
RGB
CMYK
RGB Variations
Color information
#D611FE (or 0xD611FE) is known color: Psychedelic Purple. HEX triplet: D6, 11 and FE. RGB value is (214,17,254). Sum of RGB (Red+Green+Blue) = 214+17+254=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 17 (7.03% from 255 or 3.51% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #D611FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D611FE is #29EE01. Grayscale: #666666. Windows color (decimal): -2747906 or 16650710. OLE color: 16650710.
HSL color Cylindrical-coordinate representation of color #D611FE: hue angle of 289.87º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D611FE is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 17 | 254 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.00 |
| HSL | 289.87º | 0.99% | 0.53% | - |
| HSV(B) | 289.87º | 0.93% | 1% | - |
| XYZ | 45.82 | 21.85 | 95.57 | - |
| YUV | 102.92 | 213.27 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 17 | 254 | 0.16 | 0.93 | 0 | 0.00 | 289.87 | 0.99 | 0.53 |
| Hex | D6 | 11 | FE | 10 | 5D | 0 | 0 | 122 | 63 | 35 |
| Octal | 326 | 21 | 376 | 20 | 135 | 0 | 0 | 442 | 143 | 65 |
| Binary | 11010110 | 10001 | 11111110 | 10000 | 1011101 | 0 | 0 | 100100010 | 1100011 | 110101 |
Color Harmonies of #D611FE
Complementary color
Monochromatic Colors of #D611FE
Black with #D611FE
Text Example
Text Example
White with #D611FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D611FE; }
p { color: rgb(214,17,254); }
H1.HeaderClassName
{
color: #D611FE;
}
.AnyTagClassName
{
color: #D611FE;
}
</style>
background-color css
<style>
a { background-color: #D611FE; }
a { background-color: rgb(214,17,254); }
div.DivClassName
{
background-color: #D611FE;
}
.BgClassName
{
background-color: #D611FE;
}
</style>
border-color css
<style>
span { border-color: #D611FE; }
span { border-color: rgb(214,17,254); }
td.TdClassName
{
border-color: #D611FE;
}
.TagClassName
{
border-color: #D611FE;
}
</style>