Shades of Psychedelic Purple #D420FD
Tints of Psychedelic Purple #D420FD
RGB
CMYK
RGB Variations
Color information
#D420FD (or 0xD420FD) is known color: Psychedelic Purple. HEX triplet: D4, 20 and FD. RGB value is (212,32,253). Sum of RGB (Red+Green+Blue) = 212+32+253=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #D420FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D420FD is #2BDF02. Grayscale: #6E6E6E. Windows color (decimal): -2875139 or 16589012. OLE color: 16589012.
HSL color Cylindrical-coordinate representation of color #D420FD: hue angle of 288.87º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D420FD is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 32 | 253 | - |
| CMYK | 0.16 | 0.87 | 0 | 0.01 |
| HSL | 288.87º | 0.98% | 0.56% | - |
| HSV(B) | 288.87º | 0.87% | 0.99% | - |
| XYZ | 45.4 | 22.12 | 94.81 | - |
| YUV | 111.01 | 208.13 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 253 | 0.16 | 0.87 | 0 | 0.01 | 288.87 | 0.98 | 0.56 |
| Hex | D4 | 20 | FD | 10 | 57 | 0 | 1 | 121 | 62 | 38 |
| Octal | 324 | 40 | 375 | 20 | 127 | 0 | 1 | 441 | 142 | 70 |
| Binary | 11010100 | 100000 | 11111101 | 10000 | 1010111 | 0 | 1 | 100100001 | 1100010 | 111000 |
Color Harmonies of #D420FD
Complementary color
Monochromatic Colors of #D420FD
Black with #D420FD
Text Example
Text Example
White with #D420FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D420FD; }
p { color: rgb(212,32,253); }
H1.HeaderClassName
{
color: #D420FD;
}
.AnyTagClassName
{
color: #D420FD;
}
</style>
background-color css
<style>
a { background-color: #D420FD; }
a { background-color: rgb(212,32,253); }
div.DivClassName
{
background-color: #D420FD;
}
.BgClassName
{
background-color: #D420FD;
}
</style>
border-color css
<style>
span { border-color: #D420FD; }
span { border-color: rgb(212,32,253); }
td.TdClassName
{
border-color: #D420FD;
}
.TagClassName
{
border-color: #D420FD;
}
</style>