Shades of Psychedelic Purple #D42AF3
Tints of Psychedelic Purple #D42AF3
RGB
CMYK
RGB Variations
Color information
#D42AF3 (or 0xD42AF3) is known color: Psychedelic Purple. HEX triplet: D4, 2A and F3. RGB value is (212,42,243). Sum of RGB (Red+Green+Blue) = 212+42+243=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #D42AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42AF3 is #2BD50C. Grayscale: #737373. Windows color (decimal): -2872589 or 15936212. OLE color: 15936212.
HSL color Cylindrical-coordinate representation of color #D42AF3: hue angle of 290.75º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42AF3 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 42 | 243 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.05 |
| HSL | 290.75º | 0.89% | 0.56% | - |
| HSV(B) | 290.75º | 0.83% | 0.95% | - |
| XYZ | 44.16 | 22.12 | 86.74 | - |
| YUV | 115.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 243 | 0.13 | 0.83 | 0 | 0.05 | 290.75 | 0.89 | 0.56 |
| Hex | D4 | 2A | F3 | D | 53 | 0 | 5 | 123 | 59 | 38 |
| Octal | 324 | 52 | 363 | 15 | 123 | 0 | 5 | 443 | 131 | 70 |
| Binary | 11010100 | 101010 | 11110011 | 1101 | 1010011 | 0 | 101 | 100100011 | 1011001 | 111000 |
Color Harmonies of #D42AF3
Complementary color
Monochromatic Colors of #D42AF3
Black with #D42AF3
Text Example
Text Example
White with #D42AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AF3; }
p { color: rgb(212,42,243); }
H1.HeaderClassName
{
color: #D42AF3;
}
.AnyTagClassName
{
color: #D42AF3;
}
</style>
background-color css
<style>
a { background-color: #D42AF3; }
a { background-color: rgb(212,42,243); }
div.DivClassName
{
background-color: #D42AF3;
}
.BgClassName
{
background-color: #D42AF3;
}
</style>
border-color css
<style>
span { border-color: #D42AF3; }
span { border-color: rgb(212,42,243); }
td.TdClassName
{
border-color: #D42AF3;
}
.TagClassName
{
border-color: #D42AF3;
}
</style>