Shades of Psychedelic Purple #D40FF9
Tints of Psychedelic Purple #D40FF9
RGB
CMYK
RGB Variations
Color information
#D40FF9 (or 0xD40FF9) is known color: Psychedelic Purple. HEX triplet: D4, 0F and F9. RGB value is (212,15,249). Sum of RGB (Red+Green+Blue) = 212+15+249=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #D40FF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D40FF9 is #2BF006. Grayscale: #636363. Windows color (decimal): -2879495 or 16322516. OLE color: 16322516.
HSL color Cylindrical-coordinate representation of color #D40FF9: hue angle of 290.51º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40FF9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 15 | 249 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.02 |
| HSL | 290.51º | 0.95% | 0.52% | - |
| HSV(B) | 290.51º | 0.94% | 0.98% | - |
| XYZ | 44.42 | 21.18 | 91.37 | - |
| YUV | 100.58 | 211.77 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 15 | 249 | 0.15 | 0.94 | 0 | 0.02 | 290.51 | 0.95 | 0.52 |
| Hex | D4 | F | F9 | F | 5E | 0 | 2 | 123 | 5F | 34 |
| Octal | 324 | 17 | 371 | 17 | 136 | 0 | 2 | 443 | 137 | 64 |
| Binary | 11010100 | 1111 | 11111001 | 1111 | 1011110 | 0 | 10 | 100100011 | 1011111 | 110100 |
Color Harmonies of #D40FF9
Complementary color
Monochromatic Colors of #D40FF9
Black with #D40FF9
Text Example
Text Example
White with #D40FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40FF9; }
p { color: rgb(212,15,249); }
H1.HeaderClassName
{
color: #D40FF9;
}
.AnyTagClassName
{
color: #D40FF9;
}
</style>
background-color css
<style>
a { background-color: #D40FF9; }
a { background-color: rgb(212,15,249); }
div.DivClassName
{
background-color: #D40FF9;
}
.BgClassName
{
background-color: #D40FF9;
}
</style>
border-color css
<style>
span { border-color: #D40FF9; }
span { border-color: rgb(212,15,249); }
td.TdClassName
{
border-color: #D40FF9;
}
.TagClassName
{
border-color: #D40FF9;
}
</style>