Shades of Psychedelic Purple #D41BFC
Tints of Psychedelic Purple #D41BFC
RGB
CMYK
RGB Variations
Color information
#D41BFC (or 0xD41BFC) is known color: Psychedelic Purple. HEX triplet: D4, 1B and FC. RGB value is (212,27,252). Sum of RGB (Red+Green+Blue) = 212+27+252=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #D41BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BFC is #2BE403. Grayscale: #6B6B6B. Windows color (decimal): -2876420 or 16522196. OLE color: 16522196.
HSL color Cylindrical-coordinate representation of color #D41BFC: hue angle of 289.33º 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 #D41BFC is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 27 | 252 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.01 |
| HSL | 289.33º | 0.97% | 0.55% | - |
| HSV(B) | 289.33º | 0.89% | 0.99% | - |
| XYZ | 45.11 | 21.81 | 93.93 | - |
| YUV | 107.97 | 209.29 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 252 | 0.16 | 0.89 | 0 | 0.01 | 289.33 | 0.97 | 0.55 |
| Hex | D4 | 1B | FC | 10 | 59 | 0 | 1 | 121 | 61 | 37 |
| Octal | 324 | 33 | 374 | 20 | 131 | 0 | 1 | 441 | 141 | 67 |
| Binary | 11010100 | 11011 | 11111100 | 10000 | 1011001 | 0 | 1 | 100100001 | 1100001 | 110111 |
Color Harmonies of #D41BFC
Complementary color
Monochromatic Colors of #D41BFC
Black with #D41BFC
Text Example
Text Example
White with #D41BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BFC; }
p { color: rgb(212,27,252); }
H1.HeaderClassName
{
color: #D41BFC;
}
.AnyTagClassName
{
color: #D41BFC;
}
</style>
background-color css
<style>
a { background-color: #D41BFC; }
a { background-color: rgb(212,27,252); }
div.DivClassName
{
background-color: #D41BFC;
}
.BgClassName
{
background-color: #D41BFC;
}
</style>
border-color css
<style>
span { border-color: #D41BFC; }
span { border-color: rgb(212,27,252); }
td.TdClassName
{
border-color: #D41BFC;
}
.TagClassName
{
border-color: #D41BFC;
}
</style>