Shades of Psychedelic Purple #D31BFD
Tints of Psychedelic Purple #D31BFD
RGB
CMYK
RGB Variations
Color information
#D31BFD (or 0xD31BFD) is known color: Psychedelic Purple. HEX triplet: D3, 1B and FD. RGB value is (211,27,253). Sum of RGB (Red+Green+Blue) = 211+27+253=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 27 (10.94% from 255 or 5.50% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #D31BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D31BFD is #2CE402. Grayscale: #6B6B6B. Windows color (decimal): -2941955 or 16587731. OLE color: 16587731.
HSL color Cylindrical-coordinate representation of color #D31BFD: hue angle of 288.85º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D31BFD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 27 | 253 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.01 |
| HSL | 288.85º | 0.98% | 0.55% | - |
| HSV(B) | 288.85º | 0.89% | 0.99% | - |
| XYZ | 44.99 | 21.72 | 94.75 | - |
| YUV | 107.78 | 209.96 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 27 | 253 | 0.17 | 0.89 | 0 | 0.01 | 288.85 | 0.98 | 0.55 |
| Hex | D3 | 1B | FD | 11 | 59 | 0 | 1 | 121 | 62 | 37 |
| Octal | 323 | 33 | 375 | 21 | 131 | 0 | 1 | 441 | 142 | 67 |
| Binary | 11010011 | 11011 | 11111101 | 10001 | 1011001 | 0 | 1 | 100100001 | 1100010 | 110111 |
Color Harmonies of #D31BFD
Complementary color
Monochromatic Colors of #D31BFD
Black with #D31BFD
Text Example
Text Example
White with #D31BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31BFD; }
p { color: rgb(211,27,253); }
H1.HeaderClassName
{
color: #D31BFD;
}
.AnyTagClassName
{
color: #D31BFD;
}
</style>
background-color css
<style>
a { background-color: #D31BFD; }
a { background-color: rgb(211,27,253); }
div.DivClassName
{
background-color: #D31BFD;
}
.BgClassName
{
background-color: #D31BFD;
}
</style>
border-color css
<style>
span { border-color: #D31BFD; }
span { border-color: rgb(211,27,253); }
td.TdClassName
{
border-color: #D31BFD;
}
.TagClassName
{
border-color: #D31BFD;
}
</style>