Shades of Psychedelic Purple #D41BFE
Tints of Psychedelic Purple #D41BFE
RGB
CMYK
RGB Variations
Color information
#D41BFE (or 0xD41BFE) is known color: Psychedelic Purple. HEX triplet: D4, 1B and FE. RGB value is (212,27,254). Sum of RGB (Red+Green+Blue) = 212+27+254=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 27 (10.94% from 255 or 5.48% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #D41BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41BFE is #2BE401. Grayscale: #6B6B6B. Windows color (decimal): -2876418 or 16653268. OLE color: 16653268.
HSL color Cylindrical-coordinate representation of color #D41BFE: hue angle of 288.9º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41BFE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 27 | 254 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.00 |
| HSL | 288.9º | 0.99% | 0.55% | - |
| HSV(B) | 288.9º | 0.89% | 1% | - |
| XYZ | 45.43 | 21.94 | 95.61 | - |
| YUV | 108.19 | 210.29 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 254 | 0.17 | 0.89 | 0 | 0.00 | 288.9 | 0.99 | 0.55 |
| Hex | D4 | 1B | FE | 11 | 59 | 0 | 0 | 121 | 63 | 37 |
| Octal | 324 | 33 | 376 | 21 | 131 | 0 | 0 | 441 | 143 | 67 |
| Binary | 11010100 | 11011 | 11111110 | 10001 | 1011001 | 0 | 0 | 100100001 | 1100011 | 110111 |
Color Harmonies of #D41BFE
Complementary color
Monochromatic Colors of #D41BFE
Black with #D41BFE
Text Example
Text Example
White with #D41BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41BFE; }
p { color: rgb(212,27,254); }
H1.HeaderClassName
{
color: #D41BFE;
}
.AnyTagClassName
{
color: #D41BFE;
}
</style>
background-color css
<style>
a { background-color: #D41BFE; }
a { background-color: rgb(212,27,254); }
div.DivClassName
{
background-color: #D41BFE;
}
.BgClassName
{
background-color: #D41BFE;
}
</style>
border-color css
<style>
span { border-color: #D41BFE; }
span { border-color: rgb(212,27,254); }
td.TdClassName
{
border-color: #D41BFE;
}
.TagClassName
{
border-color: #D41BFE;
}
</style>