Shades of Psychedelic Purple #D12FFF
Tints of Psychedelic Purple #D12FFF
RGB
CMYK
RGB Variations
Color information
#D12FFF (or 0xD12FFF) is known color: Psychedelic Purple. HEX triplet: D1, 2F and FF. RGB value is (209,47,255). Sum of RGB (Red+Green+Blue) = 209+47+255=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 47 (18.75% from 255 or 9.20% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #D12FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FFF is #2ED000. Grayscale: #767676. Windows color (decimal): -3067905 or 16723921. OLE color: 16723921.
HSL color Cylindrical-coordinate representation of color #D12FFF: hue angle of 286.73º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12FFF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 47 | 255 | - |
| CMYK | 0.18 | 0.82 | 0 | 0 |
| HSL | 286.73º | 1% | 0.59% | - |
| HSV(B) | 286.73º | 0.82% | 1% | - |
| XYZ | 45.36 | 22.81 | 96.62 | - |
| YUV | 119.15 | 204.67 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 255 | 0.18 | 0.82 | 0 | 0 | 286.73 | 1 | 0.59 |
| Hex | D1 | 2F | FF | 12 | 52 | 0 | 0 | 11F | 64 | 3B |
| Octal | 321 | 57 | 377 | 22 | 122 | 0 | 0 | 437 | 144 | 73 |
| Binary | 11010001 | 101111 | 11111111 | 10010 | 1010010 | 0 | 0 | 100011111 | 1100100 | 111011 |
Color Harmonies of #D12FFF
Complementary color
Monochromatic Colors of #D12FFF
Black with #D12FFF
Text Example
Text Example
White with #D12FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FFF; }
p { color: rgb(209,47,255); }
H1.HeaderClassName
{
color: #D12FFF;
}
.AnyTagClassName
{
color: #D12FFF;
}
</style>
background-color css
<style>
a { background-color: #D12FFF; }
a { background-color: rgb(209,47,255); }
div.DivClassName
{
background-color: #D12FFF;
}
.BgClassName
{
background-color: #D12FFF;
}
</style>
border-color css
<style>
span { border-color: #D12FFF; }
span { border-color: rgb(209,47,255); }
td.TdClassName
{
border-color: #D12FFF;
}
.TagClassName
{
border-color: #D12FFF;
}
</style>