Shades of Psychedelic Purple #D435F9
Tints of Psychedelic Purple #D435F9
RGB
CMYK
RGB Variations
Color information
#D435F9 (or 0xD435F9) is known color: Psychedelic Purple. HEX triplet: D4, 35 and F9. RGB value is (212,53,249). Sum of RGB (Red+Green+Blue) = 212+53+249=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 53 (21.09% from 255 or 10.31% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #D435F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435F9 is #2BCA06. Grayscale: #7A7A7A. Windows color (decimal): -2869767 or 16332244. OLE color: 16332244.
HSL color Cylindrical-coordinate representation of color #D435F9: hue angle of 288.67º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D435F9 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 53 | 249 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.02 |
| HSL | 288.67º | 0.94% | 0.59% | - |
| HSV(B) | 288.67º | 0.79% | 0.98% | - |
| XYZ | 45.52 | 23.38 | 91.74 | - |
| YUV | 122.89 | 199.18 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 249 | 0.15 | 0.79 | 0 | 0.02 | 288.67 | 0.94 | 0.59 |
| Hex | D4 | 35 | F9 | F | 4F | 0 | 2 | 121 | 5E | 3B |
| Octal | 324 | 65 | 371 | 17 | 117 | 0 | 2 | 441 | 136 | 73 |
| Binary | 11010100 | 110101 | 11111001 | 1111 | 1001111 | 0 | 10 | 100100001 | 1011110 | 111011 |
Color Harmonies of #D435F9
Complementary color
Monochromatic Colors of #D435F9
Black with #D435F9
Text Example
Text Example
White with #D435F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435F9; }
p { color: rgb(212,53,249); }
H1.HeaderClassName
{
color: #D435F9;
}
.AnyTagClassName
{
color: #D435F9;
}
</style>
background-color css
<style>
a { background-color: #D435F9; }
a { background-color: rgb(212,53,249); }
div.DivClassName
{
background-color: #D435F9;
}
.BgClassName
{
background-color: #D435F9;
}
</style>
border-color css
<style>
span { border-color: #D435F9; }
span { border-color: rgb(212,53,249); }
td.TdClassName
{
border-color: #D435F9;
}
.TagClassName
{
border-color: #D435F9;
}
</style>