Shades of Psychedelic Purple #D61BFB
Tints of Psychedelic Purple #D61BFB
RGB
CMYK
RGB Variations
Color information
#D61BFB (or 0xD61BFB) is known color: Psychedelic Purple. HEX triplet: D6, 1B and FB. RGB value is (214,27,251). Sum of RGB (Red+Green+Blue) = 214+27+251=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 27 (10.94% from 255 or 5.49% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #D61BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61BFB is #29E404. Grayscale: #6B6B6B. Windows color (decimal): -2745349 or 16456662. OLE color: 16456662.
HSL color Cylindrical-coordinate representation of color #D61BFB: hue angle of 290.09º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61BFB is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 27 | 251 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.02 |
| HSL | 290.09º | 0.97% | 0.55% | - |
| HSV(B) | 290.09º | 0.89% | 0.98% | - |
| XYZ | 45.54 | 22.05 | 93.12 | - |
| YUV | 108.45 | 208.45 | 203.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 251 | 0.15 | 0.89 | 0 | 0.02 | 290.09 | 0.97 | 0.55 |
| Hex | D6 | 1B | FB | F | 59 | 0 | 2 | 122 | 61 | 37 |
| Octal | 326 | 33 | 373 | 17 | 131 | 0 | 2 | 442 | 141 | 67 |
| Binary | 11010110 | 11011 | 11111011 | 1111 | 1011001 | 0 | 10 | 100100010 | 1100001 | 110111 |
Color Harmonies of #D61BFB
Complementary color
Monochromatic Colors of #D61BFB
Black with #D61BFB
Text Example
Text Example
White with #D61BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BFB; }
p { color: rgb(214,27,251); }
H1.HeaderClassName
{
color: #D61BFB;
}
.AnyTagClassName
{
color: #D61BFB;
}
</style>
background-color css
<style>
a { background-color: #D61BFB; }
a { background-color: rgb(214,27,251); }
div.DivClassName
{
background-color: #D61BFB;
}
.BgClassName
{
background-color: #D61BFB;
}
</style>
border-color css
<style>
span { border-color: #D61BFB; }
span { border-color: rgb(214,27,251); }
td.TdClassName
{
border-color: #D61BFB;
}
.TagClassName
{
border-color: #D61BFB;
}
</style>