Shades of Psychedelic Purple #D42FFA
Tints of Psychedelic Purple #D42FFA
RGB
CMYK
RGB Variations
Color information
#D42FFA (or 0xD42FFA) is known color: Psychedelic Purple. HEX triplet: D4, 2F and FA. RGB value is (212,47,250). Sum of RGB (Red+Green+Blue) = 212+47+250=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 47 (18.75% from 255 or 9.23% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #D42FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FFA is #2BD005. Grayscale: #767676. Windows color (decimal): -2871302 or 16396244. OLE color: 16396244.
HSL color Cylindrical-coordinate representation of color #D42FFA: hue angle of 288.77º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42FFA is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 47 | 250 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.02 |
| HSL | 288.77º | 0.95% | 0.58% | - |
| HSV(B) | 288.77º | 0.81% | 0.98% | - |
| XYZ | 45.42 | 22.93 | 92.47 | - |
| YUV | 119.48 | 201.66 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 47 | 250 | 0.15 | 0.81 | 0 | 0.02 | 288.77 | 0.95 | 0.58 |
| Hex | D4 | 2F | FA | F | 51 | 0 | 2 | 121 | 5F | 3A |
| Octal | 324 | 57 | 372 | 17 | 121 | 0 | 2 | 441 | 137 | 72 |
| Binary | 11010100 | 101111 | 11111010 | 1111 | 1010001 | 0 | 10 | 100100001 | 1011111 | 111010 |
Color Harmonies of #D42FFA
Complementary color
Monochromatic Colors of #D42FFA
Black with #D42FFA
Text Example
Text Example
White with #D42FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42FFA; }
p { color: rgb(212,47,250); }
H1.HeaderClassName
{
color: #D42FFA;
}
.AnyTagClassName
{
color: #D42FFA;
}
</style>
background-color css
<style>
a { background-color: #D42FFA; }
a { background-color: rgb(212,47,250); }
div.DivClassName
{
background-color: #D42FFA;
}
.BgClassName
{
background-color: #D42FFA;
}
</style>
border-color css
<style>
span { border-color: #D42FFA; }
span { border-color: rgb(212,47,250); }
td.TdClassName
{
border-color: #D42FFA;
}
.TagClassName
{
border-color: #D42FFA;
}
</style>