Shades of Psychedelic Purple #D40DF9
Tints of Psychedelic Purple #D40DF9
RGB
CMYK
RGB Variations
Color information
#D40DF9 (or 0xD40DF9) is known color: Psychedelic Purple. HEX triplet: D4, 0D and F9. RGB value is (212,13,249). Sum of RGB (Red+Green+Blue) = 212+13+249=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 249 (97.66% from 255 or 52.53% from 474); Max value from RGB is 249 - color contains mainly: blue. Hex color #D40DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40DF9 is #2BF206. Grayscale: #626262. Windows color (decimal): -2880007 or 16322004. OLE color: 16322004.
HSL color Cylindrical-coordinate representation of color #D40DF9: hue angle of 290.59º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40DF9 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 13 | 249 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.02 |
| HSL | 290.59º | 0.95% | 0.51% | - |
| HSV(B) | 290.59º | 0.95% | 0.98% | - |
| XYZ | 44.39 | 21.12 | 91.36 | - |
| YUV | 99.41 | 212.43 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 249 | 0.15 | 0.95 | 0 | 0.02 | 290.59 | 0.95 | 0.51 |
| Hex | D4 | D | F9 | F | 5F | 0 | 2 | 123 | 5F | 33 |
| Octal | 324 | 15 | 371 | 17 | 137 | 0 | 2 | 443 | 137 | 63 |
| Binary | 11010100 | 1101 | 11111001 | 1111 | 1011111 | 0 | 10 | 100100011 | 1011111 | 110011 |
Color Harmonies of #D40DF9
Complementary color
Monochromatic Colors of #D40DF9
Black with #D40DF9
Text Example
Text Example
White with #D40DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DF9; }
p { color: rgb(212,13,249); }
H1.HeaderClassName
{
color: #D40DF9;
}
.AnyTagClassName
{
color: #D40DF9;
}
</style>
background-color css
<style>
a { background-color: #D40DF9; }
a { background-color: rgb(212,13,249); }
div.DivClassName
{
background-color: #D40DF9;
}
.BgClassName
{
background-color: #D40DF9;
}
</style>
border-color css
<style>
span { border-color: #D40DF9; }
span { border-color: rgb(212,13,249); }
td.TdClassName
{
border-color: #D40DF9;
}
.TagClassName
{
border-color: #D40DF9;
}
</style>