Shades of Psychedelic Purple #D425FA
Tints of Psychedelic Purple #D425FA
RGB
CMYK
RGB Variations
Color information
#D425FA (or 0xD425FA) is known color: Psychedelic Purple. HEX triplet: D4, 25 and FA. RGB value is (212,37,250). Sum of RGB (Red+Green+Blue) = 212+37+250=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 37 (14.84% from 255 or 7.41% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #D425FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425FA is #2BDA05. Grayscale: #707070. Windows color (decimal): -2873862 or 16393684. OLE color: 16393684.
HSL color Cylindrical-coordinate representation of color #D425FA: hue angle of 289.3º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D425FA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 37 | 250 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.02 |
| HSL | 289.3º | 0.96% | 0.56% | - |
| HSV(B) | 289.3º | 0.85% | 0.98% | - |
| XYZ | 45.07 | 22.22 | 92.36 | - |
| YUV | 113.61 | 204.98 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 250 | 0.15 | 0.85 | 0 | 0.02 | 289.3 | 0.96 | 0.56 |
| Hex | D4 | 25 | FA | F | 55 | 0 | 2 | 121 | 60 | 38 |
| Octal | 324 | 45 | 372 | 17 | 125 | 0 | 2 | 441 | 140 | 70 |
| Binary | 11010100 | 100101 | 11111010 | 1111 | 1010101 | 0 | 10 | 100100001 | 1100000 | 111000 |
Color Harmonies of #D425FA
Complementary color
Monochromatic Colors of #D425FA
Black with #D425FA
Text Example
Text Example
White with #D425FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425FA; }
p { color: rgb(212,37,250); }
H1.HeaderClassName
{
color: #D425FA;
}
.AnyTagClassName
{
color: #D425FA;
}
</style>
background-color css
<style>
a { background-color: #D425FA; }
a { background-color: rgb(212,37,250); }
div.DivClassName
{
background-color: #D425FA;
}
.BgClassName
{
background-color: #D425FA;
}
</style>
border-color css
<style>
span { border-color: #D425FA; }
span { border-color: rgb(212,37,250); }
td.TdClassName
{
border-color: #D425FA;
}
.TagClassName
{
border-color: #D425FA;
}
</style>