Shades of Psychedelic Purple #D32AFB
Tints of Psychedelic Purple #D32AFB
RGB
CMYK
RGB Variations
Color information
#D32AFB (or 0xD32AFB) is known color: Psychedelic Purple. HEX triplet: D3, 2A and FB. RGB value is (211,42,251). Sum of RGB (Red+Green+Blue) = 211+42+251=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 42 (16.80% from 255 or 8.33% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #D32AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32AFB is #2CD504. Grayscale: #737373. Windows color (decimal): -2938117 or 16460499. OLE color: 16460499.
HSL color Cylindrical-coordinate representation of color #D32AFB: hue angle of 288.52º 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 #D32AFB is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 42 | 251 | - |
| CMYK | 0.16 | 0.83 | 0 | 0.02 |
| HSL | 288.52º | 0.96% | 0.57% | - |
| HSV(B) | 288.52º | 0.83% | 0.98% | - |
| XYZ | 45.1 | 22.47 | 93.23 | - |
| YUV | 116.36 | 203.99 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 42 | 251 | 0.16 | 0.83 | 0 | 0.02 | 288.52 | 0.96 | 0.57 |
| Hex | D3 | 2A | FB | 10 | 53 | 0 | 2 | 121 | 60 | 39 |
| Octal | 323 | 52 | 373 | 20 | 123 | 0 | 2 | 441 | 140 | 71 |
| Binary | 11010011 | 101010 | 11111011 | 10000 | 1010011 | 0 | 10 | 100100001 | 1100000 | 111001 |
Color Harmonies of #D32AFB
Complementary color
Monochromatic Colors of #D32AFB
Black with #D32AFB
Text Example
Text Example
White with #D32AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32AFB; }
p { color: rgb(211,42,251); }
H1.HeaderClassName
{
color: #D32AFB;
}
.AnyTagClassName
{
color: #D32AFB;
}
</style>
background-color css
<style>
a { background-color: #D32AFB; }
a { background-color: rgb(211,42,251); }
div.DivClassName
{
background-color: #D32AFB;
}
.BgClassName
{
background-color: #D32AFB;
}
</style>
border-color css
<style>
span { border-color: #D32AFB; }
span { border-color: rgb(211,42,251); }
td.TdClassName
{
border-color: #D32AFB;
}
.TagClassName
{
border-color: #D32AFB;
}
</style>