Shades of Psychedelic Purple #D61DFE
Tints of Psychedelic Purple #D61DFE
RGB
CMYK
RGB Variations
Color information
#D61DFE (or 0xD61DFE) is known color: Psychedelic Purple. HEX triplet: D6, 1D and FE. RGB value is (214,29,254). Sum of RGB (Red+Green+Blue) = 214+29+254=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #D61DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61DFE is #29E201. Grayscale: #6D6D6D. Windows color (decimal): -2744834 or 16653782. OLE color: 16653782.
HSL color Cylindrical-coordinate representation of color #D61DFE: hue angle of 289.33º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61DFE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 29 | 254 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.00 |
| HSL | 289.33º | 0.99% | 0.55% | - |
| HSV(B) | 289.33º | 0.89% | 1% | - |
| XYZ | 46.06 | 22.33 | 95.65 | - |
| YUV | 109.97 | 209.29 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 254 | 0.16 | 0.89 | 0 | 0.00 | 289.33 | 0.99 | 0.55 |
| Hex | D6 | 1D | FE | 10 | 59 | 0 | 0 | 121 | 63 | 37 |
| Octal | 326 | 35 | 376 | 20 | 131 | 0 | 0 | 441 | 143 | 67 |
| Binary | 11010110 | 11101 | 11111110 | 10000 | 1011001 | 0 | 0 | 100100001 | 1100011 | 110111 |
Color Harmonies of #D61DFE
Complementary color
Monochromatic Colors of #D61DFE
Black with #D61DFE
Text Example
Text Example
White with #D61DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61DFE; }
p { color: rgb(214,29,254); }
H1.HeaderClassName
{
color: #D61DFE;
}
.AnyTagClassName
{
color: #D61DFE;
}
</style>
background-color css
<style>
a { background-color: #D61DFE; }
a { background-color: rgb(214,29,254); }
div.DivClassName
{
background-color: #D61DFE;
}
.BgClassName
{
background-color: #D61DFE;
}
</style>
border-color css
<style>
span { border-color: #D61DFE; }
span { border-color: rgb(214,29,254); }
td.TdClassName
{
border-color: #D61DFE;
}
.TagClassName
{
border-color: #D61DFE;
}
</style>