Shades of Psychedelic Purple #D42AFF
Tints of Psychedelic Purple #D42AFF
RGB
CMYK
RGB Variations
Color information
#D42AFF (or 0xD42AFF) is known color: Psychedelic Purple. HEX triplet: D4, 2A and FF. RGB value is (212,42,255). Sum of RGB (Red+Green+Blue) = 212+42+255=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 42 (16.80% from 255 or 8.25% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #D42AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42AFF is #2BD500. Grayscale: #747474. Windows color (decimal): -2872577 or 16722644. OLE color: 16722644.
HSL color Cylindrical-coordinate representation of color #D42AFF: hue angle of 287.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D42AFF is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 42 | 255 | - |
| CMYK | 0.17 | 0.84 | 0 | 0 |
| HSL | 287.89º | 1% | 0.58% | - |
| HSV(B) | 287.89º | 0.84% | 1% | - |
| XYZ | 46.03 | 22.87 | 96.6 | - |
| YUV | 117.11 | 205.82 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 255 | 0.17 | 0.84 | 0 | 0 | 287.89 | 1 | 0.58 |
| Hex | D4 | 2A | FF | 11 | 54 | 0 | 0 | 120 | 64 | 3A |
| Octal | 324 | 52 | 377 | 21 | 124 | 0 | 0 | 440 | 144 | 72 |
| Binary | 11010100 | 101010 | 11111111 | 10001 | 1010100 | 0 | 0 | 100100000 | 1100100 | 111010 |
Color Harmonies of #D42AFF
Complementary color
Monochromatic Colors of #D42AFF
Black with #D42AFF
Text Example
Text Example
White with #D42AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AFF; }
p { color: rgb(212,42,255); }
H1.HeaderClassName
{
color: #D42AFF;
}
.AnyTagClassName
{
color: #D42AFF;
}
</style>
background-color css
<style>
a { background-color: #D42AFF; }
a { background-color: rgb(212,42,255); }
div.DivClassName
{
background-color: #D42AFF;
}
.BgClassName
{
background-color: #D42AFF;
}
</style>
border-color css
<style>
span { border-color: #D42AFF; }
span { border-color: rgb(212,42,255); }
td.TdClassName
{
border-color: #D42AFF;
}
.TagClassName
{
border-color: #D42AFF;
}
</style>