Shades of Psychedelic Purple #D12AFC
Tints of Psychedelic Purple #D12AFC
RGB
CMYK
RGB Variations
Color information
#D12AFC (or 0xD12AFC) is known color: Psychedelic Purple. HEX triplet: D1, 2A and FC. RGB value is (209,42,252). Sum of RGB (Red+Green+Blue) = 209+42+252=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 42 (16.80% from 255 or 8.35% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #D12AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12AFC is #2ED503. Grayscale: #737373. Windows color (decimal): -3069188 or 16526033. OLE color: 16526033.
HSL color Cylindrical-coordinate representation of color #D12AFC: hue angle of 287.71º 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 #D12AFC is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 42 | 252 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.01 |
| HSL | 287.71º | 0.97% | 0.58% | - |
| HSV(B) | 287.71º | 0.83% | 0.99% | - |
| XYZ | 44.69 | 22.24 | 94.03 | - |
| YUV | 115.87 | 204.83 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 252 | 0.17 | 0.83 | 0 | 0.01 | 287.71 | 0.97 | 0.58 |
| Hex | D1 | 2A | FC | 11 | 53 | 0 | 1 | 120 | 61 | 3A |
| Octal | 321 | 52 | 374 | 21 | 123 | 0 | 1 | 440 | 141 | 72 |
| Binary | 11010001 | 101010 | 11111100 | 10001 | 1010011 | 0 | 1 | 100100000 | 1100001 | 111010 |
Color Harmonies of #D12AFC
Complementary color
Monochromatic Colors of #D12AFC
Black with #D12AFC
Text Example
Text Example
White with #D12AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12AFC; }
p { color: rgb(209,42,252); }
H1.HeaderClassName
{
color: #D12AFC;
}
.AnyTagClassName
{
color: #D12AFC;
}
</style>
background-color css
<style>
a { background-color: #D12AFC; }
a { background-color: rgb(209,42,252); }
div.DivClassName
{
background-color: #D12AFC;
}
.BgClassName
{
background-color: #D12AFC;
}
</style>
border-color css
<style>
span { border-color: #D12AFC; }
span { border-color: rgb(209,42,252); }
td.TdClassName
{
border-color: #D12AFC;
}
.TagClassName
{
border-color: #D12AFC;
}
</style>