Shades of Psychedelic Purple #D40FFD
Tints of Psychedelic Purple #D40FFD
RGB
CMYK
RGB Variations
Color information
#D40FFD (or 0xD40FFD) is known color: Psychedelic Purple. HEX triplet: D4, 0F and FD. RGB value is (212,15,253). Sum of RGB (Red+Green+Blue) = 212+15+253=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #D40FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FFD is #2BF002. Grayscale: #646464. Windows color (decimal): -2879491 or 16584660. OLE color: 16584660.
HSL color Cylindrical-coordinate representation of color #D40FFD: hue angle of 289.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40FFD is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 15 | 253 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.01 |
| HSL | 289.66º | 0.98% | 0.53% | - |
| HSV(B) | 289.66º | 0.94% | 0.99% | - |
| XYZ | 45.05 | 21.43 | 94.69 | - |
| YUV | 101.04 | 213.77 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 253 | 0.16 | 0.94 | 0 | 0.01 | 289.66 | 0.98 | 0.53 |
| Hex | D4 | F | FD | 10 | 5E | 0 | 1 | 122 | 62 | 35 |
| Octal | 324 | 17 | 375 | 20 | 136 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010100 | 1111 | 11111101 | 10000 | 1011110 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D40FFD
Complementary color
Monochromatic Colors of #D40FFD
Black with #D40FFD
Text Example
Text Example
White with #D40FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FFD; }
p { color: rgb(212,15,253); }
H1.HeaderClassName
{
color: #D40FFD;
}
.AnyTagClassName
{
color: #D40FFD;
}
</style>
background-color css
<style>
a { background-color: #D40FFD; }
a { background-color: rgb(212,15,253); }
div.DivClassName
{
background-color: #D40FFD;
}
.BgClassName
{
background-color: #D40FFD;
}
</style>
border-color css
<style>
span { border-color: #D40FFD; }
span { border-color: rgb(212,15,253); }
td.TdClassName
{
border-color: #D40FFD;
}
.TagClassName
{
border-color: #D40FFD;
}
</style>