Shades of Psychedelic Purple #D41CF2
Tints of Psychedelic Purple #D41CF2
RGB
CMYK
RGB Variations
Color information
#D41CF2 (or 0xD41CF2) is known color: Psychedelic Purple. HEX triplet: D4, 1C and F2. RGB value is (212,28,242). Sum of RGB (Red+Green+Blue) = 212+28+242=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 28 (11.33% from 255 or 5.81% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #D41CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41CF2 is #2BE30D. Grayscale: #6A6A6A. Windows color (decimal): -2876174 or 15867092. OLE color: 15867092.
HSL color Cylindrical-coordinate representation of color #D41CF2: hue angle of 291.59º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41CF2 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 28 | 242 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.05 |
| HSL | 291.59º | 0.89% | 0.53% | - |
| HSV(B) | 291.59º | 0.88% | 0.95% | - |
| XYZ | 43.59 | 21.24 | 85.81 | - |
| YUV | 107.41 | 203.96 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 242 | 0.12 | 0.88 | 0 | 0.05 | 291.59 | 0.89 | 0.53 |
| Hex | D4 | 1C | F2 | C | 58 | 0 | 5 | 124 | 59 | 35 |
| Octal | 324 | 34 | 362 | 14 | 130 | 0 | 5 | 444 | 131 | 65 |
| Binary | 11010100 | 11100 | 11110010 | 1100 | 1011000 | 0 | 101 | 100100100 | 1011001 | 110101 |
Color Harmonies of #D41CF2
Complementary color
Monochromatic Colors of #D41CF2
Black with #D41CF2
Text Example
Text Example
White with #D41CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CF2; }
p { color: rgb(212,28,242); }
H1.HeaderClassName
{
color: #D41CF2;
}
.AnyTagClassName
{
color: #D41CF2;
}
</style>
background-color css
<style>
a { background-color: #D41CF2; }
a { background-color: rgb(212,28,242); }
div.DivClassName
{
background-color: #D41CF2;
}
.BgClassName
{
background-color: #D41CF2;
}
</style>
border-color css
<style>
span { border-color: #D41CF2; }
span { border-color: rgb(212,28,242); }
td.TdClassName
{
border-color: #D41CF2;
}
.TagClassName
{
border-color: #D41CF2;
}
</style>