Shades of Psychedelic Purple #D12BFB
Tints of Psychedelic Purple #D12BFB
RGB
CMYK
RGB Variations
Color information
#D12BFB (or 0xD12BFB) is known color: Psychedelic Purple. HEX triplet: D1, 2B and FB. RGB value is (209,43,251). Sum of RGB (Red+Green+Blue) = 209+43+251=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 43 (17.19% from 255 or 8.55% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #D12BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12BFB is #2ED404. Grayscale: #737373. Windows color (decimal): -3068933 or 16460753. OLE color: 16460753.
HSL color Cylindrical-coordinate representation of color #D12BFB: hue angle of 287.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12BFB is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 43 | 251 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.02 |
| HSL | 287.88º | 0.96% | 0.58% | - |
| HSV(B) | 287.88º | 0.83% | 0.98% | - |
| XYZ | 44.57 | 22.25 | 93.21 | - |
| YUV | 116.35 | 204 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 251 | 0.17 | 0.83 | 0 | 0.02 | 287.88 | 0.96 | 0.58 |
| Hex | D1 | 2B | FB | 11 | 53 | 0 | 2 | 120 | 60 | 3A |
| Octal | 321 | 53 | 373 | 21 | 123 | 0 | 2 | 440 | 140 | 72 |
| Binary | 11010001 | 101011 | 11111011 | 10001 | 1010011 | 0 | 10 | 100100000 | 1100000 | 111010 |
Color Harmonies of #D12BFB
Complementary color
Monochromatic Colors of #D12BFB
Black with #D12BFB
Text Example
Text Example
White with #D12BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BFB; }
p { color: rgb(209,43,251); }
H1.HeaderClassName
{
color: #D12BFB;
}
.AnyTagClassName
{
color: #D12BFB;
}
</style>
background-color css
<style>
a { background-color: #D12BFB; }
a { background-color: rgb(209,43,251); }
div.DivClassName
{
background-color: #D12BFB;
}
.BgClassName
{
background-color: #D12BFB;
}
</style>
border-color css
<style>
span { border-color: #D12BFB; }
span { border-color: rgb(209,43,251); }
td.TdClassName
{
border-color: #D12BFB;
}
.TagClassName
{
border-color: #D12BFB;
}
</style>