Shades of Psychedelic Purple #D40DF1
Tints of Psychedelic Purple #D40DF1
RGB
CMYK
RGB Variations
Color information
#D40DF1 (or 0xD40DF1) is known color: Psychedelic Purple. HEX triplet: D4, 0D and F1. RGB value is (212,13,241). Sum of RGB (Red+Green+Blue) = 212+13+241=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #D40DF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40DF1 is #2BF20E. Grayscale: #616161. Windows color (decimal): -2880015 or 15797716. OLE color: 15797716.
HSL color Cylindrical-coordinate representation of color #D40DF1: hue angle of 292.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40DF1 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 13 | 241 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.05 |
| HSL | 292.37º | 0.9% | 0.5% | - |
| HSV(B) | 292.37º | 0.95% | 0.95% | - |
| XYZ | 43.17 | 20.64 | 84.93 | - |
| YUV | 98.49 | 208.43 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 241 | 0.12 | 0.95 | 0 | 0.05 | 292.37 | 0.9 | 0.5 |
| Hex | D4 | D | F1 | C | 5F | 0 | 5 | 124 | 5A | 32 |
| Octal | 324 | 15 | 361 | 14 | 137 | 0 | 5 | 444 | 132 | 62 |
| Binary | 11010100 | 1101 | 11110001 | 1100 | 1011111 | 0 | 101 | 100100100 | 1011010 | 110010 |
Color Harmonies of #D40DF1
Complementary color
Monochromatic Colors of #D40DF1
Black with #D40DF1
Text Example
Text Example
White with #D40DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DF1; }
p { color: rgb(212,13,241); }
H1.HeaderClassName
{
color: #D40DF1;
}
.AnyTagClassName
{
color: #D40DF1;
}
</style>
background-color css
<style>
a { background-color: #D40DF1; }
a { background-color: rgb(212,13,241); }
div.DivClassName
{
background-color: #D40DF1;
}
.BgClassName
{
background-color: #D40DF1;
}
</style>
border-color css
<style>
span { border-color: #D40DF1; }
span { border-color: rgb(212,13,241); }
td.TdClassName
{
border-color: #D40DF1;
}
.TagClassName
{
border-color: #D40DF1;
}
</style>