Shades of Psychedelic Purple #D40DF0
Tints of Psychedelic Purple #D40DF0
RGB
CMYK
RGB Variations
Color information
#D40DF0 (or 0xD40DF0) is known color: Psychedelic Purple. HEX triplet: D4, 0D and F0. RGB value is (212,13,240). Sum of RGB (Red+Green+Blue) = 212+13+240=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #D40DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40DF0 is #2BF20F. Grayscale: #616161. Windows color (decimal): -2880016 or 15732180. OLE color: 15732180.
HSL color Cylindrical-coordinate representation of color #D40DF0: hue angle of 292.6º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40DF0 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 13 | 240 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.06 |
| HSL | 292.6º | 0.9% | 0.5% | - |
| HSV(B) | 292.6º | 0.95% | 0.94% | - |
| XYZ | 43.02 | 20.58 | 84.14 | - |
| YUV | 98.38 | 207.93 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 240 | 0.12 | 0.95 | 0 | 0.06 | 292.6 | 0.9 | 0.5 |
| Hex | D4 | D | F0 | C | 5F | 0 | 6 | 125 | 5A | 32 |
| Octal | 324 | 15 | 360 | 14 | 137 | 0 | 6 | 445 | 132 | 62 |
| Binary | 11010100 | 1101 | 11110000 | 1100 | 1011111 | 0 | 110 | 100100101 | 1011010 | 110010 |
Color Harmonies of #D40DF0
Complementary color
Monochromatic Colors of #D40DF0
Black with #D40DF0
Text Example
Text Example
White with #D40DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DF0; }
p { color: rgb(212,13,240); }
H1.HeaderClassName
{
color: #D40DF0;
}
.AnyTagClassName
{
color: #D40DF0;
}
</style>
background-color css
<style>
a { background-color: #D40DF0; }
a { background-color: rgb(212,13,240); }
div.DivClassName
{
background-color: #D40DF0;
}
.BgClassName
{
background-color: #D40DF0;
}
</style>
border-color css
<style>
span { border-color: #D40DF0; }
span { border-color: rgb(212,13,240); }
td.TdClassName
{
border-color: #D40DF0;
}
.TagClassName
{
border-color: #D40DF0;
}
</style>