Shades of Psychedelic Purple #D424F9
Tints of Psychedelic Purple #D424F9
RGB
CMYK
RGB Variations
Color information
#D424F9 (or 0xD424F9) is known color: Psychedelic Purple. HEX triplet: D4, 24 and F9. RGB value is (212,36,249). Sum of RGB (Red+Green+Blue) = 212+36+249=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #D424F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D424F9 is #2BDB06. Grayscale: #707070. Windows color (decimal): -2874119 or 16327892. OLE color: 16327892.
HSL color Cylindrical-coordinate representation of color #D424F9: hue angle of 289.58º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D424F9 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 36 | 249 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.02 |
| HSL | 289.58º | 0.95% | 0.56% | - |
| HSV(B) | 289.58º | 0.86% | 0.98% | - |
| XYZ | 44.88 | 22.1 | 91.52 | - |
| YUV | 112.91 | 204.81 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 36 | 249 | 0.15 | 0.86 | 0 | 0.02 | 289.58 | 0.95 | 0.56 |
| Hex | D4 | 24 | F9 | F | 56 | 0 | 2 | 122 | 5F | 38 |
| Octal | 324 | 44 | 371 | 17 | 126 | 0 | 2 | 442 | 137 | 70 |
| Binary | 11010100 | 100100 | 11111001 | 1111 | 1010110 | 0 | 10 | 100100010 | 1011111 | 111000 |
Color Harmonies of #D424F9
Complementary color
Monochromatic Colors of #D424F9
Black with #D424F9
Text Example
Text Example
White with #D424F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D424F9; }
p { color: rgb(212,36,249); }
H1.HeaderClassName
{
color: #D424F9;
}
.AnyTagClassName
{
color: #D424F9;
}
</style>
background-color css
<style>
a { background-color: #D424F9; }
a { background-color: rgb(212,36,249); }
div.DivClassName
{
background-color: #D424F9;
}
.BgClassName
{
background-color: #D424F9;
}
</style>
border-color css
<style>
span { border-color: #D424F9; }
span { border-color: rgb(212,36,249); }
td.TdClassName
{
border-color: #D424F9;
}
.TagClassName
{
border-color: #D424F9;
}
</style>