Shades of Psychedelic Purple #D12DFC
Tints of Psychedelic Purple #D12DFC
RGB
CMYK
RGB Variations
Color information
#D12DFC (or 0xD12DFC) is known color: Psychedelic Purple. HEX triplet: D1, 2D and FC. RGB value is (209,45,252). Sum of RGB (Red+Green+Blue) = 209+45+252=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 45 (17.97% from 255 or 8.89% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #D12DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12DFC is #2ED203. Grayscale: #747474. Windows color (decimal): -3068420 or 16526801. OLE color: 16526801.
HSL color Cylindrical-coordinate representation of color #D12DFC: hue angle of 287.54º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12DFC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 45 | 252 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.01 |
| HSL | 287.54º | 0.97% | 0.58% | - |
| HSV(B) | 287.54º | 0.82% | 0.99% | - |
| XYZ | 44.8 | 22.46 | 94.07 | - |
| YUV | 117.63 | 203.83 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 252 | 0.17 | 0.82 | 0 | 0.01 | 287.54 | 0.97 | 0.58 |
| Hex | D1 | 2D | FC | 11 | 52 | 0 | 1 | 120 | 61 | 3A |
| Octal | 321 | 55 | 374 | 21 | 122 | 0 | 1 | 440 | 141 | 72 |
| Binary | 11010001 | 101101 | 11111100 | 10001 | 1010010 | 0 | 1 | 100100000 | 1100001 | 111010 |
Color Harmonies of #D12DFC
Complementary color
Monochromatic Colors of #D12DFC
Black with #D12DFC
Text Example
Text Example
White with #D12DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DFC; }
p { color: rgb(209,45,252); }
H1.HeaderClassName
{
color: #D12DFC;
}
.AnyTagClassName
{
color: #D12DFC;
}
</style>
background-color css
<style>
a { background-color: #D12DFC; }
a { background-color: rgb(209,45,252); }
div.DivClassName
{
background-color: #D12DFC;
}
.BgClassName
{
background-color: #D12DFC;
}
</style>
border-color css
<style>
span { border-color: #D12DFC; }
span { border-color: rgb(209,45,252); }
td.TdClassName
{
border-color: #D12DFC;
}
.TagClassName
{
border-color: #D12DFC;
}
</style>