Shades of Psychedelic Purple #D61BEF
Tints of Psychedelic Purple #D61BEF
RGB
CMYK
RGB Variations
Color information
#D61BEF (or 0xD61BEF) is known color: Psychedelic Purple. HEX triplet: D6, 1B and EF. RGB value is (214,27,239). Sum of RGB (Red+Green+Blue) = 214+27+239=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 27 (10.94% from 255 or 5.62% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #D61BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61BEF is #29E410. Grayscale: #6A6A6A. Windows color (decimal): -2745361 or 15670230. OLE color: 15670230.
HSL color Cylindrical-coordinate representation of color #D61BEF: hue angle of 292.92º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61BEF is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 27 | 239 | - |
| CMYK | 0.10 | 0.89 | 0 | 0.06 |
| HSL | 292.92º | 0.87% | 0.52% | - |
| HSV(B) | 292.92º | 0.89% | 0.94% | - |
| XYZ | 43.7 | 21.31 | 83.47 | - |
| YUV | 107.08 | 202.45 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 239 | 0.10 | 0.89 | 0 | 0.06 | 292.92 | 0.87 | 0.52 |
| Hex | D6 | 1B | EF | A | 59 | 0 | 6 | 125 | 57 | 34 |
| Octal | 326 | 33 | 357 | 12 | 131 | 0 | 6 | 445 | 127 | 64 |
| Binary | 11010110 | 11011 | 11101111 | 1010 | 1011001 | 0 | 110 | 100100101 | 1010111 | 110100 |
Color Harmonies of #D61BEF
Complementary color
Monochromatic Colors of #D61BEF
Black with #D61BEF
Text Example
Text Example
White with #D61BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BEF; }
p { color: rgb(214,27,239); }
H1.HeaderClassName
{
color: #D61BEF;
}
.AnyTagClassName
{
color: #D61BEF;
}
</style>
background-color css
<style>
a { background-color: #D61BEF; }
a { background-color: rgb(214,27,239); }
div.DivClassName
{
background-color: #D61BEF;
}
.BgClassName
{
background-color: #D61BEF;
}
</style>
border-color css
<style>
span { border-color: #D61BEF; }
span { border-color: rgb(214,27,239); }
td.TdClassName
{
border-color: #D61BEF;
}
.TagClassName
{
border-color: #D61BEF;
}
</style>