Shades of Psychedelic Purple #D834FC
Tints of Psychedelic Purple #D834FC
RGB
CMYK
RGB Variations
Color information
#D834FC (or 0xD834FC) is known color: Psychedelic Purple. HEX triplet: D8, 34 and FC. RGB value is (216,52,252). Sum of RGB (Red+Green+Blue) = 216+52+252=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 52 (20.70% from 255 or 10% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #D834FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D834FC is #27CB03. Grayscale: #7B7B7B. Windows color (decimal): -2607876 or 16528600. OLE color: 16528600.
HSL color Cylindrical-coordinate representation of color #D834FC: hue angle of 289.2º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D834FC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 52 | 252 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.01 |
| HSL | 289.2º | 0.97% | 0.6% | - |
| HSV(B) | 289.2º | 0.79% | 0.99% | - |
| XYZ | 47.12 | 24.08 | 94.26 | - |
| YUV | 123.84 | 200.33 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 252 | 0.14 | 0.79 | 0 | 0.01 | 289.2 | 0.97 | 0.6 |
| Hex | D8 | 34 | FC | E | 4F | 0 | 1 | 121 | 61 | 3C |
| Octal | 330 | 64 | 374 | 16 | 117 | 0 | 1 | 441 | 141 | 74 |
| Binary | 11011000 | 110100 | 11111100 | 1110 | 1001111 | 0 | 1 | 100100001 | 1100001 | 111100 |
Color Harmonies of #D834FC
Complementary color
Monochromatic Colors of #D834FC
Black with #D834FC
Text Example
Text Example
White with #D834FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D834FC; }
p { color: rgb(216,52,252); }
H1.HeaderClassName
{
color: #D834FC;
}
.AnyTagClassName
{
color: #D834FC;
}
</style>
background-color css
<style>
a { background-color: #D834FC; }
a { background-color: rgb(216,52,252); }
div.DivClassName
{
background-color: #D834FC;
}
.BgClassName
{
background-color: #D834FC;
}
</style>
border-color css
<style>
span { border-color: #D834FC; }
span { border-color: rgb(216,52,252); }
td.TdClassName
{
border-color: #D834FC;
}
.TagClassName
{
border-color: #D834FC;
}
</style>