Shades of Psychedelic Purple #D400FD
Tints of Psychedelic Purple #D400FD
RGB
CMYK
RGB Variations
Color information
#D400FD (or 0xD400FD) is known color: Psychedelic Purple. HEX triplet: D4, 00 and FD. RGB value is (212,0,253). Sum of RGB (Red+Green+Blue) = 212+0+253=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #D400FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D400FD is #2BFF02. Grayscale: #5B5B5B. Windows color (decimal): -2883331 or 16580820. OLE color: 16580820.
HSL color Cylindrical-coordinate representation of color #D400FD: hue angle of 290.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D400FD is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 0 | 253 | - |
| CMYK | 0.16 | 1 | 0 | 0.01 |
| HSL | 290.28º | 1% | 0.5% | - |
| HSV(B) | 290.28º | 1% | 0.99% | - |
| XYZ | 44.88 | 21.09 | 94.63 | - |
| YUV | 92.23 | 218.74 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 253 | 0.16 | 1 | 0 | 0.01 | 290.28 | 1 | 0.5 |
| Hex | D4 | 0 | FD | 10 | 64 | 0 | 1 | 122 | 64 | 32 |
| Octal | 324 | 0 | 375 | 20 | 144 | 0 | 1 | 442 | 144 | 62 |
| Binary | 11010100 | 0 | 11111101 | 10000 | 1100100 | 0 | 1 | 100100010 | 1100100 | 110010 |
Color Harmonies of #D400FD
Complementary color
Monochromatic Colors of #D400FD
Black with #D400FD
Text Example
Text Example
White with #D400FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D400FD; }
p { color: rgb(212,0,253); }
H1.HeaderClassName
{
color: #D400FD;
}
.AnyTagClassName
{
color: #D400FD;
}
</style>
background-color css
<style>
a { background-color: #D400FD; }
a { background-color: rgb(212,0,253); }
div.DivClassName
{
background-color: #D400FD;
}
.BgClassName
{
background-color: #D400FD;
}
</style>
border-color css
<style>
span { border-color: #D400FD; }
span { border-color: rgb(212,0,253); }
td.TdClassName
{
border-color: #D400FD;
}
.TagClassName
{
border-color: #D400FD;
}
</style>