Shades of Psychedelic Purple #D421F3
Tints of Psychedelic Purple #D421F3
RGB
CMYK
RGB Variations
Color information
#D421F3 (or 0xD421F3) is known color: Psychedelic Purple. HEX triplet: D4, 21 and F3. RGB value is (212,33,243). Sum of RGB (Red+Green+Blue) = 212+33+243=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 243 (95.31% from 255 or 49.80% from 488); Max value from RGB is 243 - color contains mainly: blue. Hex color #D421F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D421F3 is #2BDE0C. Grayscale: #6D6D6D. Windows color (decimal): -2874893 or 15933908. OLE color: 15933908.
HSL color Cylindrical-coordinate representation of color #D421F3: hue angle of 291.14º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D421F3 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 33 | 243 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.05 |
| HSL | 291.14º | 0.9% | 0.54% | - |
| HSV(B) | 291.14º | 0.86% | 0.95% | - |
| XYZ | 43.87 | 21.56 | 86.64 | - |
| YUV | 110.46 | 202.8 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 243 | 0.13 | 0.86 | 0 | 0.05 | 291.14 | 0.9 | 0.54 |
| Hex | D4 | 21 | F3 | D | 56 | 0 | 5 | 123 | 5A | 36 |
| Octal | 324 | 41 | 363 | 15 | 126 | 0 | 5 | 443 | 132 | 66 |
| Binary | 11010100 | 100001 | 11110011 | 1101 | 1010110 | 0 | 101 | 100100011 | 1011010 | 110110 |
Color Harmonies of #D421F3
Complementary color
Monochromatic Colors of #D421F3
Black with #D421F3
Text Example
Text Example
White with #D421F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421F3; }
p { color: rgb(212,33,243); }
H1.HeaderClassName
{
color: #D421F3;
}
.AnyTagClassName
{
color: #D421F3;
}
</style>
background-color css
<style>
a { background-color: #D421F3; }
a { background-color: rgb(212,33,243); }
div.DivClassName
{
background-color: #D421F3;
}
.BgClassName
{
background-color: #D421F3;
}
</style>
border-color css
<style>
span { border-color: #D421F3; }
span { border-color: rgb(212,33,243); }
td.TdClassName
{
border-color: #D421F3;
}
.TagClassName
{
border-color: #D421F3;
}
</style>