Shades of Psychedelic Purple #D401FD
Tints of Psychedelic Purple #D401FD
RGB
CMYK
RGB Variations
Color information
#D401FD (or 0xD401FD) is known color: Psychedelic Purple. HEX triplet: D4, 01 and FD. RGB value is (212,1,253). Sum of RGB (Red+Green+Blue) = 212+1+253=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #D401FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D401FD is #2BFE02. Grayscale: #5C5C5C. Windows color (decimal): -2883075 or 16581076. OLE color: 16581076.
HSL color Cylindrical-coordinate representation of color #D401FD: hue angle of 290.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D401FD is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 1 | 253 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.01 |
| HSL | 290.24º | 0.99% | 0.5% | - |
| HSV(B) | 290.24º | 1% | 0.99% | - |
| XYZ | 44.89 | 21.11 | 94.64 | - |
| YUV | 92.82 | 218.4 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 253 | 0.16 | 1.00 | 0 | 0.01 | 290.24 | 0.99 | 0.5 |
| Hex | D4 | 1 | FD | 10 | 64 | 0 | 1 | 122 | 63 | 32 |
| Octal | 324 | 1 | 375 | 20 | 144 | 0 | 1 | 442 | 143 | 62 |
| Binary | 11010100 | 1 | 11111101 | 10000 | 1100100 | 0 | 1 | 100100010 | 1100011 | 110010 |
Color Harmonies of #D401FD
Complementary color
Monochromatic Colors of #D401FD
Black with #D401FD
Text Example
Text Example
White with #D401FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D401FD; }
p { color: rgb(212,1,253); }
H1.HeaderClassName
{
color: #D401FD;
}
.AnyTagClassName
{
color: #D401FD;
}
</style>
background-color css
<style>
a { background-color: #D401FD; }
a { background-color: rgb(212,1,253); }
div.DivClassName
{
background-color: #D401FD;
}
.BgClassName
{
background-color: #D401FD;
}
</style>
border-color css
<style>
span { border-color: #D401FD; }
span { border-color: rgb(212,1,253); }
td.TdClassName
{
border-color: #D401FD;
}
.TagClassName
{
border-color: #D401FD;
}
</style>