Shades of Psychedelic Purple #D42FF9
Tints of Psychedelic Purple #D42FF9
RGB
CMYK
RGB Variations
Color information
#D42FF9 (or 0xD42FF9) is known color: Psychedelic Purple. HEX triplet: D4, 2F and F9. RGB value is (212,47,249). Sum of RGB (Red+Green+Blue) = 212+47+249=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 47 (18.75% from 255 or 9.25% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #D42FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FF9 is #2BD006. Grayscale: #767676. Windows color (decimal): -2871303 or 16330708. OLE color: 16330708.
HSL color Cylindrical-coordinate representation of color #D42FF9: hue angle of 289.01º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42FF9 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 47 | 249 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.02 |
| HSL | 289.01º | 0.94% | 0.58% | - |
| HSV(B) | 289.01º | 0.81% | 0.98% | - |
| XYZ | 45.27 | 22.87 | 91.65 | - |
| YUV | 119.36 | 201.16 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 249 | 0.15 | 0.81 | 0 | 0.02 | 289.01 | 0.94 | 0.58 |
| Hex | D4 | 2F | F9 | F | 51 | 0 | 2 | 121 | 5E | 3A |
| Octal | 324 | 57 | 371 | 17 | 121 | 0 | 2 | 441 | 136 | 72 |
| Binary | 11010100 | 101111 | 11111001 | 1111 | 1010001 | 0 | 10 | 100100001 | 1011110 | 111010 |
Color Harmonies of #D42FF9
Complementary color
Monochromatic Colors of #D42FF9
Black with #D42FF9
Text Example
Text Example
White with #D42FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FF9; }
p { color: rgb(212,47,249); }
H1.HeaderClassName
{
color: #D42FF9;
}
.AnyTagClassName
{
color: #D42FF9;
}
</style>
background-color css
<style>
a { background-color: #D42FF9; }
a { background-color: rgb(212,47,249); }
div.DivClassName
{
background-color: #D42FF9;
}
.BgClassName
{
background-color: #D42FF9;
}
</style>
border-color css
<style>
span { border-color: #D42FF9; }
span { border-color: rgb(212,47,249); }
td.TdClassName
{
border-color: #D42FF9;
}
.TagClassName
{
border-color: #D42FF9;
}
</style>