Shades of Psychedelic Purple #D32FF8
Tints of Psychedelic Purple #D32FF8
RGB
CMYK
RGB Variations
Color information
#D32FF8 (or 0xD32FF8) is known color: Psychedelic Purple. HEX triplet: D3, 2F and F8. RGB value is (211,47,248). Sum of RGB (Red+Green+Blue) = 211+47+248=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 47 (18.75% from 255 or 9.29% from 506); Blue value is 248 (97.27% from 255 or 49.01% from 506); Max value from RGB is 248 - color contains mainly: blue. Hex color #D32FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32FF8 is #2CD007. Grayscale: #767676. Windows color (decimal): -2936840 or 16265171. OLE color: 16265171.
HSL color Cylindrical-coordinate representation of color #D32FF8: hue angle of 288.96º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32FF8 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 47 | 248 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.03 |
| HSL | 288.96º | 0.93% | 0.58% | - |
| HSV(B) | 288.96º | 0.81% | 0.97% | - |
| XYZ | 44.82 | 22.66 | 90.82 | - |
| YUV | 118.95 | 200.83 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 47 | 248 | 0.15 | 0.81 | 0 | 0.03 | 288.96 | 0.93 | 0.58 |
| Hex | D3 | 2F | F8 | F | 51 | 0 | 3 | 121 | 5D | 3A |
| Octal | 323 | 57 | 370 | 17 | 121 | 0 | 3 | 441 | 135 | 72 |
| Binary | 11010011 | 101111 | 11111000 | 1111 | 1010001 | 0 | 11 | 100100001 | 1011101 | 111010 |
Color Harmonies of #D32FF8
Complementary color
Monochromatic Colors of #D32FF8
Black with #D32FF8
Text Example
Text Example
White with #D32FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D32FF8; }
p { color: rgb(211,47,248); }
H1.HeaderClassName
{
color: #D32FF8;
}
.AnyTagClassName
{
color: #D32FF8;
}
</style>
background-color css
<style>
a { background-color: #D32FF8; }
a { background-color: rgb(211,47,248); }
div.DivClassName
{
background-color: #D32FF8;
}
.BgClassName
{
background-color: #D32FF8;
}
</style>
border-color css
<style>
span { border-color: #D32FF8; }
span { border-color: rgb(211,47,248); }
td.TdClassName
{
border-color: #D32FF8;
}
.TagClassName
{
border-color: #D32FF8;
}
</style>