Shades of Psychedelic Purple #D42AFB
Tints of Psychedelic Purple #D42AFB
RGB
CMYK
RGB Variations
Color information
#D42AFB (or 0xD42AFB) is known color: Psychedelic Purple. HEX triplet: D4, 2A and FB. RGB value is (212,42,251). Sum of RGB (Red+Green+Blue) = 212+42+251=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 42 (16.80% from 255 or 8.32% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #D42AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42AFB is #2BD504. Grayscale: #737373. Windows color (decimal): -2872581 or 16460500. OLE color: 16460500.
HSL color Cylindrical-coordinate representation of color #D42AFB: hue angle of 288.8º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42AFB is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 42 | 251 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.02 |
| HSL | 288.8º | 0.96% | 0.57% | - |
| HSV(B) | 288.8º | 0.83% | 0.98% | - |
| XYZ | 45.39 | 22.62 | 93.24 | - |
| YUV | 116.66 | 203.82 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 251 | 0.16 | 0.83 | 0 | 0.02 | 288.8 | 0.96 | 0.57 |
| Hex | D4 | 2A | FB | 10 | 53 | 0 | 2 | 121 | 60 | 39 |
| Octal | 324 | 52 | 373 | 20 | 123 | 0 | 2 | 441 | 140 | 71 |
| Binary | 11010100 | 101010 | 11111011 | 10000 | 1010011 | 0 | 10 | 100100001 | 1100000 | 111001 |
Color Harmonies of #D42AFB
Complementary color
Monochromatic Colors of #D42AFB
Black with #D42AFB
Text Example
Text Example
White with #D42AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AFB; }
p { color: rgb(212,42,251); }
H1.HeaderClassName
{
color: #D42AFB;
}
.AnyTagClassName
{
color: #D42AFB;
}
</style>
background-color css
<style>
a { background-color: #D42AFB; }
a { background-color: rgb(212,42,251); }
div.DivClassName
{
background-color: #D42AFB;
}
.BgClassName
{
background-color: #D42AFB;
}
</style>
border-color css
<style>
span { border-color: #D42AFB; }
span { border-color: rgb(212,42,251); }
td.TdClassName
{
border-color: #D42AFB;
}
.TagClassName
{
border-color: #D42AFB;
}
</style>