Shades of Psychedelic Purple #D12BFC
Tints of Psychedelic Purple #D12BFC
RGB
CMYK
RGB Variations
Color information
#D12BFC (or 0xD12BFC) is known color: Psychedelic Purple. HEX triplet: D1, 2B and FC. RGB value is (209,43,252). Sum of RGB (Red+Green+Blue) = 209+43+252=504 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.47% from 504); Green value is 43 (17.19% from 255 or 8.53% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #D12BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12BFC is #2ED403. Grayscale: #737373. Windows color (decimal): -3068932 or 16526289. OLE color: 16526289.
HSL color Cylindrical-coordinate representation of color #D12BFC: hue angle of 287.66º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12BFC is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 43 | 252 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.01 |
| HSL | 287.66º | 0.97% | 0.58% | - |
| HSV(B) | 287.66º | 0.83% | 0.99% | - |
| XYZ | 44.73 | 22.31 | 94.04 | - |
| YUV | 116.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 252 | 0.17 | 0.83 | 0 | 0.01 | 287.66 | 0.97 | 0.58 |
| Hex | D1 | 2B | FC | 11 | 53 | 0 | 1 | 120 | 61 | 3A |
| Octal | 321 | 53 | 374 | 21 | 123 | 0 | 1 | 440 | 141 | 72 |
| Binary | 11010001 | 101011 | 11111100 | 10001 | 1010011 | 0 | 1 | 100100000 | 1100001 | 111010 |
Color Harmonies of #D12BFC
Complementary color
Monochromatic Colors of #D12BFC
Black with #D12BFC
Text Example
Text Example
White with #D12BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BFC; }
p { color: rgb(209,43,252); }
H1.HeaderClassName
{
color: #D12BFC;
}
.AnyTagClassName
{
color: #D12BFC;
}
</style>
background-color css
<style>
a { background-color: #D12BFC; }
a { background-color: rgb(209,43,252); }
div.DivClassName
{
background-color: #D12BFC;
}
.BgClassName
{
background-color: #D12BFC;
}
</style>
border-color css
<style>
span { border-color: #D12BFC; }
span { border-color: rgb(209,43,252); }
td.TdClassName
{
border-color: #D12BFC;
}
.TagClassName
{
border-color: #D12BFC;
}
</style>