Shades of Psychedelic Purple #D435FA
Tints of Psychedelic Purple #D435FA
RGB
CMYK
RGB Variations
Color information
#D435FA (or 0xD435FA) is known color: Psychedelic Purple. HEX triplet: D4, 35 and FA. RGB value is (212,53,250). Sum of RGB (Red+Green+Blue) = 212+53+250=515 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.17% from 515); Green value is 53 (21.09% from 255 or 10.29% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #D435FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435FA is #2BCA05. Grayscale: #7A7A7A. Windows color (decimal): -2869766 or 16397780. OLE color: 16397780.
HSL color Cylindrical-coordinate representation of color #D435FA: hue angle of 288.43º degrees, saturation: 0.95, 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 #D435FA is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 53 | 250 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.02 |
| HSL | 288.43º | 0.95% | 0.59% | - |
| HSV(B) | 288.43º | 0.79% | 0.98% | - |
| XYZ | 45.68 | 23.45 | 92.56 | - |
| YUV | 123 | 199.68 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 250 | 0.15 | 0.79 | 0 | 0.02 | 288.43 | 0.95 | 0.59 |
| Hex | D4 | 35 | FA | F | 4F | 0 | 2 | 120 | 5F | 3B |
| Octal | 324 | 65 | 372 | 17 | 117 | 0 | 2 | 440 | 137 | 73 |
| Binary | 11010100 | 110101 | 11111010 | 1111 | 1001111 | 0 | 10 | 100100000 | 1011111 | 111011 |
Color Harmonies of #D435FA
Complementary color
Monochromatic Colors of #D435FA
Black with #D435FA
Text Example
Text Example
White with #D435FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435FA; }
p { color: rgb(212,53,250); }
H1.HeaderClassName
{
color: #D435FA;
}
.AnyTagClassName
{
color: #D435FA;
}
</style>
background-color css
<style>
a { background-color: #D435FA; }
a { background-color: rgb(212,53,250); }
div.DivClassName
{
background-color: #D435FA;
}
.BgClassName
{
background-color: #D435FA;
}
</style>
border-color css
<style>
span { border-color: #D435FA; }
span { border-color: rgb(212,53,250); }
td.TdClassName
{
border-color: #D435FA;
}
.TagClassName
{
border-color: #D435FA;
}
</style>