Shades of Psychedelic Purple #D412FC
Tints of Psychedelic Purple #D412FC
RGB
CMYK
RGB Variations
Color information
#D412FC (or 0xD412FC) is known color: Psychedelic Purple. HEX triplet: D4, 12 and FC. RGB value is (212,18,252). Sum of RGB (Red+Green+Blue) = 212+18+252=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #D412FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D412FC is #2BED03. Grayscale: #656565. Windows color (decimal): -2878724 or 16519892. OLE color: 16519892.
HSL color Cylindrical-coordinate representation of color #D412FC: hue angle of 289.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D412FC is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 18 | 252 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.01 |
| HSL | 289.74º | 0.98% | 0.53% | - |
| HSV(B) | 289.74º | 0.93% | 0.99% | - |
| XYZ | 44.94 | 21.46 | 93.87 | - |
| YUV | 102.68 | 212.27 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 252 | 0.16 | 0.93 | 0 | 0.01 | 289.74 | 0.98 | 0.53 |
| Hex | D4 | 12 | FC | 10 | 5D | 0 | 1 | 122 | 62 | 35 |
| Octal | 324 | 22 | 374 | 20 | 135 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010100 | 10010 | 11111100 | 10000 | 1011101 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D412FC
Complementary color
Monochromatic Colors of #D412FC
Black with #D412FC
Text Example
Text Example
White with #D412FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D412FC; }
p { color: rgb(212,18,252); }
H1.HeaderClassName
{
color: #D412FC;
}
.AnyTagClassName
{
color: #D412FC;
}
</style>
background-color css
<style>
a { background-color: #D412FC; }
a { background-color: rgb(212,18,252); }
div.DivClassName
{
background-color: #D412FC;
}
.BgClassName
{
background-color: #D412FC;
}
</style>
border-color css
<style>
span { border-color: #D412FC; }
span { border-color: rgb(212,18,252); }
td.TdClassName
{
border-color: #D412FC;
}
.TagClassName
{
border-color: #D412FC;
}
</style>