Shades of Psychedelic Purple #D612FC
Tints of Psychedelic Purple #D612FC
RGB
CMYK
RGB Variations
Color information
#D612FC (or 0xD612FC) is known color: Psychedelic Purple. HEX triplet: D6, 12 and FC. RGB value is (214,18,252). Sum of RGB (Red+Green+Blue) = 214+18+252=484 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.21% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #D612FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D612FC is #29ED03. Grayscale: #666666. Windows color (decimal): -2747652 or 16519894. OLE color: 16519894.
HSL color Cylindrical-coordinate representation of color #D612FC: hue angle of 290.26º 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 #D612FC is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 18 | 252 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.01 |
| HSL | 290.26º | 0.98% | 0.53% | - |
| HSV(B) | 290.26º | 0.93% | 0.99% | - |
| XYZ | 45.52 | 21.76 | 93.9 | - |
| YUV | 103.28 | 211.93 | 206.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 252 | 0.15 | 0.93 | 0 | 0.01 | 290.26 | 0.98 | 0.53 |
| Hex | D6 | 12 | FC | F | 5D | 0 | 1 | 122 | 62 | 35 |
| Octal | 326 | 22 | 374 | 17 | 135 | 0 | 1 | 442 | 142 | 65 |
| Binary | 11010110 | 10010 | 11111100 | 1111 | 1011101 | 0 | 1 | 100100010 | 1100010 | 110101 |
Color Harmonies of #D612FC
Complementary color
Monochromatic Colors of #D612FC
Black with #D612FC
Text Example
Text Example
White with #D612FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D612FC; }
p { color: rgb(214,18,252); }
H1.HeaderClassName
{
color: #D612FC;
}
.AnyTagClassName
{
color: #D612FC;
}
</style>
background-color css
<style>
a { background-color: #D612FC; }
a { background-color: rgb(214,18,252); }
div.DivClassName
{
background-color: #D612FC;
}
.BgClassName
{
background-color: #D612FC;
}
</style>
border-color css
<style>
span { border-color: #D612FC; }
span { border-color: rgb(214,18,252); }
td.TdClassName
{
border-color: #D612FC;
}
.TagClassName
{
border-color: #D612FC;
}
</style>