Shades of Psychedelic Purple #D41CFA
Tints of Psychedelic Purple #D41CFA
RGB
CMYK
RGB Variations
Color information
#D41CFA (or 0xD41CFA) is known color: Psychedelic Purple. HEX triplet: D4, 1C and FA. RGB value is (212,28,250). Sum of RGB (Red+Green+Blue) = 212+28+250=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 250 (98.05% from 255 or 51.02% from 490); Max value from RGB is 250 - color contains mainly: blue. Hex color #D41CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CFA is #2BE305. Grayscale: #6B6B6B. Windows color (decimal): -2876166 or 16391380. OLE color: 16391380.
HSL color Cylindrical-coordinate representation of color #D41CFA: hue angle of 289.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41CFA is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 28 | 250 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.02 |
| HSL | 289.73º | 0.96% | 0.55% | - |
| HSV(B) | 289.73º | 0.89% | 0.98% | - |
| XYZ | 44.82 | 21.73 | 92.27 | - |
| YUV | 108.32 | 207.96 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 250 | 0.15 | 0.89 | 0 | 0.02 | 289.73 | 0.96 | 0.55 |
| Hex | D4 | 1C | FA | F | 59 | 0 | 2 | 122 | 60 | 37 |
| Octal | 324 | 34 | 372 | 17 | 131 | 0 | 2 | 442 | 140 | 67 |
| Binary | 11010100 | 11100 | 11111010 | 1111 | 1011001 | 0 | 10 | 100100010 | 1100000 | 110111 |
Color Harmonies of #D41CFA
Complementary color
Monochromatic Colors of #D41CFA
Black with #D41CFA
Text Example
Text Example
White with #D41CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CFA; }
p { color: rgb(212,28,250); }
H1.HeaderClassName
{
color: #D41CFA;
}
.AnyTagClassName
{
color: #D41CFA;
}
</style>
background-color css
<style>
a { background-color: #D41CFA; }
a { background-color: rgb(212,28,250); }
div.DivClassName
{
background-color: #D41CFA;
}
.BgClassName
{
background-color: #D41CFA;
}
</style>
border-color css
<style>
span { border-color: #D41CFA; }
span { border-color: rgb(212,28,250); }
td.TdClassName
{
border-color: #D41CFA;
}
.TagClassName
{
border-color: #D41CFA;
}
</style>