Shades of Psychedelic Purple #D31BF6
Tints of Psychedelic Purple #D31BF6
RGB
CMYK
RGB Variations
Color information
#D31BF6 (or 0xD31BF6) is known color: Psychedelic Purple. HEX triplet: D3, 1B and F6. RGB value is (211,27,246). Sum of RGB (Red+Green+Blue) = 211+27+246=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 27 (10.94% from 255 or 5.58% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #D31BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31BF6 is #2CE409. Grayscale: #6A6A6A. Windows color (decimal): -2941962 or 16128979. OLE color: 16128979.
HSL color Cylindrical-coordinate representation of color #D31BF6: hue angle of 290.41º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31BF6 is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 27 | 246 | - |
| CMYK | 0.14 | 0.89 | 0 | 0.04 |
| HSL | 290.41º | 0.92% | 0.54% | - |
| HSV(B) | 290.41º | 0.89% | 0.96% | - |
| XYZ | 43.89 | 21.29 | 88.98 | - |
| YUV | 106.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 246 | 0.14 | 0.89 | 0 | 0.04 | 290.41 | 0.92 | 0.54 |
| Hex | D3 | 1B | F6 | E | 59 | 0 | 4 | 122 | 5C | 36 |
| Octal | 323 | 33 | 366 | 16 | 131 | 0 | 4 | 442 | 134 | 66 |
| Binary | 11010011 | 11011 | 11110110 | 1110 | 1011001 | 0 | 100 | 100100010 | 1011100 | 110110 |
Color Harmonies of #D31BF6
Complementary color
Monochromatic Colors of #D31BF6
Black with #D31BF6
Text Example
Text Example
White with #D31BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BF6; }
p { color: rgb(211,27,246); }
H1.HeaderClassName
{
color: #D31BF6;
}
.AnyTagClassName
{
color: #D31BF6;
}
</style>
background-color css
<style>
a { background-color: #D31BF6; }
a { background-color: rgb(211,27,246); }
div.DivClassName
{
background-color: #D31BF6;
}
.BgClassName
{
background-color: #D31BF6;
}
</style>
border-color css
<style>
span { border-color: #D31BF6; }
span { border-color: rgb(211,27,246); }
td.TdClassName
{
border-color: #D31BF6;
}
.TagClassName
{
border-color: #D31BF6;
}
</style>