Shades of Psychedelic Purple #D12FFD
Tints of Psychedelic Purple #D12FFD
RGB
CMYK
RGB Variations
Color information
#D12FFD (or 0xD12FFD) is known color: Psychedelic Purple. HEX triplet: D1, 2F and FD. RGB value is (209,47,253). Sum of RGB (Red+Green+Blue) = 209+47+253=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 47 (18.75% from 255 or 9.23% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #D12FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12FFD is #2ED002. Grayscale: #767676. Windows color (decimal): -3067907 or 16592849. OLE color: 16592849.
HSL color Cylindrical-coordinate representation of color #D12FFD: hue angle of 287.18º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12FFD is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 47 | 253 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.01 |
| HSL | 287.18º | 0.98% | 0.59% | - |
| HSV(B) | 287.18º | 0.81% | 0.99% | - |
| XYZ | 45.04 | 22.68 | 94.93 | - |
| YUV | 118.92 | 203.67 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 253 | 0.17 | 0.81 | 0 | 0.01 | 287.18 | 0.98 | 0.59 |
| Hex | D1 | 2F | FD | 11 | 51 | 0 | 1 | 11F | 62 | 3B |
| Octal | 321 | 57 | 375 | 21 | 121 | 0 | 1 | 437 | 142 | 73 |
| Binary | 11010001 | 101111 | 11111101 | 10001 | 1010001 | 0 | 1 | 100011111 | 1100010 | 111011 |
Color Harmonies of #D12FFD
Complementary color
Monochromatic Colors of #D12FFD
Black with #D12FFD
Text Example
Text Example
White with #D12FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FFD; }
p { color: rgb(209,47,253); }
H1.HeaderClassName
{
color: #D12FFD;
}
.AnyTagClassName
{
color: #D12FFD;
}
</style>
background-color css
<style>
a { background-color: #D12FFD; }
a { background-color: rgb(209,47,253); }
div.DivClassName
{
background-color: #D12FFD;
}
.BgClassName
{
background-color: #D12FFD;
}
</style>
border-color css
<style>
span { border-color: #D12FFD; }
span { border-color: rgb(209,47,253); }
td.TdClassName
{
border-color: #D12FFD;
}
.TagClassName
{
border-color: #D12FFD;
}
</style>