Shades of Psychedelic Purple #D61FE8
Tints of Psychedelic Purple #D61FE8
RGB
CMYK
RGB Variations
Color information
#D61FE8 (or 0xD61FE8) is known color: Psychedelic Purple. HEX triplet: D6, 1F and E8. RGB value is (214,31,232). Sum of RGB (Red+Green+Blue) = 214+31+232=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #D61FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FE8 is #29E017. Grayscale: #6C6C6C. Windows color (decimal): -2744344 or 15212502. OLE color: 15212502.
HSL color Cylindrical-coordinate representation of color #D61FE8: hue angle of 294.63º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61FE8 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 31 | 232 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.09 |
| HSL | 294.63º | 0.81% | 0.52% | - |
| HSV(B) | 294.63º | 0.87% | 0.91% | - |
| XYZ | 42.79 | 21.1 | 78.16 | - |
| YUV | 108.63 | 197.63 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 232 | 0.08 | 0.87 | 0 | 0.09 | 294.63 | 0.81 | 0.52 |
| Hex | D6 | 1F | E8 | 8 | 57 | 0 | 9 | 127 | 51 | 34 |
| Octal | 326 | 37 | 350 | 10 | 127 | 0 | 11 | 447 | 121 | 64 |
| Binary | 11010110 | 11111 | 11101000 | 1000 | 1010111 | 0 | 1001 | 100100111 | 1010001 | 110100 |
Color Harmonies of #D61FE8
Complementary color
Monochromatic Colors of #D61FE8
Black with #D61FE8
Text Example
Text Example
White with #D61FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FE8; }
p { color: rgb(214,31,232); }
H1.HeaderClassName
{
color: #D61FE8;
}
.AnyTagClassName
{
color: #D61FE8;
}
</style>
background-color css
<style>
a { background-color: #D61FE8; }
a { background-color: rgb(214,31,232); }
div.DivClassName
{
background-color: #D61FE8;
}
.BgClassName
{
background-color: #D61FE8;
}
</style>
border-color css
<style>
span { border-color: #D61FE8; }
span { border-color: rgb(214,31,232); }
td.TdClassName
{
border-color: #D61FE8;
}
.TagClassName
{
border-color: #D61FE8;
}
</style>