Shades of Psychedelic Purple #D421FE
Tints of Psychedelic Purple #D421FE
RGB
CMYK
RGB Variations
Color information
#D421FE (or 0xD421FE) is known color: Psychedelic Purple. HEX triplet: D4, 21 and FE. RGB value is (212,33,254). Sum of RGB (Red+Green+Blue) = 212+33+254=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 33 (13.28% from 255 or 6.61% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #D421FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D421FE is #2BDE01. Grayscale: #6F6F6F. Windows color (decimal): -2874882 or 16654804. OLE color: 16654804.
HSL color Cylindrical-coordinate representation of color #D421FE: hue angle of 288.6º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D421FE is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 33 | 254 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.00 |
| HSL | 288.6º | 0.99% | 0.56% | - |
| HSV(B) | 288.6º | 0.87% | 1% | - |
| XYZ | 45.58 | 22.24 | 95.66 | - |
| YUV | 111.72 | 208.3 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 254 | 0.17 | 0.87 | 0 | 0.00 | 288.6 | 0.99 | 0.56 |
| Hex | D4 | 21 | FE | 11 | 57 | 0 | 0 | 121 | 63 | 38 |
| Octal | 324 | 41 | 376 | 21 | 127 | 0 | 0 | 441 | 143 | 70 |
| Binary | 11010100 | 100001 | 11111110 | 10001 | 1010111 | 0 | 0 | 100100001 | 1100011 | 111000 |
Color Harmonies of #D421FE
Complementary color
Monochromatic Colors of #D421FE
Black with #D421FE
Text Example
Text Example
White with #D421FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421FE; }
p { color: rgb(212,33,254); }
H1.HeaderClassName
{
color: #D421FE;
}
.AnyTagClassName
{
color: #D421FE;
}
</style>
background-color css
<style>
a { background-color: #D421FE; }
a { background-color: rgb(212,33,254); }
div.DivClassName
{
background-color: #D421FE;
}
.BgClassName
{
background-color: #D421FE;
}
</style>
border-color css
<style>
span { border-color: #D421FE; }
span { border-color: rgb(212,33,254); }
td.TdClassName
{
border-color: #D421FE;
}
.TagClassName
{
border-color: #D421FE;
}
</style>