Shades of Psychedelic Purple #D425FD
Tints of Psychedelic Purple #D425FD
RGB
CMYK
RGB Variations
Color information
#D425FD (or 0xD425FD) is known color: Psychedelic Purple. HEX triplet: D4, 25 and FD. RGB value is (212,37,253). Sum of RGB (Red+Green+Blue) = 212+37+253=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 37 (14.84% from 255 or 7.37% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #D425FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425FD is #2BDA02. Grayscale: #717171. Windows color (decimal): -2873859 or 16590292. OLE color: 16590292.
HSL color Cylindrical-coordinate representation of color #D425FD: hue angle of 288.61º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D425FD is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 37 | 253 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.01 |
| HSL | 288.61º | 0.98% | 0.57% | - |
| HSV(B) | 288.61º | 0.85% | 0.99% | - |
| XYZ | 45.54 | 22.41 | 94.85 | - |
| YUV | 113.95 | 206.48 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 253 | 0.16 | 0.85 | 0 | 0.01 | 288.61 | 0.98 | 0.57 |
| Hex | D4 | 25 | FD | 10 | 55 | 0 | 1 | 121 | 62 | 39 |
| Octal | 324 | 45 | 375 | 20 | 125 | 0 | 1 | 441 | 142 | 71 |
| Binary | 11010100 | 100101 | 11111101 | 10000 | 1010101 | 0 | 1 | 100100001 | 1100010 | 111001 |
Color Harmonies of #D425FD
Complementary color
Monochromatic Colors of #D425FD
Black with #D425FD
Text Example
Text Example
White with #D425FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425FD; }
p { color: rgb(212,37,253); }
H1.HeaderClassName
{
color: #D425FD;
}
.AnyTagClassName
{
color: #D425FD;
}
</style>
background-color css
<style>
a { background-color: #D425FD; }
a { background-color: rgb(212,37,253); }
div.DivClassName
{
background-color: #D425FD;
}
.BgClassName
{
background-color: #D425FD;
}
</style>
border-color css
<style>
span { border-color: #D425FD; }
span { border-color: rgb(212,37,253); }
td.TdClassName
{
border-color: #D425FD;
}
.TagClassName
{
border-color: #D425FD;
}
</style>