Shades of Psychedelic Purple #D421FB
Tints of Psychedelic Purple #D421FB
RGB
CMYK
RGB Variations
Color information
#D421FB (or 0xD421FB) is known color: Psychedelic Purple. HEX triplet: D4, 21 and FB. RGB value is (212,33,251). Sum of RGB (Red+Green+Blue) = 212+33+251=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 33 (13.28% from 255 or 6.65% from 496); Blue value is 251 (98.44% from 255 or 50.60% from 496); Max value from RGB is 251 - color contains mainly: blue. Hex color #D421FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D421FB is #2BDE04. Grayscale: #6E6E6E. Windows color (decimal): -2874885 or 16458196. OLE color: 16458196.
HSL color Cylindrical-coordinate representation of color #D421FB: hue angle of 289.27º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D421FB is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 33 | 251 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.02 |
| HSL | 289.27º | 0.96% | 0.56% | - |
| HSV(B) | 289.27º | 0.87% | 0.98% | - |
| XYZ | 45.11 | 22.05 | 93.15 | - |
| YUV | 111.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 251 | 0.16 | 0.87 | 0 | 0.02 | 289.27 | 0.96 | 0.56 |
| Hex | D4 | 21 | FB | 10 | 57 | 0 | 2 | 121 | 60 | 38 |
| Octal | 324 | 41 | 373 | 20 | 127 | 0 | 2 | 441 | 140 | 70 |
| Binary | 11010100 | 100001 | 11111011 | 10000 | 1010111 | 0 | 10 | 100100001 | 1100000 | 111000 |
Color Harmonies of #D421FB
Complementary color
Monochromatic Colors of #D421FB
Black with #D421FB
Text Example
Text Example
White with #D421FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421FB; }
p { color: rgb(212,33,251); }
H1.HeaderClassName
{
color: #D421FB;
}
.AnyTagClassName
{
color: #D421FB;
}
</style>
background-color css
<style>
a { background-color: #D421FB; }
a { background-color: rgb(212,33,251); }
div.DivClassName
{
background-color: #D421FB;
}
.BgClassName
{
background-color: #D421FB;
}
</style>
border-color css
<style>
span { border-color: #D421FB; }
span { border-color: rgb(212,33,251); }
td.TdClassName
{
border-color: #D421FB;
}
.TagClassName
{
border-color: #D421FB;
}
</style>