Shades of Psychedelic Purple #D435FD
Tints of Psychedelic Purple #D435FD
RGB
CMYK
RGB Variations
Color information
#D435FD (or 0xD435FD) is known color: Psychedelic Purple. HEX triplet: D4, 35 and FD. RGB value is (212,53,253). Sum of RGB (Red+Green+Blue) = 212+53+253=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 53 (21.09% from 255 or 10.23% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #D435FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435FD is #2BCA02. Grayscale: #7A7A7A. Windows color (decimal): -2869763 or 16594388. OLE color: 16594388.
HSL color Cylindrical-coordinate representation of color #D435FD: hue angle of 287.7º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D435FD is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 53 | 253 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.01 |
| HSL | 287.7º | 0.98% | 0.6% | - |
| HSV(B) | 287.7º | 0.79% | 0.99% | - |
| XYZ | 46.15 | 23.64 | 95.06 | - |
| YUV | 123.34 | 201.18 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 53 | 253 | 0.16 | 0.79 | 0 | 0.01 | 287.7 | 0.98 | 0.6 |
| Hex | D4 | 35 | FD | 10 | 4F | 0 | 1 | 120 | 62 | 3C |
| Octal | 324 | 65 | 375 | 20 | 117 | 0 | 1 | 440 | 142 | 74 |
| Binary | 11010100 | 110101 | 11111101 | 10000 | 1001111 | 0 | 1 | 100100000 | 1100010 | 111100 |
Color Harmonies of #D435FD
Complementary color
Monochromatic Colors of #D435FD
Black with #D435FD
Text Example
Text Example
White with #D435FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D435FD; }
p { color: rgb(212,53,253); }
H1.HeaderClassName
{
color: #D435FD;
}
.AnyTagClassName
{
color: #D435FD;
}
</style>
background-color css
<style>
a { background-color: #D435FD; }
a { background-color: rgb(212,53,253); }
div.DivClassName
{
background-color: #D435FD;
}
.BgClassName
{
background-color: #D435FD;
}
</style>
border-color css
<style>
span { border-color: #D435FD; }
span { border-color: rgb(212,53,253); }
td.TdClassName
{
border-color: #D435FD;
}
.TagClassName
{
border-color: #D435FD;
}
</style>