Shades of Psychedelic Purple #D12BFD
Tints of Psychedelic Purple #D12BFD
RGB
CMYK
RGB Variations
Color information
#D12BFD (or 0xD12BFD) is known color: Psychedelic Purple. HEX triplet: D1, 2B and FD. RGB value is (209,43,253). Sum of RGB (Red+Green+Blue) = 209+43+253=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 43 (17.19% from 255 or 8.51% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #D12BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12BFD is #2ED402. Grayscale: #737373. Windows color (decimal): -3068931 or 16591825. OLE color: 16591825.
HSL color Cylindrical-coordinate representation of color #D12BFD: hue angle of 287.43º degrees, saturation: 0.98, 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 #D12BFD is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 43 | 253 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.01 |
| HSL | 287.43º | 0.98% | 0.58% | - |
| HSV(B) | 287.43º | 0.83% | 0.99% | - |
| XYZ | 44.89 | 22.37 | 94.88 | - |
| YUV | 116.57 | 205 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 253 | 0.17 | 0.83 | 0 | 0.01 | 287.43 | 0.98 | 0.58 |
| Hex | D1 | 2B | FD | 11 | 53 | 0 | 1 | 11F | 62 | 3A |
| Octal | 321 | 53 | 375 | 21 | 123 | 0 | 1 | 437 | 142 | 72 |
| Binary | 11010001 | 101011 | 11111101 | 10001 | 1010011 | 0 | 1 | 100011111 | 1100010 | 111010 |
Color Harmonies of #D12BFD
Complementary color
Monochromatic Colors of #D12BFD
Black with #D12BFD
Text Example
Text Example
White with #D12BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12BFD; }
p { color: rgb(209,43,253); }
H1.HeaderClassName
{
color: #D12BFD;
}
.AnyTagClassName
{
color: #D12BFD;
}
</style>
background-color css
<style>
a { background-color: #D12BFD; }
a { background-color: rgb(209,43,253); }
div.DivClassName
{
background-color: #D12BFD;
}
.BgClassName
{
background-color: #D12BFD;
}
</style>
border-color css
<style>
span { border-color: #D12BFD; }
span { border-color: rgb(209,43,253); }
td.TdClassName
{
border-color: #D12BFD;
}
.TagClassName
{
border-color: #D12BFD;
}
</style>