Shades of Psychedelic Purple #D12BE7
Tints of Psychedelic Purple #D12BE7
RGB
CMYK
RGB Variations
Color information
#D12BE7 (or 0xD12BE7) is known color: Psychedelic Purple. HEX triplet: D1, 2B and E7. RGB value is (209,43,231). Sum of RGB (Red+Green+Blue) = 209+43+231=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #D12BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12BE7 is #2ED418. Grayscale: #717171. Windows color (decimal): -3068953 or 15150033. OLE color: 15150033.
HSL color Cylindrical-coordinate representation of color #D12BE7: hue angle of 292.98º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12BE7 is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 43 | 231 | - |
| CMYK | 0.10 | 0.81 | 0 | 0.09 |
| HSL | 292.98º | 0.8% | 0.54% | - |
| HSV(B) | 292.98º | 0.81% | 0.91% | - |
| XYZ | 41.58 | 21.05 | 77.47 | - |
| YUV | 114.07 | 194 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 231 | 0.10 | 0.81 | 0 | 0.09 | 292.98 | 0.8 | 0.54 |
| Hex | D1 | 2B | E7 | A | 51 | 0 | 9 | 125 | 50 | 36 |
| Octal | 321 | 53 | 347 | 12 | 121 | 0 | 11 | 445 | 120 | 66 |
| Binary | 11010001 | 101011 | 11100111 | 1010 | 1010001 | 0 | 1001 | 100100101 | 1010000 | 110110 |
Color Harmonies of #D12BE7
Complementary color
Monochromatic Colors of #D12BE7
Black with #D12BE7
Text Example
Text Example
White with #D12BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BE7; }
p { color: rgb(209,43,231); }
H1.HeaderClassName
{
color: #D12BE7;
}
.AnyTagClassName
{
color: #D12BE7;
}
</style>
background-color css
<style>
a { background-color: #D12BE7; }
a { background-color: rgb(209,43,231); }
div.DivClassName
{
background-color: #D12BE7;
}
.BgClassName
{
background-color: #D12BE7;
}
</style>
border-color css
<style>
span { border-color: #D12BE7; }
span { border-color: rgb(209,43,231); }
td.TdClassName
{
border-color: #D12BE7;
}
.TagClassName
{
border-color: #D12BE7;
}
</style>