Shades of Psychedelic Purple #D31CE9
Tints of Psychedelic Purple #D31CE9
RGB
CMYK
RGB Variations
Color information
#D31CE9 (or 0xD31CE9) is known color: Psychedelic Purple. HEX triplet: D3, 1C and E9. RGB value is (211,28,233). Sum of RGB (Red+Green+Blue) = 211+28+233=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 28 (11.33% from 255 or 5.93% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #D31CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31CE9 is #2CE316. Grayscale: #696969. Windows color (decimal): -2941719 or 15277267. OLE color: 15277267.
HSL color Cylindrical-coordinate representation of color #D31CE9: hue angle of 293.56º 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 #D31CE9 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 28 | 233 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.09 |
| HSL | 293.56º | 0.82% | 0.51% | - |
| HSV(B) | 293.56º | 0.88% | 0.91% | - |
| XYZ | 41.99 | 20.56 | 78.85 | - |
| YUV | 106.09 | 199.63 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 28 | 233 | 0.09 | 0.88 | 0 | 0.09 | 293.56 | 0.82 | 0.51 |
| Hex | D3 | 1C | E9 | 9 | 58 | 0 | 9 | 126 | 52 | 33 |
| Octal | 323 | 34 | 351 | 11 | 130 | 0 | 11 | 446 | 122 | 63 |
| Binary | 11010011 | 11100 | 11101001 | 1001 | 1011000 | 0 | 1001 | 100100110 | 1010010 | 110011 |
Color Harmonies of #D31CE9
Complementary color
Monochromatic Colors of #D31CE9
Black with #D31CE9
Text Example
Text Example
White with #D31CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31CE9; }
p { color: rgb(211,28,233); }
H1.HeaderClassName
{
color: #D31CE9;
}
.AnyTagClassName
{
color: #D31CE9;
}
</style>
background-color css
<style>
a { background-color: #D31CE9; }
a { background-color: rgb(211,28,233); }
div.DivClassName
{
background-color: #D31CE9;
}
.BgClassName
{
background-color: #D31CE9;
}
</style>
border-color css
<style>
span { border-color: #D31CE9; }
span { border-color: rgb(211,28,233); }
td.TdClassName
{
border-color: #D31CE9;
}
.TagClassName
{
border-color: #D31CE9;
}
</style>