Shades of Psychedelic Purple #D41CFC
Tints of Psychedelic Purple #D41CFC
RGB
CMYK
RGB Variations
Color information
#D41CFC (or 0xD41CFC) is known color: Psychedelic Purple. HEX triplet: D4, 1C and FC. RGB value is (212,28,252). Sum of RGB (Red+Green+Blue) = 212+28+252=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 252 (98.83% from 255 or 51.22% from 492); Max value from RGB is 252 - color contains mainly: blue. Hex color #D41CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CFC is #2BE303. Grayscale: #6B6B6B. Windows color (decimal): -2876164 or 16522452. OLE color: 16522452.
HSL color Cylindrical-coordinate representation of color #D41CFC: hue angle of 289.29º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41CFC is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 28 | 252 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.01 |
| HSL | 289.29º | 0.97% | 0.55% | - |
| HSV(B) | 289.29º | 0.89% | 0.99% | - |
| XYZ | 45.14 | 21.86 | 93.94 | - |
| YUV | 108.55 | 208.96 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 252 | 0.16 | 0.89 | 0 | 0.01 | 289.29 | 0.97 | 0.55 |
| Hex | D4 | 1C | FC | 10 | 59 | 0 | 1 | 121 | 61 | 37 |
| Octal | 324 | 34 | 374 | 20 | 131 | 0 | 1 | 441 | 141 | 67 |
| Binary | 11010100 | 11100 | 11111100 | 10000 | 1011001 | 0 | 1 | 100100001 | 1100001 | 110111 |
Color Harmonies of #D41CFC
Complementary color
Monochromatic Colors of #D41CFC
Black with #D41CFC
Text Example
Text Example
White with #D41CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CFC; }
p { color: rgb(212,28,252); }
H1.HeaderClassName
{
color: #D41CFC;
}
.AnyTagClassName
{
color: #D41CFC;
}
</style>
background-color css
<style>
a { background-color: #D41CFC; }
a { background-color: rgb(212,28,252); }
div.DivClassName
{
background-color: #D41CFC;
}
.BgClassName
{
background-color: #D41CFC;
}
</style>
border-color css
<style>
span { border-color: #D41CFC; }
span { border-color: rgb(212,28,252); }
td.TdClassName
{
border-color: #D41CFC;
}
.TagClassName
{
border-color: #D41CFC;
}
</style>