Shades of Psychedelic Purple #D42AF1
Tints of Psychedelic Purple #D42AF1
RGB
CMYK
RGB Variations
Color information
#D42AF1 (or 0xD42AF1) is known color: Psychedelic Purple. HEX triplet: D4, 2A and F1. RGB value is (212,42,241). Sum of RGB (Red+Green+Blue) = 212+42+241=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 42 (16.80% from 255 or 8.48% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #D42AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42AF1 is #2BD50E. Grayscale: #727272. Windows color (decimal): -2872591 or 15805140. OLE color: 15805140.
HSL color Cylindrical-coordinate representation of color #D42AF1: hue angle of 291.26º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42AF1 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 42 | 241 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.05 |
| HSL | 291.26º | 0.88% | 0.55% | - |
| HSV(B) | 291.26º | 0.83% | 0.95% | - |
| XYZ | 43.86 | 22 | 85.15 | - |
| YUV | 115.52 | 198.82 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 241 | 0.12 | 0.83 | 0 | 0.05 | 291.26 | 0.88 | 0.55 |
| Hex | D4 | 2A | F1 | C | 53 | 0 | 5 | 123 | 58 | 37 |
| Octal | 324 | 52 | 361 | 14 | 123 | 0 | 5 | 443 | 130 | 67 |
| Binary | 11010100 | 101010 | 11110001 | 1100 | 1010011 | 0 | 101 | 100100011 | 1011000 | 110111 |
Color Harmonies of #D42AF1
Complementary color
Monochromatic Colors of #D42AF1
Black with #D42AF1
Text Example
Text Example
White with #D42AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AF1; }
p { color: rgb(212,42,241); }
H1.HeaderClassName
{
color: #D42AF1;
}
.AnyTagClassName
{
color: #D42AF1;
}
</style>
background-color css
<style>
a { background-color: #D42AF1; }
a { background-color: rgb(212,42,241); }
div.DivClassName
{
background-color: #D42AF1;
}
.BgClassName
{
background-color: #D42AF1;
}
</style>
border-color css
<style>
span { border-color: #D42AF1; }
span { border-color: rgb(212,42,241); }
td.TdClassName
{
border-color: #D42AF1;
}
.TagClassName
{
border-color: #D42AF1;
}
</style>