Shades of Psychedelic Purple #D31BE9
Tints of Psychedelic Purple #D31BE9
RGB
CMYK
RGB Variations
Color information
#D31BE9 (or 0xD31BE9) is known color: Psychedelic Purple. HEX triplet: D3, 1B and E9. RGB value is (211,27,233). Sum of RGB (Red+Green+Blue) = 211+27+233=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 27 (10.94% from 255 or 5.73% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #D31BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31BE9 is #2CE416. Grayscale: #686868. Windows color (decimal): -2941975 or 15277011. OLE color: 15277011.
HSL color Cylindrical-coordinate representation of color #D31BE9: hue angle of 293.59º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31BE9 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 27 | 233 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.09 |
| HSL | 293.59º | 0.82% | 0.51% | - |
| HSV(B) | 293.59º | 0.88% | 0.91% | - |
| XYZ | 41.96 | 20.52 | 78.84 | - |
| YUV | 105.5 | 199.96 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 233 | 0.09 | 0.88 | 0 | 0.09 | 293.59 | 0.82 | 0.51 |
| Hex | D3 | 1B | E9 | 9 | 58 | 0 | 9 | 126 | 52 | 33 |
| Octal | 323 | 33 | 351 | 11 | 130 | 0 | 11 | 446 | 122 | 63 |
| Binary | 11010011 | 11011 | 11101001 | 1001 | 1011000 | 0 | 1001 | 100100110 | 1010010 | 110011 |
Color Harmonies of #D31BE9
Complementary color
Monochromatic Colors of #D31BE9
Black with #D31BE9
Text Example
Text Example
White with #D31BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BE9; }
p { color: rgb(211,27,233); }
H1.HeaderClassName
{
color: #D31BE9;
}
.AnyTagClassName
{
color: #D31BE9;
}
</style>
background-color css
<style>
a { background-color: #D31BE9; }
a { background-color: rgb(211,27,233); }
div.DivClassName
{
background-color: #D31BE9;
}
.BgClassName
{
background-color: #D31BE9;
}
</style>
border-color css
<style>
span { border-color: #D31BE9; }
span { border-color: rgb(211,27,233); }
td.TdClassName
{
border-color: #D31BE9;
}
.TagClassName
{
border-color: #D31BE9;
}
</style>