Shades of Psychedelic Purple #D61FF6
Tints of Psychedelic Purple #D61FF6
RGB
CMYK
RGB Variations
Color information
#D61FF6 (or 0xD61FF6) is known color: Psychedelic Purple. HEX triplet: D6, 1F and F6. RGB value is (214,31,246). Sum of RGB (Red+Green+Blue) = 214+31+246=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 31 (12.5% from 255 or 6.31% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #D61FF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FF6 is #29E009. Grayscale: #6D6D6D. Windows color (decimal): -2744330 or 16130006. OLE color: 16130006.
HSL color Cylindrical-coordinate representation of color #D61FF6: hue angle of 291.07º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61FF6 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 31 | 246 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.04 |
| HSL | 291.07º | 0.92% | 0.54% | - |
| HSV(B) | 291.07º | 0.87% | 0.96% | - |
| XYZ | 44.86 | 21.93 | 89.06 | - |
| YUV | 110.23 | 204.63 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 31 | 246 | 0.13 | 0.87 | 0 | 0.04 | 291.07 | 0.92 | 0.54 |
| Hex | D6 | 1F | F6 | D | 57 | 0 | 4 | 123 | 5C | 36 |
| Octal | 326 | 37 | 366 | 15 | 127 | 0 | 4 | 443 | 134 | 66 |
| Binary | 11010110 | 11111 | 11110110 | 1101 | 1010111 | 0 | 100 | 100100011 | 1011100 | 110110 |
Color Harmonies of #D61FF6
Complementary color
Monochromatic Colors of #D61FF6
Black with #D61FF6
Text Example
Text Example
White with #D61FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61FF6; }
p { color: rgb(214,31,246); }
H1.HeaderClassName
{
color: #D61FF6;
}
.AnyTagClassName
{
color: #D61FF6;
}
</style>
background-color css
<style>
a { background-color: #D61FF6; }
a { background-color: rgb(214,31,246); }
div.DivClassName
{
background-color: #D61FF6;
}
.BgClassName
{
background-color: #D61FF6;
}
</style>
border-color css
<style>
span { border-color: #D61FF6; }
span { border-color: rgb(214,31,246); }
td.TdClassName
{
border-color: #D61FF6;
}
.TagClassName
{
border-color: #D61FF6;
}
</style>