Shades of Psychedelic Purple #D425F3
Tints of Psychedelic Purple #D425F3
RGB
CMYK
RGB Variations
Color information
#D425F3 (or 0xD425F3) is known color: Psychedelic Purple. HEX triplet: D4, 25 and F3. RGB value is (212,37,243). Sum of RGB (Red+Green+Blue) = 212+37+243=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 37 (14.84% from 255 or 7.52% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #D425F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425F3 is #2BDA0C. Grayscale: #707070. Windows color (decimal): -2873869 or 15934932. OLE color: 15934932.
HSL color Cylindrical-coordinate representation of color #D425F3: hue angle of 290.97º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D425F3 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 37 | 243 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.05 |
| HSL | 290.97º | 0.9% | 0.55% | - |
| HSV(B) | 290.97º | 0.85% | 0.95% | - |
| XYZ | 43.99 | 21.79 | 86.68 | - |
| YUV | 112.81 | 201.48 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 243 | 0.13 | 0.85 | 0 | 0.05 | 290.97 | 0.9 | 0.55 |
| Hex | D4 | 25 | F3 | D | 55 | 0 | 5 | 123 | 5A | 37 |
| Octal | 324 | 45 | 363 | 15 | 125 | 0 | 5 | 443 | 132 | 67 |
| Binary | 11010100 | 100101 | 11110011 | 1101 | 1010101 | 0 | 101 | 100100011 | 1011010 | 110111 |
Color Harmonies of #D425F3
Complementary color
Monochromatic Colors of #D425F3
Black with #D425F3
Text Example
Text Example
White with #D425F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D425F3; }
p { color: rgb(212,37,243); }
H1.HeaderClassName
{
color: #D425F3;
}
.AnyTagClassName
{
color: #D425F3;
}
</style>
background-color css
<style>
a { background-color: #D425F3; }
a { background-color: rgb(212,37,243); }
div.DivClassName
{
background-color: #D425F3;
}
.BgClassName
{
background-color: #D425F3;
}
</style>
border-color css
<style>
span { border-color: #D425F3; }
span { border-color: rgb(212,37,243); }
td.TdClassName
{
border-color: #D425F3;
}
.TagClassName
{
border-color: #D425F3;
}
</style>