Shades of Psychedelic Purple #D200ED
Tints of Psychedelic Purple #D200ED
RGB
CMYK
RGB Variations
Color information
#D200ED (or 0xD200ED) is known color: Psychedelic Purple. HEX triplet: D2, 00 and ED. RGB value is (210,0,237). Sum of RGB (Red+Green+Blue) = 210+0+237=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #D200ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200ED is #2DFF12. Grayscale: #595959. Windows color (decimal): -3014419 or 15532242. OLE color: 15532242.
HSL color Cylindrical-coordinate representation of color #D200ED: hue angle of 293.16º 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 #D200ED is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 0 | 237 | - |
| CMYK | 0.11 | 1 | 0 | 0.07 |
| HSL | 293.16º | 1% | 0.46% | - |
| HSV(B) | 293.16º | 1% | 0.93% | - |
| XYZ | 41.86 | 19.82 | 81.74 | - |
| YUV | 89.81 | 211.07 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 237 | 0.11 | 1 | 0 | 0.07 | 293.16 | 1 | 0.46 |
| Hex | D2 | 0 | ED | B | 64 | 0 | 7 | 125 | 64 | 2E |
| Octal | 322 | 0 | 355 | 13 | 144 | 0 | 7 | 445 | 144 | 56 |
| Binary | 11010010 | 0 | 11101101 | 1011 | 1100100 | 0 | 111 | 100100101 | 1100100 | 101110 |
Color Harmonies of #D200ED
Complementary color
Monochromatic Colors of #D200ED
Black with #D200ED
Text Example
Text Example
White with #D200ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200ED; }
p { color: rgb(210,0,237); }
H1.HeaderClassName
{
color: #D200ED;
}
.AnyTagClassName
{
color: #D200ED;
}
</style>
background-color css
<style>
a { background-color: #D200ED; }
a { background-color: rgb(210,0,237); }
div.DivClassName
{
background-color: #D200ED;
}
.BgClassName
{
background-color: #D200ED;
}
</style>
border-color css
<style>
span { border-color: #D200ED; }
span { border-color: rgb(210,0,237); }
td.TdClassName
{
border-color: #D200ED;
}
.TagClassName
{
border-color: #D200ED;
}
</style>