Shades of Psychedelic Purple #D31FEB
Tints of Psychedelic Purple #D31FEB
RGB
CMYK
RGB Variations
Color information
#D31FEB (or 0xD31FEB) is known color: Psychedelic Purple. HEX triplet: D3, 1F and EB. RGB value is (211,31,235). Sum of RGB (Red+Green+Blue) = 211+31+235=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #D31FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31FEB is #2CE014. Grayscale: #6B6B6B. Windows color (decimal): -2940949 or 15409107. OLE color: 15409107.
HSL color Cylindrical-coordinate representation of color #D31FEB: hue angle of 292.94º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D31FEB is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 31 | 235 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.08 |
| HSL | 292.94º | 0.84% | 0.52% | - |
| HSV(B) | 292.94º | 0.87% | 0.92% | - |
| XYZ | 42.35 | 20.83 | 80.39 | - |
| YUV | 108.08 | 199.63 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 31 | 235 | 0.10 | 0.87 | 0 | 0.08 | 292.94 | 0.84 | 0.52 |
| Hex | D3 | 1F | EB | A | 57 | 0 | 8 | 125 | 54 | 34 |
| Octal | 323 | 37 | 353 | 12 | 127 | 0 | 10 | 445 | 124 | 64 |
| Binary | 11010011 | 11111 | 11101011 | 1010 | 1010111 | 0 | 1000 | 100100101 | 1010100 | 110100 |
Color Harmonies of #D31FEB
Complementary color
Monochromatic Colors of #D31FEB
Black with #D31FEB
Text Example
Text Example
White with #D31FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31FEB; }
p { color: rgb(211,31,235); }
H1.HeaderClassName
{
color: #D31FEB;
}
.AnyTagClassName
{
color: #D31FEB;
}
</style>
background-color css
<style>
a { background-color: #D31FEB; }
a { background-color: rgb(211,31,235); }
div.DivClassName
{
background-color: #D31FEB;
}
.BgClassName
{
background-color: #D31FEB;
}
</style>
border-color css
<style>
span { border-color: #D31FEB; }
span { border-color: rgb(211,31,235); }
td.TdClassName
{
border-color: #D31FEB;
}
.TagClassName
{
border-color: #D31FEB;
}
</style>