Shades of Psychedelic Purple #D200E9
Tints of Psychedelic Purple #D200E9
RGB
CMYK
RGB Variations
Color information
#D200E9 (or 0xD200E9) is known color: Psychedelic Purple. HEX triplet: D2, 00 and E9. RGB value is (210,0,233). Sum of RGB (Red+Green+Blue) = 210+0+233=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #D200E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200E9 is #2DFF16. Grayscale: #585858. Windows color (decimal): -3014423 or 15270098. OLE color: 15270098.
HSL color Cylindrical-coordinate representation of color #D200E9: hue angle of 294.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200E9 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 0 | 233 | - |
| CMYK | 0.10 | 1 | 0 | 0.09 |
| HSL | 294.08º | 1% | 0.46% | - |
| HSV(B) | 294.08º | 1% | 0.91% | - |
| XYZ | 41.29 | 19.58 | 78.7 | - |
| YUV | 89.35 | 209.07 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 233 | 0.10 | 1 | 0 | 0.09 | 294.08 | 1 | 0.46 |
| Hex | D2 | 0 | E9 | A | 64 | 0 | 9 | 126 | 64 | 2E |
| Octal | 322 | 0 | 351 | 12 | 144 | 0 | 11 | 446 | 144 | 56 |
| Binary | 11010010 | 0 | 11101001 | 1010 | 1100100 | 0 | 1001 | 100100110 | 1100100 | 101110 |
Color Harmonies of #D200E9
Complementary color
Monochromatic Colors of #D200E9
Black with #D200E9
Text Example
Text Example
White with #D200E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200E9; }
p { color: rgb(210,0,233); }
H1.HeaderClassName
{
color: #D200E9;
}
.AnyTagClassName
{
color: #D200E9;
}
</style>
background-color css
<style>
a { background-color: #D200E9; }
a { background-color: rgb(210,0,233); }
div.DivClassName
{
background-color: #D200E9;
}
.BgClassName
{
background-color: #D200E9;
}
</style>
border-color css
<style>
span { border-color: #D200E9; }
span { border-color: rgb(210,0,233); }
td.TdClassName
{
border-color: #D200E9;
}
.TagClassName
{
border-color: #D200E9;
}
</style>