Shades of Psychedelic Purple #D200EC
Tints of Psychedelic Purple #D200EC
RGB
CMYK
RGB Variations
Color information
#D200EC (or 0xD200EC) is known color: Psychedelic Purple. HEX triplet: D2, 00 and EC. RGB value is (210,0,236). Sum of RGB (Red+Green+Blue) = 210+0+236=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #D200EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200EC is #2DFF13. Grayscale: #585858. Windows color (decimal): -3014420 or 15466706. OLE color: 15466706.
HSL color Cylindrical-coordinate representation of color #D200EC: hue angle of 293.39º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200EC is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 0 | 236 | - |
| CMYK | 0.11 | 1 | 0 | 0.07 |
| HSL | 293.39º | 1% | 0.46% | - |
| HSV(B) | 293.39º | 1% | 0.93% | - |
| XYZ | 41.72 | 19.76 | 80.97 | - |
| YUV | 89.69 | 210.57 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 236 | 0.11 | 1 | 0 | 0.07 | 293.39 | 1 | 0.46 |
| Hex | D2 | 0 | EC | B | 64 | 0 | 7 | 125 | 64 | 2E |
| Octal | 322 | 0 | 354 | 13 | 144 | 0 | 7 | 445 | 144 | 56 |
| Binary | 11010010 | 0 | 11101100 | 1011 | 1100100 | 0 | 111 | 100100101 | 1100100 | 101110 |
Color Harmonies of #D200EC
Complementary color
Monochromatic Colors of #D200EC
Black with #D200EC
Text Example
Text Example
White with #D200EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200EC; }
p { color: rgb(210,0,236); }
H1.HeaderClassName
{
color: #D200EC;
}
.AnyTagClassName
{
color: #D200EC;
}
</style>
background-color css
<style>
a { background-color: #D200EC; }
a { background-color: rgb(210,0,236); }
div.DivClassName
{
background-color: #D200EC;
}
.BgClassName
{
background-color: #D200EC;
}
</style>
border-color css
<style>
span { border-color: #D200EC; }
span { border-color: rgb(210,0,236); }
td.TdClassName
{
border-color: #D200EC;
}
.TagClassName
{
border-color: #D200EC;
}
</style>