Shades of Psychedelic Purple #D204EC
Tints of Psychedelic Purple #D204EC
RGB
CMYK
RGB Variations
Color information
#D204EC (or 0xD204EC) is known color: Psychedelic Purple. HEX triplet: D2, 04 and EC. RGB value is (210,4,236). Sum of RGB (Red+Green+Blue) = 210+4+236=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #D204EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D204EC is #2DFB13. Grayscale: #5B5B5B. Windows color (decimal): -3013396 or 15467730. OLE color: 15467730.
HSL color Cylindrical-coordinate representation of color #D204EC: hue angle of 293.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D204EC is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 4 | 236 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.07 |
| HSL | 293.28º | 0.97% | 0.47% | - |
| HSV(B) | 293.28º | 0.98% | 0.93% | - |
| XYZ | 41.76 | 19.84 | 80.99 | - |
| YUV | 92.04 | 209.25 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 236 | 0.11 | 0.98 | 0 | 0.07 | 293.28 | 0.97 | 0.47 |
| Hex | D2 | 4 | EC | B | 62 | 0 | 7 | 125 | 61 | 2F |
| Octal | 322 | 4 | 354 | 13 | 142 | 0 | 7 | 445 | 141 | 57 |
| Binary | 11010010 | 100 | 11101100 | 1011 | 1100010 | 0 | 111 | 100100101 | 1100001 | 101111 |
Color Harmonies of #D204EC
Complementary color
Monochromatic Colors of #D204EC
Black with #D204EC
Text Example
Text Example
White with #D204EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D204EC; }
p { color: rgb(210,4,236); }
H1.HeaderClassName
{
color: #D204EC;
}
.AnyTagClassName
{
color: #D204EC;
}
</style>
background-color css
<style>
a { background-color: #D204EC; }
a { background-color: rgb(210,4,236); }
div.DivClassName
{
background-color: #D204EC;
}
.BgClassName
{
background-color: #D204EC;
}
</style>
border-color css
<style>
span { border-color: #D204EC; }
span { border-color: rgb(210,4,236); }
td.TdClassName
{
border-color: #D204EC;
}
.TagClassName
{
border-color: #D204EC;
}
</style>