Shades of Psychedelic Purple #D12CFE
Tints of Psychedelic Purple #D12CFE
RGB
CMYK
RGB Variations
Color information
#D12CFE (or 0xD12CFE) is known color: Psychedelic Purple. HEX triplet: D1, 2C and FE. RGB value is (209,44,254). Sum of RGB (Red+Green+Blue) = 209+44+254=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 44 (17.58% from 255 or 8.68% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #D12CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D12CFE is #2ED301. Grayscale: #747474. Windows color (decimal): -3068674 or 16657617. OLE color: 16657617.
HSL color Cylindrical-coordinate representation of color #D12CFE: hue angle of 287.14º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D12CFE is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 44 | 254 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.00 |
| HSL | 287.14º | 0.99% | 0.58% | - |
| HSV(B) | 287.14º | 0.83% | 1% | - |
| XYZ | 45.08 | 22.51 | 95.74 | - |
| YUV | 117.28 | 205.16 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 44 | 254 | 0.18 | 0.83 | 0 | 0.00 | 287.14 | 0.99 | 0.58 |
| Hex | D1 | 2C | FE | 12 | 53 | 0 | 0 | 11F | 63 | 3A |
| Octal | 321 | 54 | 376 | 22 | 123 | 0 | 0 | 437 | 143 | 72 |
| Binary | 11010001 | 101100 | 11111110 | 10010 | 1010011 | 0 | 0 | 100011111 | 1100011 | 111010 |
Color Harmonies of #D12CFE
Complementary color
Monochromatic Colors of #D12CFE
Black with #D12CFE
Text Example
Text Example
White with #D12CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12CFE; }
p { color: rgb(209,44,254); }
H1.HeaderClassName
{
color: #D12CFE;
}
.AnyTagClassName
{
color: #D12CFE;
}
</style>
background-color css
<style>
a { background-color: #D12CFE; }
a { background-color: rgb(209,44,254); }
div.DivClassName
{
background-color: #D12CFE;
}
.BgClassName
{
background-color: #D12CFE;
}
</style>
border-color css
<style>
span { border-color: #D12CFE; }
span { border-color: rgb(209,44,254); }
td.TdClassName
{
border-color: #D12CFE;
}
.TagClassName
{
border-color: #D12CFE;
}
</style>