Shades of Psychedelic Purple #D61BFC
Tints of Psychedelic Purple #D61BFC
RGB
CMYK
RGB Variations
Color information
#D61BFC (or 0xD61BFC) is known color: Psychedelic Purple. HEX triplet: D6, 1B and FC. RGB value is (214,27,252). Sum of RGB (Red+Green+Blue) = 214+27+252=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #D61BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61BFC is #29E403. Grayscale: #6B6B6B. Windows color (decimal): -2745348 or 16522198. OLE color: 16522198.
HSL color Cylindrical-coordinate representation of color #D61BFC: hue angle of 289.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61BFC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 27 | 252 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.01 |
| HSL | 289.87º | 0.97% | 0.55% | - |
| HSV(B) | 289.87º | 0.89% | 0.99% | - |
| XYZ | 45.69 | 22.11 | 93.95 | - |
| YUV | 108.56 | 208.95 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 27 | 252 | 0.15 | 0.89 | 0 | 0.01 | 289.87 | 0.97 | 0.55 |
| Hex | D6 | 1B | FC | F | 59 | 0 | 1 | 122 | 61 | 37 |
| Octal | 326 | 33 | 374 | 17 | 131 | 0 | 1 | 442 | 141 | 67 |
| Binary | 11010110 | 11011 | 11111100 | 1111 | 1011001 | 0 | 1 | 100100010 | 1100001 | 110111 |
Color Harmonies of #D61BFC
Complementary color
Monochromatic Colors of #D61BFC
Black with #D61BFC
Text Example
Text Example
White with #D61BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61BFC; }
p { color: rgb(214,27,252); }
H1.HeaderClassName
{
color: #D61BFC;
}
.AnyTagClassName
{
color: #D61BFC;
}
</style>
background-color css
<style>
a { background-color: #D61BFC; }
a { background-color: rgb(214,27,252); }
div.DivClassName
{
background-color: #D61BFC;
}
.BgClassName
{
background-color: #D61BFC;
}
</style>
border-color css
<style>
span { border-color: #D61BFC; }
span { border-color: rgb(214,27,252); }
td.TdClassName
{
border-color: #D61BFC;
}
.TagClassName
{
border-color: #D61BFC;
}
</style>