Shades of Psychedelic Purple #D436F9
Tints of Psychedelic Purple #D436F9
RGB
CMYK
RGB Variations
Color information
#D436F9 (or 0xD436F9) is known color: Psychedelic Purple. HEX triplet: D4, 36 and F9. RGB value is (212,54,249). Sum of RGB (Red+Green+Blue) = 212+54+249=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 54 (21.48% from 255 or 10.49% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #D436F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D436F9 is #2BC906. Grayscale: #7A7A7A. Windows color (decimal): -2869511 or 16332500. OLE color: 16332500.
HSL color Cylindrical-coordinate representation of color #D436F9: hue angle of 288.62º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D436F9 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 54 | 249 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.02 |
| HSL | 288.62º | 0.94% | 0.59% | - |
| HSV(B) | 288.62º | 0.78% | 0.98% | - |
| XYZ | 45.57 | 23.47 | 91.75 | - |
| YUV | 123.47 | 198.85 | 191.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 249 | 0.15 | 0.78 | 0 | 0.02 | 288.62 | 0.94 | 0.59 |
| Hex | D4 | 36 | F9 | F | 4E | 0 | 2 | 121 | 5E | 3B |
| Octal | 324 | 66 | 371 | 17 | 116 | 0 | 2 | 441 | 136 | 73 |
| Binary | 11010100 | 110110 | 11111001 | 1111 | 1001110 | 0 | 10 | 100100001 | 1011110 | 111011 |
Color Harmonies of #D436F9
Complementary color
Monochromatic Colors of #D436F9
Black with #D436F9
Text Example
Text Example
White with #D436F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D436F9; }
p { color: rgb(212,54,249); }
H1.HeaderClassName
{
color: #D436F9;
}
.AnyTagClassName
{
color: #D436F9;
}
</style>
background-color css
<style>
a { background-color: #D436F9; }
a { background-color: rgb(212,54,249); }
div.DivClassName
{
background-color: #D436F9;
}
.BgClassName
{
background-color: #D436F9;
}
</style>
border-color css
<style>
span { border-color: #D436F9; }
span { border-color: rgb(212,54,249); }
td.TdClassName
{
border-color: #D436F9;
}
.TagClassName
{
border-color: #D436F9;
}
</style>